Shades of Grandis #FECE73
Tints of Grandis #FECE73
RGB
CMYK
RGB Variations
Color information
#FECE73 (or 0xFECE73) is known color: Grandis. HEX triplet: FE, CE and 73. RGB value is (254,206,115). Sum of RGB (Red+Green+Blue) = 254+206+115=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE73 is #01318C. Grayscale: #D2D2D2. Windows color (decimal): -78221 or 7589630. OLE color: 7589630.
HSL color Cylindrical-coordinate representation of color #FECE73: hue angle of 39.28º 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 #FECE73 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 115 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.00 |
| HSL | 39.28º | 0.99% | 0.72% | - |
| HSV(B) | 39.28º | 0.55% | 1% | - |
| XYZ | 66.04 | 66.45 | 25.57 | - |
| YUV | 209.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 115 | 0 | 0.19 | 0.55 | 0.00 | 39.28 | 0.99 | 0.72 |
| Hex | FE | CE | 73 | 0 | 13 | 37 | 0 | 27 | 63 | 48 |
| Octal | 376 | 316 | 163 | 0 | 23 | 67 | 0 | 47 | 143 | 110 |
| Binary | 11111110 | 11001110 | 1110011 | 0 | 10011 | 110111 | 0 | 100111 | 1100011 | 1001000 |
Color Harmonies of #FECE73
Complementary color
Monochromatic Colors of #FECE73
Black with #FECE73
Text Example
Text Example
White with #FECE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE73; }
p { color: rgb(254,206,115); }
H1.HeaderClassName
{
color: #FECE73;
}
.AnyTagClassName
{
color: #FECE73;
}
</style>
background-color css
<style>
a { background-color: #FECE73; }
a { background-color: rgb(254,206,115); }
div.DivClassName
{
background-color: #FECE73;
}
.BgClassName
{
background-color: #FECE73;
}
</style>
border-color css
<style>
span { border-color: #FECE73; }
span { border-color: rgb(254,206,115); }
td.TdClassName
{
border-color: #FECE73;
}
.TagClassName
{
border-color: #FECE73;
}
</style>