Shades of Grandis #FBC465
Tints of Grandis #FBC465
RGB
CMYK
RGB Variations
Color information
#FBC465 (or 0xFBC465) is known color: Grandis. HEX triplet: FB, C4 and 65. RGB value is (251,196,101). Sum of RGB (Red+Green+Blue) = 251+196+101=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC465 is #043B9A. Grayscale: #CACACA. Windows color (decimal): -277403 or 6669563. OLE color: 6669563.
HSL color Cylindrical-coordinate representation of color #FBC465: hue angle of 38º 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 #FBC465 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.02 |
| HSL | 38º | 0.95% | 0.69% | - |
| HSV(B) | 38º | 0.6% | 0.98% | - |
| XYZ | 61.87 | 60.93 | 20.81 | - |
| YUV | 201.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 101 | 0 | 0.22 | 0.60 | 0.02 | 38 | 0.95 | 0.69 |
| Hex | FB | C4 | 65 | 0 | 16 | 3C | 2 | 26 | 5F | 45 |
| Octal | 373 | 304 | 145 | 0 | 26 | 74 | 2 | 46 | 137 | 105 |
| Binary | 11111011 | 11000100 | 1100101 | 0 | 10110 | 111100 | 10 | 100110 | 1011111 | 1000101 |
Color Harmonies of #FBC465
Complementary color
Monochromatic Colors of #FBC465
Black with #FBC465
Text Example
Text Example
White with #FBC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC465; }
p { color: rgb(251,196,101); }
H1.HeaderClassName
{
color: #FBC465;
}
.AnyTagClassName
{
color: #FBC465;
}
</style>
background-color css
<style>
a { background-color: #FBC465; }
a { background-color: rgb(251,196,101); }
div.DivClassName
{
background-color: #FBC465;
}
.BgClassName
{
background-color: #FBC465;
}
</style>
border-color css
<style>
span { border-color: #FBC465; }
span { border-color: rgb(251,196,101); }
td.TdClassName
{
border-color: #FBC465;
}
.TagClassName
{
border-color: #FBC465;
}
</style>