Shades of Cherokee #FAD58A
Tints of Cherokee #FAD58A
RGB
CMYK
RGB Variations
Color information
#FAD58A (or 0xFAD58A) is known color: Cherokee. HEX triplet: FA, D5 and 8A. RGB value is (250,213,138). Sum of RGB (Red+Green+Blue) = 250+213+138=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58A is #052A75. Grayscale: #D7D7D7. Windows color (decimal): -338550 or 9098746. OLE color: 9098746.
HSL color Cylindrical-coordinate representation of color #FAD58A: hue angle of 40.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAD58A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 138 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.02 |
| HSL | 40.18º | 0.92% | 0.76% | - |
| HSV(B) | 40.18º | 0.45% | 0.98% | - |
| XYZ | 67.81 | 69.75 | 33.93 | - |
| YUV | 215.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 138 | 0 | 0.15 | 0.45 | 0.02 | 40.18 | 0.92 | 0.76 |
| Hex | FA | D5 | 8A | 0 | F | 2D | 2 | 28 | 5C | 4C |
| Octal | 372 | 325 | 212 | 0 | 17 | 55 | 2 | 50 | 134 | 114 |
| Binary | 11111010 | 11010101 | 10001010 | 0 | 1111 | 101101 | 10 | 101000 | 1011100 | 1001100 |
Color Harmonies of #FAD58A
Complementary color
Monochromatic Colors of #FAD58A
Black with #FAD58A
Text Example
Text Example
White with #FAD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD58A; }
p { color: rgb(250,213,138); }
H1.HeaderClassName
{
color: #FAD58A;
}
.AnyTagClassName
{
color: #FAD58A;
}
</style>
background-color css
<style>
a { background-color: #FAD58A; }
a { background-color: rgb(250,213,138); }
div.DivClassName
{
background-color: #FAD58A;
}
.BgClassName
{
background-color: #FAD58A;
}
</style>
border-color css
<style>
span { border-color: #FAD58A; }
span { border-color: rgb(250,213,138); }
td.TdClassName
{
border-color: #FAD58A;
}
.TagClassName
{
border-color: #FAD58A;
}
</style>