Shades of Cherokee #FACF7B
Tints of Cherokee #FACF7B
RGB
CMYK
RGB Variations
Color information
#FACF7B (or 0xFACF7B) is known color: Cherokee. HEX triplet: FA, CF and 7B. RGB value is (250,207,123). Sum of RGB (Red+Green+Blue) = 250+207+123=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF7B is #053084. Grayscale: #D2D2D2. Windows color (decimal): -340101 or 8114170. OLE color: 8114170.
HSL color Cylindrical-coordinate representation of color #FACF7B: hue angle of 39.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FACF7B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 123 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.02 |
| HSL | 39.69º | 0.93% | 0.73% | - |
| HSV(B) | 39.69º | 0.51% | 0.98% | - |
| XYZ | 65.31 | 66.38 | 28.11 | - |
| YUV | 210.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 123 | 0 | 0.17 | 0.51 | 0.02 | 39.69 | 0.93 | 0.73 |
| Hex | FA | CF | 7B | 0 | 11 | 33 | 2 | 28 | 5D | 49 |
| Octal | 372 | 317 | 173 | 0 | 21 | 63 | 2 | 50 | 135 | 111 |
| Binary | 11111010 | 11001111 | 1111011 | 0 | 10001 | 110011 | 10 | 101000 | 1011101 | 1001001 |
Color Harmonies of #FACF7B
Complementary color
Monochromatic Colors of #FACF7B
Black with #FACF7B
Text Example
Text Example
White with #FACF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF7B; }
p { color: rgb(250,207,123); }
H1.HeaderClassName
{
color: #FACF7B;
}
.AnyTagClassName
{
color: #FACF7B;
}
</style>
background-color css
<style>
a { background-color: #FACF7B; }
a { background-color: rgb(250,207,123); }
div.DivClassName
{
background-color: #FACF7B;
}
.BgClassName
{
background-color: #FACF7B;
}
</style>
border-color css
<style>
span { border-color: #FACF7B; }
span { border-color: rgb(250,207,123); }
td.TdClassName
{
border-color: #FACF7B;
}
.TagClassName
{
border-color: #FACF7B;
}
</style>