Shades of Chamois #F0D090
Tints of Chamois #F0D090
RGB
CMYK
RGB Variations
Color information
#F0D090 (or 0xF0D090) is known color: Chamois. HEX triplet: F0, D0 and 90. RGB value is (240,208,144). Sum of RGB (Red+Green+Blue) = 240+208+144=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D090 is #0F2F6F. Grayscale: #D2D2D2. Windows color (decimal): -995184 or 9490672. OLE color: 9490672.
HSL color Cylindrical-coordinate representation of color #F0D090: hue angle of 40º 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 #F0D090 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 144 | - |
| CMYK | 0 | 0.13 | 0.4 | 0.06 |
| HSL | 40º | 0.76% | 0.75% | - |
| HSV(B) | 40º | 0.4% | 0.94% | - |
| XYZ | 63.53 | 65.65 | 35.71 | - |
| YUV | 210.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 144 | 0 | 0.13 | 0.4 | 0.06 | 40 | 0.76 | 0.75 |
| Hex | F0 | D0 | 90 | 0 | D | 28 | 6 | 28 | 4C | 4B |
| Octal | 360 | 320 | 220 | 0 | 15 | 50 | 6 | 50 | 114 | 113 |
| Binary | 11110000 | 11010000 | 10010000 | 0 | 1101 | 101000 | 110 | 101000 | 1001100 | 1001011 |
Color Harmonies of #F0D090
Complementary color
Monochromatic Colors of #F0D090
Black with #F0D090
Text Example
Text Example
White with #F0D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D090; }
p { color: rgb(240,208,144); }
H1.HeaderClassName
{
color: #F0D090;
}
.AnyTagClassName
{
color: #F0D090;
}
</style>
background-color css
<style>
a { background-color: #F0D090; }
a { background-color: rgb(240,208,144); }
div.DivClassName
{
background-color: #F0D090;
}
.BgClassName
{
background-color: #F0D090;
}
</style>
border-color css
<style>
span { border-color: #F0D090; }
span { border-color: rgb(240,208,144); }
td.TdClassName
{
border-color: #F0D090;
}
.TagClassName
{
border-color: #F0D090;
}
</style>