#F39D80

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

Shades of Vivid Tangerine #F39D80

Tints of Vivid Tangerine #F39D80

Color information

#F39D80 (or 0xF39D80) is unknown color: approx Vivid Tangerine. HEX triplet: F3, 9D and 80. RGB value is (243,157,128). Sum of RGB (Red+Green+Blue) = 243+157+128=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39D80 is #0C627F. Grayscale: #B3B3B3. Windows color (decimal): -811648 or 8429043. OLE color: 8429043.

HSL color Cylindrical-coordinate representation of color #F39D80: hue angle of 15.13º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F39D80 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243157128-
CMYK00.350.470.05
HSL15.13º82.73%72.75%-
HSV(B)15.13º47.33%95.29%-
XYZ52.9244.7326.27-
YUV179.4198.99173.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=46.02%
G=29.73%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315712800.350.470.0515.1382.7372.75
HexF39D800232F5f5349
Octal36323520004357517123111
Binary1111001110011101100000000100011101111101111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39D80; }

 p { color: rgb(243,157,128); }

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

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

 a { background-color: rgb(243,157,128); }

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

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

 span { border-color: rgb(243,157,128); }

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