Shades of Cherokee #FAD082
Tints of Cherokee #FAD082
RGB
CMYK
RGB Variations
Color information
#FAD082 (or 0xFAD082) is known color: Cherokee. HEX triplet: FA, D0 and 82. RGB value is (250,208,130). Sum of RGB (Red+Green+Blue) = 250+208+130=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD082 is #052F7D. Grayscale: #D4D4D4. Windows color (decimal): -339838 or 8573178. OLE color: 8573178.
HSL color Cylindrical-coordinate representation of color #FAD082: hue angle of 39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAD082 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 130 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.02 |
| HSL | 39º | 0.92% | 0.75% | - |
| HSV(B) | 39º | 0.48% | 0.98% | - |
| XYZ | 66.01 | 67.05 | 30.58 | - |
| YUV | 211.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 130 | 0 | 0.17 | 0.48 | 0.02 | 39 | 0.92 | 0.75 |
| Hex | FA | D0 | 82 | 0 | 11 | 30 | 2 | 27 | 5C | 4B |
| Octal | 372 | 320 | 202 | 0 | 21 | 60 | 2 | 47 | 134 | 113 |
| Binary | 11111010 | 11010000 | 10000010 | 0 | 10001 | 110000 | 10 | 100111 | 1011100 | 1001011 |
Color Harmonies of #FAD082
Complementary color
Monochromatic Colors of #FAD082
Black with #FAD082
Text Example
Text Example
White with #FAD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD082; }
p { color: rgb(250,208,130); }
H1.HeaderClassName
{
color: #FAD082;
}
.AnyTagClassName
{
color: #FAD082;
}
</style>
background-color css
<style>
a { background-color: #FAD082; }
a { background-color: rgb(250,208,130); }
div.DivClassName
{
background-color: #FAD082;
}
.BgClassName
{
background-color: #FAD082;
}
</style>
border-color css
<style>
span { border-color: #FAD082; }
span { border-color: rgb(250,208,130); }
td.TdClassName
{
border-color: #FAD082;
}
.TagClassName
{
border-color: #FAD082;
}
</style>