#F0D096

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

Shades of Chamois #F0D096

Tints of Chamois #F0D096

Color information

#F0D096 (or 0xF0D096) is unknown color: approx Chamois. HEX triplet: F0, D0 and 96. RGB value is (240,208,150). Sum of RGB (Red+Green+Blue) = 240+208+150=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D096 is #0F2F69. Grayscale: #D3D3D3. Windows color (decimal): -995178 or 9883888. OLE color: 9883888.

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

Color convert

RGB240208150-
CMYK00.130.370.06
HSL38.67º75%76.47%-
HSV(B)38.67º37.5%94.12%-
XYZ6465.8438.19-
YUV210.9693.6148.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=40.13%
G=34.78%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020815000.130.370.0638.677576.47
HexF0D0960D256274b4c
Octal36032022601545647113114
Binary1111000011010000100101100110110010111010011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D096; }

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

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

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

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

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

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

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

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