Shades of Cherokee #FBCF85
Tints of Cherokee #FBCF85
RGB
CMYK
RGB Variations
Color information
#FBCF85 (or 0xFBCF85) is known color: Cherokee. HEX triplet: FB, CF and 85. RGB value is (251,207,133). Sum of RGB (Red+Green+Blue) = 251+207+133=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF85 is #04307A. Grayscale: #D4D4D4. Windows color (decimal): -274555 or 8769531. OLE color: 8769531.
HSL color Cylindrical-coordinate representation of color #FBCF85: hue angle of 37.63º degrees, saturation: 0.94, 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 #FBCF85 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 133 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.02 |
| HSL | 37.63º | 0.94% | 0.75% | - |
| HSV(B) | 37.63º | 0.47% | 0.98% | - |
| XYZ | 66.33 | 66.83 | 31.59 | - |
| YUV | 211.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 133 | 0 | 0.18 | 0.47 | 0.02 | 37.63 | 0.94 | 0.75 |
| Hex | FB | CF | 85 | 0 | 12 | 2F | 2 | 26 | 5E | 4B |
| Octal | 373 | 317 | 205 | 0 | 22 | 57 | 2 | 46 | 136 | 113 |
| Binary | 11111011 | 11001111 | 10000101 | 0 | 10010 | 101111 | 10 | 100110 | 1011110 | 1001011 |
Color Harmonies of #FBCF85
Complementary color
Monochromatic Colors of #FBCF85
Black with #FBCF85
Text Example
Text Example
White with #FBCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF85; }
p { color: rgb(251,207,133); }
H1.HeaderClassName
{
color: #FBCF85;
}
.AnyTagClassName
{
color: #FBCF85;
}
</style>
background-color css
<style>
a { background-color: #FBCF85; }
a { background-color: rgb(251,207,133); }
div.DivClassName
{
background-color: #FBCF85;
}
.BgClassName
{
background-color: #FBCF85;
}
</style>
border-color css
<style>
span { border-color: #FBCF85; }
span { border-color: rgb(251,207,133); }
td.TdClassName
{
border-color: #FBCF85;
}
.TagClassName
{
border-color: #FBCF85;
}
</style>