#F0C49B

Color #F0C49B New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F0C49B

Tints of New Tan #F0C49B

Color information

#F0C49B (or 0xF0C49B) is unknown color: approx New Tan. HEX triplet: F0, C4 and 9B. RGB value is (240,196,155). Sum of RGB (Red+Green+Blue) = 240+196+155=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C49B is #0F3B64. Grayscale: #CCCCCC. Windows color (decimal): -998245 or 10208496. OLE color: 10208496.

HSL color Cylindrical-coordinate representation of color #F0C49B: hue angle of 28.94º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C49B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240196155-
CMYK00.180.350.06
HSL28.94º73.91%77.45%-
HSV(B)28.94º35.42%94.12%-
XYZ61.5960.3739.42-
YUV204.48100.08153.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=40.61%
G=33.16%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019615500.180.350.0628.9473.9177.45
HexF0C49B0122361d4a4d
Octal36030423302243635112115
Binary1111000011000100100110110100101000111101110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C49B; }

 p { color: rgb(240,196,155); }

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

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

 a { background-color: rgb(240,196,155); }

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

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

 span { border-color: rgb(240,196,155); }

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