Shades of Chamois #F0D38F
Tints of Chamois #F0D38F
RGB
CMYK
RGB Variations
Color information
#F0D38F (or 0xF0D38F) is known color: Chamois. HEX triplet: F0, D3 and 8F. RGB value is (240,211,143). Sum of RGB (Red+Green+Blue) = 240+211+143=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D38F is #0F2C70. Grayscale: #D4D4D4. Windows color (decimal): -994417 or 9425904. OLE color: 9425904.
HSL color Cylindrical-coordinate representation of color #F0D38F: hue angle of 42.06º 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 #F0D38F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 143 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.06 |
| HSL | 42.06º | 0.76% | 0.75% | - |
| HSV(B) | 42.06º | 0.4% | 0.94% | - |
| XYZ | 64.19 | 67.1 | 35.55 | - |
| YUV | 211.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 143 | 0 | 0.12 | 0.40 | 0.06 | 42.06 | 0.76 | 0.75 |
| Hex | F0 | D3 | 8F | 0 | C | 28 | 6 | 2A | 4C | 4B |
| Octal | 360 | 323 | 217 | 0 | 14 | 50 | 6 | 52 | 114 | 113 |
| Binary | 11110000 | 11010011 | 10001111 | 0 | 1100 | 101000 | 110 | 101010 | 1001100 | 1001011 |
Color Harmonies of #F0D38F
Complementary color
Monochromatic Colors of #F0D38F
Black with #F0D38F
Text Example
Text Example
White with #F0D38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D38F; }
p { color: rgb(240,211,143); }
H1.HeaderClassName
{
color: #F0D38F;
}
.AnyTagClassName
{
color: #F0D38F;
}
</style>
background-color css
<style>
a { background-color: #F0D38F; }
a { background-color: rgb(240,211,143); }
div.DivClassName
{
background-color: #F0D38F;
}
.BgClassName
{
background-color: #F0D38F;
}
</style>
border-color css
<style>
span { border-color: #F0D38F; }
span { border-color: rgb(240,211,143); }
td.TdClassName
{
border-color: #F0D38F;
}
.TagClassName
{
border-color: #F0D38F;
}
</style>