Shades of Grandis #FBCB68
Tints of Grandis #FBCB68
RGB
CMYK
RGB Variations
Color information
#FBCB68 (or 0xFBCB68) is known color: Grandis. HEX triplet: FB, CB and 68. RGB value is (251,203,104). Sum of RGB (Red+Green+Blue) = 251+203+104=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB68 is #043497. Grayscale: #CECECE. Windows color (decimal): -275608 or 6867963. OLE color: 6867963.
HSL color Cylindrical-coordinate representation of color #FBCB68: hue angle of 40.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBCB68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.02 |
| HSL | 40.41º | 0.95% | 0.7% | - |
| HSV(B) | 40.41º | 0.59% | 0.98% | - |
| XYZ | 63.64 | 64.22 | 22.14 | - |
| YUV | 206.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 104 | 0 | 0.19 | 0.59 | 0.02 | 40.41 | 0.95 | 0.7 |
| Hex | FB | CB | 68 | 0 | 13 | 3B | 2 | 28 | 5F | 46 |
| Octal | 373 | 313 | 150 | 0 | 23 | 73 | 2 | 50 | 137 | 106 |
| Binary | 11111011 | 11001011 | 1101000 | 0 | 10011 | 111011 | 10 | 101000 | 1011111 | 1000110 |
Color Harmonies of #FBCB68
Complementary color
Monochromatic Colors of #FBCB68
Black with #FBCB68
Text Example
Text Example
White with #FBCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB68; }
p { color: rgb(251,203,104); }
H1.HeaderClassName
{
color: #FBCB68;
}
.AnyTagClassName
{
color: #FBCB68;
}
</style>
background-color css
<style>
a { background-color: #FBCB68; }
a { background-color: rgb(251,203,104); }
div.DivClassName
{
background-color: #FBCB68;
}
.BgClassName
{
background-color: #FBCB68;
}
</style>
border-color css
<style>
span { border-color: #FBCB68; }
span { border-color: rgb(251,203,104); }
td.TdClassName
{
border-color: #FBCB68;
}
.TagClassName
{
border-color: #FBCB68;
}
</style>