Shades of Chamois #F2CF90
Tints of Chamois #F2CF90
RGB
CMYK
RGB Variations
Color information
#F2CF90 (or 0xF2CF90) is known color: Chamois. HEX triplet: F2, CF and 90. RGB value is (242,207,144). Sum of RGB (Red+Green+Blue) = 242+207+144=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF90 is #0D306F. Grayscale: #D2D2D2. Windows color (decimal): -864368 or 9490418. OLE color: 9490418.
HSL color Cylindrical-coordinate representation of color #F2CF90: hue angle of 38.57º 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 #F2CF90 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 144 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.05 |
| HSL | 38.57º | 0.79% | 0.76% | - |
| HSV(B) | 38.57º | 0.4% | 0.95% | - |
| XYZ | 63.96 | 65.52 | 35.66 | - |
| YUV | 210.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 144 | 0 | 0.14 | 0.40 | 0.05 | 38.57 | 0.79 | 0.76 |
| Hex | F2 | CF | 90 | 0 | E | 28 | 5 | 27 | 4F | 4C |
| Octal | 362 | 317 | 220 | 0 | 16 | 50 | 5 | 47 | 117 | 114 |
| Binary | 11110010 | 11001111 | 10010000 | 0 | 1110 | 101000 | 101 | 100111 | 1001111 | 1001100 |
Color Harmonies of #F2CF90
Complementary color
Monochromatic Colors of #F2CF90
Black with #F2CF90
Text Example
Text Example
White with #F2CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF90; }
p { color: rgb(242,207,144); }
H1.HeaderClassName
{
color: #F2CF90;
}
.AnyTagClassName
{
color: #F2CF90;
}
</style>
background-color css
<style>
a { background-color: #F2CF90; }
a { background-color: rgb(242,207,144); }
div.DivClassName
{
background-color: #F2CF90;
}
.BgClassName
{
background-color: #F2CF90;
}
</style>
border-color css
<style>
span { border-color: #F2CF90; }
span { border-color: rgb(242,207,144); }
td.TdClassName
{
border-color: #F2CF90;
}
.TagClassName
{
border-color: #F2CF90;
}
</style>