Shades of Cherokee #F2D081
Tints of Cherokee #F2D081
RGB
CMYK
RGB Variations
Color information
#F2D081 (or 0xF2D081) is known color: Cherokee. HEX triplet: F2, D0 and 81. RGB value is (242,208,129). Sum of RGB (Red+Green+Blue) = 242+208+129=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D081 is #0D2F7E. Grayscale: #D1D1D1. Windows color (decimal): -864127 or 8507634. OLE color: 8507634.
HSL color Cylindrical-coordinate representation of color #F2D081: hue angle of 41.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2D081 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 129 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.05 |
| HSL | 41.95º | 0.81% | 0.73% | - |
| HSV(B) | 41.95º | 0.47% | 0.95% | - |
| XYZ | 63.14 | 65.57 | 30.1 | - |
| YUV | 209.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 129 | 0 | 0.14 | 0.47 | 0.05 | 41.95 | 0.81 | 0.73 |
| Hex | F2 | D0 | 81 | 0 | E | 2F | 5 | 2A | 51 | 49 |
| Octal | 362 | 320 | 201 | 0 | 16 | 57 | 5 | 52 | 121 | 111 |
| Binary | 11110010 | 11010000 | 10000001 | 0 | 1110 | 101111 | 101 | 101010 | 1010001 | 1001001 |
Color Harmonies of #F2D081
Complementary color
Monochromatic Colors of #F2D081
Black with #F2D081
Text Example
Text Example
White with #F2D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D081; }
p { color: rgb(242,208,129); }
H1.HeaderClassName
{
color: #F2D081;
}
.AnyTagClassName
{
color: #F2D081;
}
</style>
background-color css
<style>
a { background-color: #F2D081; }
a { background-color: rgb(242,208,129); }
div.DivClassName
{
background-color: #F2D081;
}
.BgClassName
{
background-color: #F2D081;
}
</style>
border-color css
<style>
span { border-color: #F2D081; }
span { border-color: rgb(242,208,129); }
td.TdClassName
{
border-color: #F2D081;
}
.TagClassName
{
border-color: #F2D081;
}
</style>