Shades of Cherokee #F2D28B
Tints of Cherokee #F2D28B
RGB
CMYK
RGB Variations
Color information
#F2D28B (or 0xF2D28B) is known color: Cherokee. HEX triplet: F2, D2 and 8B. RGB value is (242,210,139). Sum of RGB (Red+Green+Blue) = 242+210+139=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D28B is #0D2D74. Grayscale: #D3D3D3. Windows color (decimal): -863605 or 9163506. OLE color: 9163506.
HSL color Cylindrical-coordinate representation of color #F2D28B: hue angle of 41.36º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2D28B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 139 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.05 |
| HSL | 41.36º | 0.8% | 0.75% | - |
| HSV(B) | 41.36º | 0.43% | 0.95% | - |
| XYZ | 64.32 | 66.83 | 33.94 | - |
| YUV | 211.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 139 | 0 | 0.13 | 0.43 | 0.05 | 41.36 | 0.8 | 0.75 |
| Hex | F2 | D2 | 8B | 0 | D | 2B | 5 | 29 | 50 | 4B |
| Octal | 362 | 322 | 213 | 0 | 15 | 53 | 5 | 51 | 120 | 113 |
| Binary | 11110010 | 11010010 | 10001011 | 0 | 1101 | 101011 | 101 | 101001 | 1010000 | 1001011 |
Color Harmonies of #F2D28B
Complementary color
Monochromatic Colors of #F2D28B
Black with #F2D28B
Text Example
Text Example
White with #F2D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D28B; }
p { color: rgb(242,210,139); }
H1.HeaderClassName
{
color: #F2D28B;
}
.AnyTagClassName
{
color: #F2D28B;
}
</style>
background-color css
<style>
a { background-color: #F2D28B; }
a { background-color: rgb(242,210,139); }
div.DivClassName
{
background-color: #F2D28B;
}
.BgClassName
{
background-color: #F2D28B;
}
</style>
border-color css
<style>
span { border-color: #F2D28B; }
span { border-color: rgb(242,210,139); }
td.TdClassName
{
border-color: #F2D28B;
}
.TagClassName
{
border-color: #F2D28B;
}
</style>