Shades of Cherokee #FAD58B
Tints of Cherokee #FAD58B
RGB
CMYK
RGB Variations
Color information
#FAD58B (or 0xFAD58B) is known color: Cherokee. HEX triplet: FA, D5 and 8B. RGB value is (250,213,139). Sum of RGB (Red+Green+Blue) = 250+213+139=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58B is #052A74. Grayscale: #D7D7D7. Windows color (decimal): -338549 or 9164282. OLE color: 9164282.
HSL color Cylindrical-coordinate representation of color #FAD58B: hue angle of 40º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAD58B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 139 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.02 |
| HSL | 40º | 0.92% | 0.76% | - |
| HSV(B) | 40º | 0.44% | 0.98% | - |
| XYZ | 67.88 | 69.78 | 34.32 | - |
| YUV | 215.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 139 | 0 | 0.15 | 0.44 | 0.02 | 40 | 0.92 | 0.76 |
| Hex | FA | D5 | 8B | 0 | F | 2C | 2 | 28 | 5C | 4C |
| Octal | 372 | 325 | 213 | 0 | 17 | 54 | 2 | 50 | 134 | 114 |
| Binary | 11111010 | 11010101 | 10001011 | 0 | 1111 | 101100 | 10 | 101000 | 1011100 | 1001100 |
Color Harmonies of #FAD58B
Complementary color
Monochromatic Colors of #FAD58B
Black with #FAD58B
Text Example
Text Example
White with #FAD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD58B; }
p { color: rgb(250,213,139); }
H1.HeaderClassName
{
color: #FAD58B;
}
.AnyTagClassName
{
color: #FAD58B;
}
</style>
background-color css
<style>
a { background-color: #FAD58B; }
a { background-color: rgb(250,213,139); }
div.DivClassName
{
background-color: #FAD58B;
}
.BgClassName
{
background-color: #FAD58B;
}
</style>
border-color css
<style>
span { border-color: #FAD58B; }
span { border-color: rgb(250,213,139); }
td.TdClassName
{
border-color: #FAD58B;
}
.TagClassName
{
border-color: #FAD58B;
}
</style>