Shades of Cherokee #F2D487
Tints of Cherokee #F2D487
RGB
CMYK
RGB Variations
Color information
#F2D487 (or 0xF2D487) is known color: Cherokee. HEX triplet: F2, D4 and 87. RGB value is (242,212,135). Sum of RGB (Red+Green+Blue) = 242+212+135=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 135 (53.12% from 255 or 22.92% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D487 is #0D2B78. Grayscale: #D4D4D4. Windows color (decimal): -863097 or 8901874. OLE color: 8901874.
HSL color Cylindrical-coordinate representation of color #F2D487: hue angle of 43.18º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D487 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 135 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.05 |
| HSL | 43.18º | 0.8% | 0.74% | - |
| HSV(B) | 43.18º | 0.44% | 0.95% | - |
| XYZ | 64.53 | 67.71 | 32.59 | - |
| YUV | 212.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 135 | 0 | 0.12 | 0.44 | 0.05 | 43.18 | 0.8 | 0.74 |
| Hex | F2 | D4 | 87 | 0 | C | 2C | 5 | 2B | 50 | 4A |
| Octal | 362 | 324 | 207 | 0 | 14 | 54 | 5 | 53 | 120 | 112 |
| Binary | 11110010 | 11010100 | 10000111 | 0 | 1100 | 101100 | 101 | 101011 | 1010000 | 1001010 |
Color Harmonies of #F2D487
Complementary color
Monochromatic Colors of #F2D487
Black with #F2D487
Text Example
Text Example
White with #F2D487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D487; }
p { color: rgb(242,212,135); }
H1.HeaderClassName
{
color: #F2D487;
}
.AnyTagClassName
{
color: #F2D487;
}
</style>
background-color css
<style>
a { background-color: #F2D487; }
a { background-color: rgb(242,212,135); }
div.DivClassName
{
background-color: #F2D487;
}
.BgClassName
{
background-color: #F2D487;
}
</style>
border-color css
<style>
span { border-color: #F2D487; }
span { border-color: rgb(242,212,135); }
td.TdClassName
{
border-color: #F2D487;
}
.TagClassName
{
border-color: #F2D487;
}
</style>