Shades of Cherokee #F2CB7D
Tints of Cherokee #F2CB7D
RGB
CMYK
RGB Variations
Color information
#F2CB7D (or 0xF2CB7D) is known color: Cherokee. HEX triplet: F2, CB and 7D. RGB value is (242,203,125). Sum of RGB (Red+Green+Blue) = 242+203+125=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB7D is #0D3482. Grayscale: #CECECE. Windows color (decimal): -865411 or 8244210. OLE color: 8244210.
HSL color Cylindrical-coordinate representation of color #F2CB7D: hue angle of 40º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2CB7D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 125 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.05 |
| HSL | 40º | 0.82% | 0.72% | - |
| HSV(B) | 40º | 0.48% | 0.95% | - |
| XYZ | 61.68 | 63.07 | 28.33 | - |
| YUV | 205.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 125 | 0 | 0.16 | 0.48 | 0.05 | 40 | 0.82 | 0.72 |
| Hex | F2 | CB | 7D | 0 | 10 | 30 | 5 | 28 | 52 | 48 |
| Octal | 362 | 313 | 175 | 0 | 20 | 60 | 5 | 50 | 122 | 110 |
| Binary | 11110010 | 11001011 | 1111101 | 0 | 10000 | 110000 | 101 | 101000 | 1010010 | 1001000 |
Color Harmonies of #F2CB7D
Complementary color
Monochromatic Colors of #F2CB7D
Black with #F2CB7D
Text Example
Text Example
White with #F2CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB7D; }
p { color: rgb(242,203,125); }
H1.HeaderClassName
{
color: #F2CB7D;
}
.AnyTagClassName
{
color: #F2CB7D;
}
</style>
background-color css
<style>
a { background-color: #F2CB7D; }
a { background-color: rgb(242,203,125); }
div.DivClassName
{
background-color: #F2CB7D;
}
.BgClassName
{
background-color: #F2CB7D;
}
</style>
border-color css
<style>
span { border-color: #F2CB7D; }
span { border-color: rgb(242,203,125); }
td.TdClassName
{
border-color: #F2CB7D;
}
.TagClassName
{
border-color: #F2CB7D;
}
</style>