Shades of Grandis #FBCF77
Tints of Grandis #FBCF77
RGB
CMYK
RGB Variations
Color information
#FBCF77 (or 0xFBCF77) is known color: Grandis. HEX triplet: FB, CF and 77. RGB value is (251,207,119). Sum of RGB (Red+Green+Blue) = 251+207+119=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCF77 is #043088. Grayscale: #D2D2D2. Windows color (decimal): -274569 or 7852027. OLE color: 7852027.
HSL color Cylindrical-coordinate representation of color #FBCF77: hue angle of 40º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBCF77 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.02 |
| HSL | 40º | 0.94% | 0.73% | - |
| HSV(B) | 40º | 0.53% | 0.98% | - |
| XYZ | 65.43 | 66.47 | 26.83 | - |
| YUV | 210.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 119 | 0 | 0.18 | 0.53 | 0.02 | 40 | 0.94 | 0.73 |
| Hex | FB | CF | 77 | 0 | 12 | 35 | 2 | 28 | 5E | 49 |
| Octal | 373 | 317 | 167 | 0 | 22 | 65 | 2 | 50 | 136 | 111 |
| Binary | 11111011 | 11001111 | 1110111 | 0 | 10010 | 110101 | 10 | 101000 | 1011110 | 1001001 |
Color Harmonies of #FBCF77
Complementary color
Monochromatic Colors of #FBCF77
Black with #FBCF77
Text Example
Text Example
White with #FBCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF77; }
p { color: rgb(251,207,119); }
H1.HeaderClassName
{
color: #FBCF77;
}
.AnyTagClassName
{
color: #FBCF77;
}
</style>
background-color css
<style>
a { background-color: #FBCF77; }
a { background-color: rgb(251,207,119); }
div.DivClassName
{
background-color: #FBCF77;
}
.BgClassName
{
background-color: #FBCF77;
}
</style>
border-color css
<style>
span { border-color: #FBCF77; }
span { border-color: rgb(251,207,119); }
td.TdClassName
{
border-color: #FBCF77;
}
.TagClassName
{
border-color: #FBCF77;
}
</style>