Shades of Cherokee #FAC78A
Tints of Cherokee #FAC78A
RGB
CMYK
RGB Variations
Color information
#FAC78A (or 0xFAC78A) is known color: Cherokee. HEX triplet: FA, C7 and 8A. RGB value is (250,199,138). Sum of RGB (Red+Green+Blue) = 250+199+138=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78A is #053875. Grayscale: #CFCFCF. Windows color (decimal): -342134 or 9095162. OLE color: 9095162.
HSL color Cylindrical-coordinate representation of color #FAC78A: hue angle of 32.68º 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 #FAC78A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 138 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.02 |
| HSL | 32.68º | 0.92% | 0.76% | - |
| HSV(B) | 32.68º | 0.45% | 0.98% | - |
| XYZ | 64.44 | 63.01 | 32.81 | - |
| YUV | 207.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 138 | 0 | 0.20 | 0.45 | 0.02 | 32.68 | 0.92 | 0.76 |
| Hex | FA | C7 | 8A | 0 | 14 | 2D | 2 | 21 | 5C | 4C |
| Octal | 372 | 307 | 212 | 0 | 24 | 55 | 2 | 41 | 134 | 114 |
| Binary | 11111010 | 11000111 | 10001010 | 0 | 10100 | 101101 | 10 | 100001 | 1011100 | 1001100 |
Color Harmonies of #FAC78A
Complementary color
Monochromatic Colors of #FAC78A
Black with #FAC78A
Text Example
Text Example
White with #FAC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC78A; }
p { color: rgb(250,199,138); }
H1.HeaderClassName
{
color: #FAC78A;
}
.AnyTagClassName
{
color: #FAC78A;
}
</style>
background-color css
<style>
a { background-color: #FAC78A; }
a { background-color: rgb(250,199,138); }
div.DivClassName
{
background-color: #FAC78A;
}
.BgClassName
{
background-color: #FAC78A;
}
</style>
border-color css
<style>
span { border-color: #FAC78A; }
span { border-color: rgb(250,199,138); }
td.TdClassName
{
border-color: #FAC78A;
}
.TagClassName
{
border-color: #FAC78A;
}
</style>