Shades of Grandis #FECE71
Tints of Grandis #FECE71
RGB
CMYK
RGB Variations
Color information
#FECE71 (or 0xFECE71) is known color: Grandis. HEX triplet: FE, CE and 71. RGB value is (254,206,113). Sum of RGB (Red+Green+Blue) = 254+206+113=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE71 is #01318E. Grayscale: #D2D2D2. Windows color (decimal): -78223 or 7458558. OLE color: 7458558.
HSL color Cylindrical-coordinate representation of color #FECE71: hue angle of 39.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FECE71 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 113 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.57º | 0.99% | 0.72% | - |
| HSV(B) | 39.57º | 0.56% | 1% | - |
| XYZ | 65.93 | 66.41 | 24.97 | - |
| YUV | 209.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 113 | 0 | 0.19 | 0.56 | 0.00 | 39.57 | 0.99 | 0.72 |
| Hex | FE | CE | 71 | 0 | 13 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 316 | 161 | 0 | 23 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001110 | 1110001 | 0 | 10011 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECE71
Complementary color
Monochromatic Colors of #FECE71
Black with #FECE71
Text Example
Text Example
White with #FECE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE71; }
p { color: rgb(254,206,113); }
H1.HeaderClassName
{
color: #FECE71;
}
.AnyTagClassName
{
color: #FECE71;
}
</style>
background-color css
<style>
a { background-color: #FECE71; }
a { background-color: rgb(254,206,113); }
div.DivClassName
{
background-color: #FECE71;
}
.BgClassName
{
background-color: #FECE71;
}
</style>
border-color css
<style>
span { border-color: #FECE71; }
span { border-color: rgb(254,206,113); }
td.TdClassName
{
border-color: #FECE71;
}
.TagClassName
{
border-color: #FECE71;
}
</style>