Shades of Grandis #FBC265
Tints of Grandis #FBC265
RGB
CMYK
RGB Variations
Color information
#FBC265 (or 0xFBC265) is known color: Grandis. HEX triplet: FB, C2 and 65. RGB value is (251,194,101). Sum of RGB (Red+Green+Blue) = 251+194+101=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC265 is #043D9A. Grayscale: #C8C8C8. Windows color (decimal): -277915 or 6669051. OLE color: 6669051.
HSL color Cylindrical-coordinate representation of color #FBC265: hue angle of 37.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBC265 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 101 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.02 |
| HSL | 37.2º | 0.95% | 0.69% | - |
| HSV(B) | 37.2º | 0.6% | 0.98% | - |
| XYZ | 61.42 | 60.03 | 20.66 | - |
| YUV | 200.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 101 | 0 | 0.23 | 0.60 | 0.02 | 37.2 | 0.95 | 0.69 |
| Hex | FB | C2 | 65 | 0 | 17 | 3C | 2 | 25 | 5F | 45 |
| Octal | 373 | 302 | 145 | 0 | 27 | 74 | 2 | 45 | 137 | 105 |
| Binary | 11111011 | 11000010 | 1100101 | 0 | 10111 | 111100 | 10 | 100101 | 1011111 | 1000101 |
Color Harmonies of #FBC265
Complementary color
Monochromatic Colors of #FBC265
Black with #FBC265
Text Example
Text Example
White with #FBC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC265; }
p { color: rgb(251,194,101); }
H1.HeaderClassName
{
color: #FBC265;
}
.AnyTagClassName
{
color: #FBC265;
}
</style>
background-color css
<style>
a { background-color: #FBC265; }
a { background-color: rgb(251,194,101); }
div.DivClassName
{
background-color: #FBC265;
}
.BgClassName
{
background-color: #FBC265;
}
</style>
border-color css
<style>
span { border-color: #FBC265; }
span { border-color: rgb(251,194,101); }
td.TdClassName
{
border-color: #FBC265;
}
.TagClassName
{
border-color: #FBC265;
}
</style>