Shades of Cherokee #F2CA7A
Tints of Cherokee #F2CA7A
RGB
CMYK
RGB Variations
Color information
#F2CA7A (or 0xF2CA7A) is known color: Cherokee. HEX triplet: F2, CA and 7A. RGB value is (242,202,122). Sum of RGB (Red+Green+Blue) = 242+202+122=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA7A is #0D3585. Grayscale: #CDCDCD. Windows color (decimal): -865670 or 8047346. OLE color: 8047346.
HSL color Cylindrical-coordinate representation of color #F2CA7A: hue angle of 40º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2CA7A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 122 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.05 |
| HSL | 40º | 0.82% | 0.71% | - |
| HSV(B) | 40º | 0.5% | 0.95% | - |
| XYZ | 61.25 | 62.52 | 27.25 | - |
| YUV | 204.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 122 | 0 | 0.17 | 0.50 | 0.05 | 40 | 0.82 | 0.71 |
| Hex | F2 | CA | 7A | 0 | 11 | 32 | 5 | 28 | 52 | 47 |
| Octal | 362 | 312 | 172 | 0 | 21 | 62 | 5 | 50 | 122 | 107 |
| Binary | 11110010 | 11001010 | 1111010 | 0 | 10001 | 110010 | 101 | 101000 | 1010010 | 1000111 |
Color Harmonies of #F2CA7A
Complementary color
Monochromatic Colors of #F2CA7A
Black with #F2CA7A
Text Example
Text Example
White with #F2CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA7A; }
p { color: rgb(242,202,122); }
H1.HeaderClassName
{
color: #F2CA7A;
}
.AnyTagClassName
{
color: #F2CA7A;
}
</style>
background-color css
<style>
a { background-color: #F2CA7A; }
a { background-color: rgb(242,202,122); }
div.DivClassName
{
background-color: #F2CA7A;
}
.BgClassName
{
background-color: #F2CA7A;
}
</style>
border-color css
<style>
span { border-color: #F2CA7A; }
span { border-color: rgb(242,202,122); }
td.TdClassName
{
border-color: #F2CA7A;
}
.TagClassName
{
border-color: #F2CA7A;
}
</style>