Shades of Grandis #FECF72
Tints of Grandis #FECF72
RGB
CMYK
RGB Variations
Color information
#FECF72 (or 0xFECF72) is known color: Grandis. HEX triplet: FE, CF and 72. RGB value is (254,207,114). Sum of RGB (Red+Green+Blue) = 254+207+114=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF72 is #01308D. Grayscale: #D2D2D2. Windows color (decimal): -77966 or 7524350. OLE color: 7524350.
HSL color Cylindrical-coordinate representation of color #FECF72: hue angle of 39.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FECF72 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 114 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.00 |
| HSL | 39.86º | 0.99% | 0.72% | - |
| HSV(B) | 39.86º | 0.55% | 1% | - |
| XYZ | 66.22 | 66.91 | 25.34 | - |
| YUV | 210.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 114 | 0 | 0.19 | 0.55 | 0.00 | 39.86 | 0.99 | 0.72 |
| Hex | FE | CF | 72 | 0 | 13 | 37 | 0 | 28 | 63 | 48 |
| Octal | 376 | 317 | 162 | 0 | 23 | 67 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001111 | 1110010 | 0 | 10011 | 110111 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECF72
Complementary color
Monochromatic Colors of #FECF72
Black with #FECF72
Text Example
Text Example
White with #FECF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF72; }
p { color: rgb(254,207,114); }
H1.HeaderClassName
{
color: #FECF72;
}
.AnyTagClassName
{
color: #FECF72;
}
</style>
background-color css
<style>
a { background-color: #FECF72; }
a { background-color: rgb(254,207,114); }
div.DivClassName
{
background-color: #FECF72;
}
.BgClassName
{
background-color: #FECF72;
}
</style>
border-color css
<style>
span { border-color: #FECF72; }
span { border-color: rgb(254,207,114); }
td.TdClassName
{
border-color: #FECF72;
}
.TagClassName
{
border-color: #FECF72;
}
</style>