Shades of Cherokee #FACA85
Tints of Cherokee #FACA85
RGB
CMYK
RGB Variations
Color information
#FACA85 (or 0xFACA85) is known color: Cherokee. HEX triplet: FA, CA and 85. RGB value is (250,202,133). Sum of RGB (Red+Green+Blue) = 250+202+133=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA85 is #05357A. Grayscale: #D0D0D0. Windows color (decimal): -341371 or 8768250. OLE color: 8768250.
HSL color Cylindrical-coordinate representation of color #FACA85: hue angle of 35.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FACA85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 133 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.02 |
| HSL | 35.38º | 0.92% | 0.75% | - |
| HSV(B) | 35.38º | 0.47% | 0.98% | - |
| XYZ | 64.78 | 64.26 | 31.18 | - |
| YUV | 208.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 133 | 0 | 0.19 | 0.47 | 0.02 | 35.38 | 0.92 | 0.75 |
| Hex | FA | CA | 85 | 0 | 13 | 2F | 2 | 23 | 5C | 4B |
| Octal | 372 | 312 | 205 | 0 | 23 | 57 | 2 | 43 | 134 | 113 |
| Binary | 11111010 | 11001010 | 10000101 | 0 | 10011 | 101111 | 10 | 100011 | 1011100 | 1001011 |
Color Harmonies of #FACA85
Complementary color
Monochromatic Colors of #FACA85
Black with #FACA85
Text Example
Text Example
White with #FACA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA85; }
p { color: rgb(250,202,133); }
H1.HeaderClassName
{
color: #FACA85;
}
.AnyTagClassName
{
color: #FACA85;
}
</style>
background-color css
<style>
a { background-color: #FACA85; }
a { background-color: rgb(250,202,133); }
div.DivClassName
{
background-color: #FACA85;
}
.BgClassName
{
background-color: #FACA85;
}
</style>
border-color css
<style>
span { border-color: #FACA85; }
span { border-color: rgb(250,202,133); }
td.TdClassName
{
border-color: #FACA85;
}
.TagClassName
{
border-color: #FACA85;
}
</style>