Shades of Chamois #F2CA90
Tints of Chamois #F2CA90
RGB
CMYK
RGB Variations
Color information
#F2CA90 (or 0xF2CA90) is known color: Chamois. HEX triplet: F2, CA and 90. RGB value is (242,202,144). Sum of RGB (Red+Green+Blue) = 242+202+144=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA90 is #0D356F. Grayscale: #CFCFCF. Windows color (decimal): -865648 or 9489138. OLE color: 9489138.
HSL color Cylindrical-coordinate representation of color #F2CA90: hue angle of 35.51º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2CA90 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 144 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.05 |
| HSL | 35.51º | 0.79% | 0.76% | - |
| HSV(B) | 35.51º | 0.4% | 0.95% | - |
| XYZ | 62.77 | 63.13 | 35.26 | - |
| YUV | 207.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 144 | 0 | 0.17 | 0.40 | 0.05 | 35.51 | 0.79 | 0.76 |
| Hex | F2 | CA | 90 | 0 | 11 | 28 | 5 | 24 | 4F | 4C |
| Octal | 362 | 312 | 220 | 0 | 21 | 50 | 5 | 44 | 117 | 114 |
| Binary | 11110010 | 11001010 | 10010000 | 0 | 10001 | 101000 | 101 | 100100 | 1001111 | 1001100 |
Color Harmonies of #F2CA90
Complementary color
Monochromatic Colors of #F2CA90
Black with #F2CA90
Text Example
Text Example
White with #F2CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA90; }
p { color: rgb(242,202,144); }
H1.HeaderClassName
{
color: #F2CA90;
}
.AnyTagClassName
{
color: #F2CA90;
}
</style>
background-color css
<style>
a { background-color: #F2CA90; }
a { background-color: rgb(242,202,144); }
div.DivClassName
{
background-color: #F2CA90;
}
.BgClassName
{
background-color: #F2CA90;
}
</style>
border-color css
<style>
span { border-color: #F2CA90; }
span { border-color: rgb(242,202,144); }
td.TdClassName
{
border-color: #F2CA90;
}
.TagClassName
{
border-color: #F2CA90;
}
</style>