Shades of Grandis #FBCC6E
Tints of Grandis #FBCC6E
RGB
CMYK
RGB Variations
Color information
#FBCC6E (or 0xFBCC6E) is known color: Grandis. HEX triplet: FB, CC and 6E. RGB value is (251,204,110). Sum of RGB (Red+Green+Blue) = 251+204+110=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC6E is #043391. Grayscale: #CFCFCF. Windows color (decimal): -275346 or 7261435. OLE color: 7261435.
HSL color Cylindrical-coordinate representation of color #FBCC6E: hue angle of 40º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBCC6E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 110 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.02 |
| HSL | 40º | 0.95% | 0.71% | - |
| HSV(B) | 40º | 0.56% | 0.98% | - |
| XYZ | 64.19 | 64.82 | 23.88 | - |
| YUV | 207.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 110 | 0 | 0.19 | 0.56 | 0.02 | 40 | 0.95 | 0.71 |
| Hex | FB | CC | 6E | 0 | 13 | 38 | 2 | 28 | 5F | 47 |
| Octal | 373 | 314 | 156 | 0 | 23 | 70 | 2 | 50 | 137 | 107 |
| Binary | 11111011 | 11001100 | 1101110 | 0 | 10011 | 111000 | 10 | 101000 | 1011111 | 1000111 |
Color Harmonies of #FBCC6E
Complementary color
Monochromatic Colors of #FBCC6E
Black with #FBCC6E
Text Example
Text Example
White with #FBCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC6E; }
p { color: rgb(251,204,110); }
H1.HeaderClassName
{
color: #FBCC6E;
}
.AnyTagClassName
{
color: #FBCC6E;
}
</style>
background-color css
<style>
a { background-color: #FBCC6E; }
a { background-color: rgb(251,204,110); }
div.DivClassName
{
background-color: #FBCC6E;
}
.BgClassName
{
background-color: #FBCC6E;
}
</style>
border-color css
<style>
span { border-color: #FBCC6E; }
span { border-color: rgb(251,204,110); }
td.TdClassName
{
border-color: #FBCC6E;
}
.TagClassName
{
border-color: #FBCC6E;
}
</style>