Shades of Grandis #FBC974
Tints of Grandis #FBC974
RGB
CMYK
RGB Variations
Color information
#FBC974 (or 0xFBC974) is known color: Grandis. HEX triplet: FB, C9 and 74. RGB value is (251,201,116). Sum of RGB (Red+Green+Blue) = 251+201+116=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC974 is #04368B. Grayscale: #CECECE. Windows color (decimal): -276108 or 7653883. OLE color: 7653883.
HSL color Cylindrical-coordinate representation of color #FBC974: hue angle of 37.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBC974 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 116 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.02 |
| HSL | 37.78º | 0.94% | 0.72% | - |
| HSV(B) | 37.78º | 0.54% | 0.98% | - |
| XYZ | 63.82 | 63.54 | 25.42 | - |
| YUV | 206.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 116 | 0 | 0.20 | 0.54 | 0.02 | 37.78 | 0.94 | 0.72 |
| Hex | FB | C9 | 74 | 0 | 14 | 36 | 2 | 26 | 5E | 48 |
| Octal | 373 | 311 | 164 | 0 | 24 | 66 | 2 | 46 | 136 | 110 |
| Binary | 11111011 | 11001001 | 1110100 | 0 | 10100 | 110110 | 10 | 100110 | 1011110 | 1001000 |
Color Harmonies of #FBC974
Complementary color
Monochromatic Colors of #FBC974
Black with #FBC974
Text Example
Text Example
White with #FBC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC974; }
p { color: rgb(251,201,116); }
H1.HeaderClassName
{
color: #FBC974;
}
.AnyTagClassName
{
color: #FBC974;
}
</style>
background-color css
<style>
a { background-color: #FBC974; }
a { background-color: rgb(251,201,116); }
div.DivClassName
{
background-color: #FBC974;
}
.BgClassName
{
background-color: #FBC974;
}
</style>
border-color css
<style>
span { border-color: #FBC974; }
span { border-color: rgb(251,201,116); }
td.TdClassName
{
border-color: #FBC974;
}
.TagClassName
{
border-color: #FBC974;
}
</style>