Shades of Cherokee #FAD28A
Tints of Cherokee #FAD28A
RGB
CMYK
RGB Variations
Color information
#FAD28A (or 0xFAD28A) is known color: Cherokee. HEX triplet: FA, D2 and 8A. RGB value is (250,210,138). Sum of RGB (Red+Green+Blue) = 250+210+138=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD28A is #052D75. Grayscale: #D6D6D6. Windows color (decimal): -339318 or 9097978. OLE color: 9097978.
HSL color Cylindrical-coordinate representation of color #FAD28A: hue angle of 38.57º 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 #FAD28A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 138 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.02 |
| HSL | 38.57º | 0.92% | 0.76% | - |
| HSV(B) | 38.57º | 0.45% | 0.98% | - |
| XYZ | 67.06 | 68.25 | 33.68 | - |
| YUV | 213.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 138 | 0 | 0.16 | 0.45 | 0.02 | 38.57 | 0.92 | 0.76 |
| Hex | FA | D2 | 8A | 0 | 10 | 2D | 2 | 27 | 5C | 4C |
| Octal | 372 | 322 | 212 | 0 | 20 | 55 | 2 | 47 | 134 | 114 |
| Binary | 11111010 | 11010010 | 10001010 | 0 | 10000 | 101101 | 10 | 100111 | 1011100 | 1001100 |
Color Harmonies of #FAD28A
Complementary color
Monochromatic Colors of #FAD28A
Black with #FAD28A
Text Example
Text Example
White with #FAD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD28A; }
p { color: rgb(250,210,138); }
H1.HeaderClassName
{
color: #FAD28A;
}
.AnyTagClassName
{
color: #FAD28A;
}
</style>
background-color css
<style>
a { background-color: #FAD28A; }
a { background-color: rgb(250,210,138); }
div.DivClassName
{
background-color: #FAD28A;
}
.BgClassName
{
background-color: #FAD28A;
}
</style>
border-color css
<style>
span { border-color: #FAD28A; }
span { border-color: rgb(250,210,138); }
td.TdClassName
{
border-color: #FAD28A;
}
.TagClassName
{
border-color: #FAD28A;
}
</style>