Shades of Chamois #F0CF90
Tints of Chamois #F0CF90
RGB
CMYK
RGB Variations
Color information
#F0CF90 (or 0xF0CF90) is known color: Chamois. HEX triplet: F0, CF and 90. RGB value is (240,207,144). Sum of RGB (Red+Green+Blue) = 240+207+144=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF90 is #0F306F. Grayscale: #D1D1D1. Windows color (decimal): -995440 or 9490416. OLE color: 9490416.
HSL color Cylindrical-coordinate representation of color #F0CF90: hue angle of 39.38º 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 #F0CF90 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 144 | - |
| CMYK | 0 | 0.14 | 0.4 | 0.06 |
| HSL | 39.38º | 0.76% | 0.75% | - |
| HSV(B) | 39.38º | 0.4% | 0.94% | - |
| XYZ | 63.28 | 65.16 | 35.63 | - |
| YUV | 209.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 144 | 0 | 0.14 | 0.4 | 0.06 | 39.38 | 0.76 | 0.75 |
| Hex | F0 | CF | 90 | 0 | E | 28 | 6 | 27 | 4C | 4B |
| Octal | 360 | 317 | 220 | 0 | 16 | 50 | 6 | 47 | 114 | 113 |
| Binary | 11110000 | 11001111 | 10010000 | 0 | 1110 | 101000 | 110 | 100111 | 1001100 | 1001011 |
Color Harmonies of #F0CF90
Complementary color
Monochromatic Colors of #F0CF90
Black with #F0CF90
Text Example
Text Example
White with #F0CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF90; }
p { color: rgb(240,207,144); }
H1.HeaderClassName
{
color: #F0CF90;
}
.AnyTagClassName
{
color: #F0CF90;
}
</style>
background-color css
<style>
a { background-color: #F0CF90; }
a { background-color: rgb(240,207,144); }
div.DivClassName
{
background-color: #F0CF90;
}
.BgClassName
{
background-color: #F0CF90;
}
</style>
border-color css
<style>
span { border-color: #F0CF90; }
span { border-color: rgb(240,207,144); }
td.TdClassName
{
border-color: #F0CF90;
}
.TagClassName
{
border-color: #F0CF90;
}
</style>