Shades of Cherokee #FBCF80
Tints of Cherokee #FBCF80
RGB
CMYK
RGB Variations
Color information
#FBCF80 (or 0xFBCF80) is known color: Cherokee. HEX triplet: FB, CF and 80. RGB value is (251,207,128). Sum of RGB (Red+Green+Blue) = 251+207+128=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF80 is #04307F. Grayscale: #D3D3D3. Windows color (decimal): -274560 or 8441851. OLE color: 8441851.
HSL color Cylindrical-coordinate representation of color #FBCF80: hue angle of 38.54º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBCF80 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 128 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.02 |
| HSL | 38.54º | 0.94% | 0.74% | - |
| HSV(B) | 38.54º | 0.49% | 0.98% | - |
| XYZ | 65.99 | 66.69 | 29.82 | - |
| YUV | 211.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 128 | 0 | 0.18 | 0.49 | 0.02 | 38.54 | 0.94 | 0.74 |
| Hex | FB | CF | 80 | 0 | 12 | 31 | 2 | 27 | 5E | 4A |
| Octal | 373 | 317 | 200 | 0 | 22 | 61 | 2 | 47 | 136 | 112 |
| Binary | 11111011 | 11001111 | 10000000 | 0 | 10010 | 110001 | 10 | 100111 | 1011110 | 1001010 |
Color Harmonies of #FBCF80
Complementary color
Monochromatic Colors of #FBCF80
Black with #FBCF80
Text Example
Text Example
White with #FBCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF80; }
p { color: rgb(251,207,128); }
H1.HeaderClassName
{
color: #FBCF80;
}
.AnyTagClassName
{
color: #FBCF80;
}
</style>
background-color css
<style>
a { background-color: #FBCF80; }
a { background-color: rgb(251,207,128); }
div.DivClassName
{
background-color: #FBCF80;
}
.BgClassName
{
background-color: #FBCF80;
}
</style>
border-color css
<style>
span { border-color: #FBCF80; }
span { border-color: rgb(251,207,128); }
td.TdClassName
{
border-color: #FBCF80;
}
.TagClassName
{
border-color: #FBCF80;
}
</style>