#F79482

Color #F79482 Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #F79482

Tints of Vivid Tangerine #F79482

Color information

#F79482 (or 0xF79482) is unknown color: approx Vivid Tangerine. HEX triplet: F7, 94 and 82. RGB value is (247,148,130). Sum of RGB (Red+Green+Blue) = 247+148+130=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F79482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F79482 is #086B7D. Grayscale: #AFAFAF. Windows color (decimal): -551806 or 8557815. OLE color: 8557815.

HSL color Cylindrical-coordinate representation of color #F79482: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F79482 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247148130-
CMYK00.400.470.03
HSL9.23º87.97%73.92%-
HSV(B)9.23º47.37%96.86%-
XYZ52.9842.5726.54-
YUV175.55102.3178.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=47.05%
G=28.19%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714813000.400.470.039.2387.9773.92
HexF794820282F39584a
Octal36722420205057311130112
Binary111101111001010010000010010100010111111100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79482; }

 p { color: rgb(247,148,130); }

 H1.HeaderClassName
 {
   color: #F79482;
 }
 .AnyTagClassName
 {
   color: #F79482;
 }
</style>
background-color css

<style>
 a { background-color: #F79482; }

 a { background-color: rgb(247,148,130); }

 div.DivClassName
 {
   background-color: #F79482;
 }
 .BgClassName
 {
   background-color: #F79482;
 }
</style>
border-color css

<style>
 span { border-color: #F79482; }

 span { border-color: rgb(247,148,130); }

 td.TdClassName
 {
   border-color: #F79482;
 }
 .TagClassName
 {
   border-color: #F79482;
 }
</style>