#F0D08F

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

Shades of Chamois #F0D08F

Tints of Chamois #F0D08F

Color information

#F0D08F (or 0xF0D08F) is unknown color: approx Chamois. HEX triplet: F0, D0 and 8F. RGB value is (240,208,143). Sum of RGB (Red+Green+Blue) = 240+208+143=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D08F is #0F2F70. Grayscale: #D2D2D2. Windows color (decimal): -995185 or 9425136. OLE color: 9425136.

HSL color Cylindrical-coordinate representation of color #F0D08F: hue angle of 40.21º 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 #F0D08F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240208143-
CMYK00.130.400.06
HSL40.21º76.38%75.1%-
HSV(B)40.21º40.42%94.12%-
XYZ63.4565.6235.31-
YUV210.1690.1149.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 143 (56.25% from 255) = 24.20%
R=40.61%
G=35.19%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020814300.130.400.0640.2176.3875.1
HexF0D08F0D286284c4b
Octal36032021701550650114113
Binary1111000011010000100011110110110100011010100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D08F; }

 p { color: rgb(240,208,143); }

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

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

 a { background-color: rgb(240,208,143); }

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

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

 span { border-color: rgb(240,208,143); }

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