Shades of Chamois #F0CA94
Tints of Chamois #F0CA94
RGB
CMYK
RGB Variations
Color information
#F0CA94 (or 0xF0CA94) is known color: Chamois. HEX triplet: F0, CA and 94. RGB value is (240,202,148). Sum of RGB (Red+Green+Blue) = 240+202+148=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA94 is #0F356B. Grayscale: #CFCFCF. Windows color (decimal): -996716 or 9751280. OLE color: 9751280.
HSL color Cylindrical-coordinate representation of color #F0CA94: hue angle of 35.22º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0CA94 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 148 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.06 |
| HSL | 35.22º | 0.75% | 0.76% | - |
| HSV(B) | 35.22º | 0.38% | 0.94% | - |
| XYZ | 62.4 | 62.9 | 36.87 | - |
| YUV | 207.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 148 | 0 | 0.16 | 0.38 | 0.06 | 35.22 | 0.75 | 0.76 |
| Hex | F0 | CA | 94 | 0 | 10 | 26 | 6 | 23 | 4B | 4C |
| Octal | 360 | 312 | 224 | 0 | 20 | 46 | 6 | 43 | 113 | 114 |
| Binary | 11110000 | 11001010 | 10010100 | 0 | 10000 | 100110 | 110 | 100011 | 1001011 | 1001100 |
Color Harmonies of #F0CA94
Complementary color
Monochromatic Colors of #F0CA94
Black with #F0CA94
Text Example
Text Example
White with #F0CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA94; }
p { color: rgb(240,202,148); }
H1.HeaderClassName
{
color: #F0CA94;
}
.AnyTagClassName
{
color: #F0CA94;
}
</style>
background-color css
<style>
a { background-color: #F0CA94; }
a { background-color: rgb(240,202,148); }
div.DivClassName
{
background-color: #F0CA94;
}
.BgClassName
{
background-color: #F0CA94;
}
</style>
border-color css
<style>
span { border-color: #F0CA94; }
span { border-color: rgb(240,202,148); }
td.TdClassName
{
border-color: #F0CA94;
}
.TagClassName
{
border-color: #F0CA94;
}
</style>