Shades of Grandis #FECE70
Tints of Grandis #FECE70
RGB
CMYK
RGB Variations
Color information
#FECE70 (or 0xFECE70) is known color: Grandis. HEX triplet: FE, CE and 70. RGB value is (254,206,112). Sum of RGB (Red+Green+Blue) = 254+206+112=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE70 is #01318F. Grayscale: #D2D2D2. Windows color (decimal): -78224 or 7393022. OLE color: 7393022.
HSL color Cylindrical-coordinate representation of color #FECE70: hue angle of 39.72º 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 #FECE70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.72º | 0.99% | 0.72% | - |
| HSV(B) | 39.72º | 0.56% | 1% | - |
| XYZ | 65.87 | 66.38 | 24.67 | - |
| YUV | 209.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 112 | 0 | 0.19 | 0.56 | 0.00 | 39.72 | 0.99 | 0.72 |
| Hex | FE | CE | 70 | 0 | 13 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 316 | 160 | 0 | 23 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001110 | 1110000 | 0 | 10011 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECE70
Complementary color
Monochromatic Colors of #FECE70
Black with #FECE70
Text Example
Text Example
White with #FECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE70; }
p { color: rgb(254,206,112); }
H1.HeaderClassName
{
color: #FECE70;
}
.AnyTagClassName
{
color: #FECE70;
}
</style>
background-color css
<style>
a { background-color: #FECE70; }
a { background-color: rgb(254,206,112); }
div.DivClassName
{
background-color: #FECE70;
}
.BgClassName
{
background-color: #FECE70;
}
</style>
border-color css
<style>
span { border-color: #FECE70; }
span { border-color: rgb(254,206,112); }
td.TdClassName
{
border-color: #FECE70;
}
.TagClassName
{
border-color: #FECE70;
}
</style>