Shades of Grandis #FECE74
Tints of Grandis #FECE74
RGB
CMYK
RGB Variations
Color information
#FECE74 (or 0xFECE74) is known color: Grandis. HEX triplet: FE, CE and 74. RGB value is (254,206,116). Sum of RGB (Red+Green+Blue) = 254+206+116=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE74 is #01318B. Grayscale: #D2D2D2. Windows color (decimal): -78220 or 7655166. OLE color: 7655166.
HSL color Cylindrical-coordinate representation of color #FECE74: hue angle of 39.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FECE74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.00 |
| HSL | 39.13º | 0.99% | 0.73% | - |
| HSV(B) | 39.13º | 0.54% | 1% | - |
| XYZ | 66.1 | 66.47 | 25.87 | - |
| YUV | 210.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 116 | 0 | 0.19 | 0.54 | 0.00 | 39.13 | 0.99 | 0.73 |
| Hex | FE | CE | 74 | 0 | 13 | 36 | 0 | 27 | 63 | 49 |
| Octal | 376 | 316 | 164 | 0 | 23 | 66 | 0 | 47 | 143 | 111 |
| Binary | 11111110 | 11001110 | 1110100 | 0 | 10011 | 110110 | 0 | 100111 | 1100011 | 1001001 |
Color Harmonies of #FECE74
Complementary color
Monochromatic Colors of #FECE74
Black with #FECE74
Text Example
Text Example
White with #FECE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE74; }
p { color: rgb(254,206,116); }
H1.HeaderClassName
{
color: #FECE74;
}
.AnyTagClassName
{
color: #FECE74;
}
</style>
background-color css
<style>
a { background-color: #FECE74; }
a { background-color: rgb(254,206,116); }
div.DivClassName
{
background-color: #FECE74;
}
.BgClassName
{
background-color: #FECE74;
}
</style>
border-color css
<style>
span { border-color: #FECE74; }
span { border-color: rgb(254,206,116); }
td.TdClassName
{
border-color: #FECE74;
}
.TagClassName
{
border-color: #FECE74;
}
</style>