#F0C890

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

Shades of Chamois #F0C890

Tints of Chamois #F0C890

Color information

#F0C890 (or 0xF0C890) is unknown color: approx Chamois. HEX triplet: F0, C8 and 90. RGB value is (240,200,144). Sum of RGB (Red+Green+Blue) = 240+200+144=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C890 is #0F376F. Grayscale: #CDCDCD. Windows color (decimal): -997232 or 9488624. OLE color: 9488624.

HSL color Cylindrical-coordinate representation of color #F0C890: hue angle of 35º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0C890 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240200144-
CMYK00.170.40.06
HSL35º76.19%75.29%-
HSV(B)35º40%94.12%-
XYZ61.6261.8535.08-
YUV205.5893.25152.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=41.10%
G=34.25%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020014400.170.40.063576.1975.29
HexF0C890011286234c4b
Octal36031022002150643114113
Binary11110000110010001001000001000110100011010001110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C890; }

 p { color: rgb(240,200,144); }

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

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

 a { background-color: rgb(240,200,144); }

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

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

 span { border-color: rgb(240,200,144); }

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