Shades of Chamois #F0C88F
Tints of Chamois #F0C88F
RGB
CMYK
RGB Variations
Color information
#F0C88F (or 0xF0C88F) is known color: Chamois. HEX triplet: F0, C8 and 8F. RGB value is (240,200,143). Sum of RGB (Red+Green+Blue) = 240+200+143=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C88F is #0F3770. Grayscale: #CDCDCD. Windows color (decimal): -997233 or 9423088. OLE color: 9423088.
HSL color Cylindrical-coordinate representation of color #F0C88F: hue angle of 35.26º 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 #F0C88F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 143 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.06 |
| HSL | 35.26º | 0.76% | 0.75% | - |
| HSV(B) | 35.26º | 0.4% | 0.94% | - |
| XYZ | 61.55 | 61.82 | 34.67 | - |
| YUV | 205.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 143 | 0 | 0.17 | 0.40 | 0.06 | 35.26 | 0.76 | 0.75 |
| Hex | F0 | C8 | 8F | 0 | 11 | 28 | 6 | 23 | 4C | 4B |
| Octal | 360 | 310 | 217 | 0 | 21 | 50 | 6 | 43 | 114 | 113 |
| Binary | 11110000 | 11001000 | 10001111 | 0 | 10001 | 101000 | 110 | 100011 | 1001100 | 1001011 |
Color Harmonies of #F0C88F
Complementary color
Monochromatic Colors of #F0C88F
Black with #F0C88F
Text Example
Text Example
White with #F0C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C88F; }
p { color: rgb(240,200,143); }
H1.HeaderClassName
{
color: #F0C88F;
}
.AnyTagClassName
{
color: #F0C88F;
}
</style>
background-color css
<style>
a { background-color: #F0C88F; }
a { background-color: rgb(240,200,143); }
div.DivClassName
{
background-color: #F0C88F;
}
.BgClassName
{
background-color: #F0C88F;
}
</style>
border-color css
<style>
span { border-color: #F0C88F; }
span { border-color: rgb(240,200,143); }
td.TdClassName
{
border-color: #F0C88F;
}
.TagClassName
{
border-color: #F0C88F;
}
</style>