Shades of Cherokee #F1D281
Tints of Cherokee #F1D281
RGB
CMYK
RGB Variations
Color information
#F1D281 (or 0xF1D281) is known color: Cherokee. HEX triplet: F1, D2 and 81. RGB value is (241,210,129). Sum of RGB (Red+Green+Blue) = 241+210+129=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D281 is #0E2D7E. Grayscale: #D2D2D2. Windows color (decimal): -929151 or 8508145. OLE color: 8508145.
HSL color Cylindrical-coordinate representation of color #F1D281: hue angle of 43.39º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1D281 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 129 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.05 |
| HSL | 43.39º | 0.8% | 0.73% | - |
| HSV(B) | 43.39º | 0.46% | 0.95% | - |
| XYZ | 63.28 | 66.38 | 30.25 | - |
| YUV | 210.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 129 | 0 | 0.13 | 0.46 | 0.05 | 43.39 | 0.8 | 0.73 |
| Hex | F1 | D2 | 81 | 0 | D | 2E | 5 | 2B | 50 | 49 |
| Octal | 361 | 322 | 201 | 0 | 15 | 56 | 5 | 53 | 120 | 111 |
| Binary | 11110001 | 11010010 | 10000001 | 0 | 1101 | 101110 | 101 | 101011 | 1010000 | 1001001 |
Color Harmonies of #F1D281
Complementary color
Monochromatic Colors of #F1D281
Black with #F1D281
Text Example
Text Example
White with #F1D281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D281; }
p { color: rgb(241,210,129); }
H1.HeaderClassName
{
color: #F1D281;
}
.AnyTagClassName
{
color: #F1D281;
}
</style>
background-color css
<style>
a { background-color: #F1D281; }
a { background-color: rgb(241,210,129); }
div.DivClassName
{
background-color: #F1D281;
}
.BgClassName
{
background-color: #F1D281;
}
</style>
border-color css
<style>
span { border-color: #F1D281; }
span { border-color: rgb(241,210,129); }
td.TdClassName
{
border-color: #F1D281;
}
.TagClassName
{
border-color: #F1D281;
}
</style>