Shades of Grandis #FECB64
Tints of Grandis #FECB64
RGB
CMYK
RGB Variations
Color information
#FECB64 (or 0xFECB64) is known color: Grandis. HEX triplet: FE, CB and 64. RGB value is (254,203,100). Sum of RGB (Red+Green+Blue) = 254+203+100=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB64 is #01349B. Grayscale: #CECECE. Windows color (decimal): -79004 or 6605822. OLE color: 6605822.
HSL color Cylindrical-coordinate representation of color #FECB64: hue angle of 40.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FECB64 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 100 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.00 |
| HSL | 40.13º | 0.99% | 0.69% | - |
| HSV(B) | 40.13º | 0.61% | 1% | - |
| XYZ | 64.53 | 64.7 | 21.14 | - |
| YUV | 206.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 100 | 0 | 0.20 | 0.61 | 0.00 | 40.13 | 0.99 | 0.69 |
| Hex | FE | CB | 64 | 0 | 14 | 3D | 0 | 28 | 63 | 45 |
| Octal | 376 | 313 | 144 | 0 | 24 | 75 | 0 | 50 | 143 | 105 |
| Binary | 11111110 | 11001011 | 1100100 | 0 | 10100 | 111101 | 0 | 101000 | 1100011 | 1000101 |
Color Harmonies of #FECB64
Complementary color
Monochromatic Colors of #FECB64
Black with #FECB64
Text Example
Text Example
White with #FECB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB64; }
p { color: rgb(254,203,100); }
H1.HeaderClassName
{
color: #FECB64;
}
.AnyTagClassName
{
color: #FECB64;
}
</style>
background-color css
<style>
a { background-color: #FECB64; }
a { background-color: rgb(254,203,100); }
div.DivClassName
{
background-color: #FECB64;
}
.BgClassName
{
background-color: #FECB64;
}
</style>
border-color css
<style>
span { border-color: #FECB64; }
span { border-color: rgb(254,203,100); }
td.TdClassName
{
border-color: #FECB64;
}
.TagClassName
{
border-color: #FECB64;
}
</style>