Shades of Grandis #FECE79
Tints of Grandis #FECE79
RGB
CMYK
RGB Variations
Color information
#FECE79 (or 0xFECE79) is known color: Grandis. HEX triplet: FE, CE and 79. RGB value is (254,206,121). Sum of RGB (Red+Green+Blue) = 254+206+121=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE79 is #013186. Grayscale: #D3D3D3. Windows color (decimal): -78215 or 7982846. OLE color: 7982846.
HSL color Cylindrical-coordinate representation of color #FECE79: hue angle of 38.35º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FECE79 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 121 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.00 |
| HSL | 38.35º | 0.99% | 0.74% | - |
| HSV(B) | 38.35º | 0.52% | 1% | - |
| XYZ | 66.4 | 66.59 | 27.44 | - |
| YUV | 210.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 121 | 0 | 0.19 | 0.52 | 0.00 | 38.35 | 0.99 | 0.74 |
| Hex | FE | CE | 79 | 0 | 13 | 34 | 0 | 26 | 63 | 4A |
| Octal | 376 | 316 | 171 | 0 | 23 | 64 | 0 | 46 | 143 | 112 |
| Binary | 11111110 | 11001110 | 1111001 | 0 | 10011 | 110100 | 0 | 100110 | 1100011 | 1001010 |
Color Harmonies of #FECE79
Complementary color
Monochromatic Colors of #FECE79
Black with #FECE79
Text Example
Text Example
White with #FECE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE79; }
p { color: rgb(254,206,121); }
H1.HeaderClassName
{
color: #FECE79;
}
.AnyTagClassName
{
color: #FECE79;
}
</style>
background-color css
<style>
a { background-color: #FECE79; }
a { background-color: rgb(254,206,121); }
div.DivClassName
{
background-color: #FECE79;
}
.BgClassName
{
background-color: #FECE79;
}
</style>
border-color css
<style>
span { border-color: #FECE79; }
span { border-color: rgb(254,206,121); }
td.TdClassName
{
border-color: #FECE79;
}
.TagClassName
{
border-color: #FECE79;
}
</style>