Shades of Chamois #F0CE9A
Tints of Chamois #F0CE9A
RGB
CMYK
RGB Variations
Color information
#F0CE9A (or 0xF0CE9A) is known color: Chamois. HEX triplet: F0, CE and 9A. RGB value is (240,206,154). Sum of RGB (Red+Green+Blue) = 240+206+154=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE9A is #0F3165. Grayscale: #D2D2D2. Windows color (decimal): -995686 or 10145520. OLE color: 10145520.
HSL color Cylindrical-coordinate representation of color #F0CE9A: hue angle of 36.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0CE9A is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 154 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.06 |
| HSL | 36.28º | 0.74% | 0.77% | - |
| HSV(B) | 36.28º | 0.36% | 0.94% | - |
| XYZ | 63.84 | 65 | 39.75 | - |
| YUV | 210.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 154 | 0 | 0.14 | 0.36 | 0.06 | 36.28 | 0.74 | 0.77 |
| Hex | F0 | CE | 9A | 0 | E | 24 | 6 | 24 | 4A | 4D |
| Octal | 360 | 316 | 232 | 0 | 16 | 44 | 6 | 44 | 112 | 115 |
| Binary | 11110000 | 11001110 | 10011010 | 0 | 1110 | 100100 | 110 | 100100 | 1001010 | 1001101 |
Color Harmonies of #F0CE9A
Complementary color
Monochromatic Colors of #F0CE9A
Black with #F0CE9A
Text Example
Text Example
White with #F0CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE9A; }
p { color: rgb(240,206,154); }
H1.HeaderClassName
{
color: #F0CE9A;
}
.AnyTagClassName
{
color: #F0CE9A;
}
</style>
background-color css
<style>
a { background-color: #F0CE9A; }
a { background-color: rgb(240,206,154); }
div.DivClassName
{
background-color: #F0CE9A;
}
.BgClassName
{
background-color: #F0CE9A;
}
</style>
border-color css
<style>
span { border-color: #F0CE9A; }
span { border-color: rgb(240,206,154); }
td.TdClassName
{
border-color: #F0CE9A;
}
.TagClassName
{
border-color: #F0CE9A;
}
</style>