Shades of Grandis #FECF74
Tints of Grandis #FECF74
RGB
CMYK
RGB Variations
Color information
#FECF74 (or 0xFECF74) is known color: Grandis. HEX triplet: FE, CF and 74. RGB value is (254,207,116). Sum of RGB (Red+Green+Blue) = 254+207+116=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF74 is #01308B. Grayscale: #D3D3D3. Windows color (decimal): -77964 or 7655422. OLE color: 7655422.
HSL color Cylindrical-coordinate representation of color #FECF74: hue angle of 39.57º 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 #FECF74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.00 |
| HSL | 39.57º | 0.99% | 0.73% | - |
| HSV(B) | 39.57º | 0.54% | 1% | - |
| XYZ | 66.34 | 66.96 | 25.95 | - |
| YUV | 210.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 116 | 0 | 0.19 | 0.54 | 0.00 | 39.57 | 0.99 | 0.73 |
| Hex | FE | CF | 74 | 0 | 13 | 36 | 0 | 28 | 63 | 49 |
| Octal | 376 | 317 | 164 | 0 | 23 | 66 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11001111 | 1110100 | 0 | 10011 | 110110 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FECF74
Complementary color
Monochromatic Colors of #FECF74
Black with #FECF74
Text Example
Text Example
White with #FECF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF74; }
p { color: rgb(254,207,116); }
H1.HeaderClassName
{
color: #FECF74;
}
.AnyTagClassName
{
color: #FECF74;
}
</style>
background-color css
<style>
a { background-color: #FECF74; }
a { background-color: rgb(254,207,116); }
div.DivClassName
{
background-color: #FECF74;
}
.BgClassName
{
background-color: #FECF74;
}
</style>
border-color css
<style>
span { border-color: #FECF74; }
span { border-color: rgb(254,207,116); }
td.TdClassName
{
border-color: #FECF74;
}
.TagClassName
{
border-color: #FECF74;
}
</style>