Shades of Grandis #FECB73
Tints of Grandis #FECB73
RGB
CMYK
RGB Variations
Color information
#FECB73 (or 0xFECB73) is known color: Grandis. HEX triplet: FE, CB and 73. RGB value is (254,203,115). Sum of RGB (Red+Green+Blue) = 254+203+115=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB73 is #01348C. Grayscale: #D0D0D0. Windows color (decimal): -78989 or 7588862. OLE color: 7588862.
HSL color Cylindrical-coordinate representation of color #FECB73: hue angle of 37.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FECB73 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 115 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.00 |
| HSL | 37.99º | 0.99% | 0.72% | - |
| HSV(B) | 37.99º | 0.55% | 1% | - |
| XYZ | 65.32 | 65.02 | 25.33 | - |
| YUV | 208.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 115 | 0 | 0.20 | 0.55 | 0.00 | 37.99 | 0.99 | 0.72 |
| Hex | FE | CB | 73 | 0 | 14 | 37 | 0 | 26 | 63 | 48 |
| Octal | 376 | 313 | 163 | 0 | 24 | 67 | 0 | 46 | 143 | 110 |
| Binary | 11111110 | 11001011 | 1110011 | 0 | 10100 | 110111 | 0 | 100110 | 1100011 | 1001000 |
Color Harmonies of #FECB73
Complementary color
Monochromatic Colors of #FECB73
Black with #FECB73
Text Example
Text Example
White with #FECB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB73; }
p { color: rgb(254,203,115); }
H1.HeaderClassName
{
color: #FECB73;
}
.AnyTagClassName
{
color: #FECB73;
}
</style>
background-color css
<style>
a { background-color: #FECB73; }
a { background-color: rgb(254,203,115); }
div.DivClassName
{
background-color: #FECB73;
}
.BgClassName
{
background-color: #FECB73;
}
</style>
border-color css
<style>
span { border-color: #FECB73; }
span { border-color: rgb(254,203,115); }
td.TdClassName
{
border-color: #FECB73;
}
.TagClassName
{
border-color: #FECB73;
}
</style>