Shades of Grandis #FECF70
Tints of Grandis #FECF70
RGB
CMYK
RGB Variations
Color information
#FECF70 (or 0xFECF70) is known color: Grandis. HEX triplet: FE, CF and 70. RGB value is (254,207,112). Sum of RGB (Red+Green+Blue) = 254+207+112=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF70 is #01308F. Grayscale: #D2D2D2. Windows color (decimal): -77968 or 7393278. OLE color: 7393278.
HSL color Cylindrical-coordinate representation of color #FECF70: hue angle of 40.14º 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 #FECF70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 40.14º | 0.99% | 0.72% | - |
| HSV(B) | 40.14º | 0.56% | 1% | - |
| XYZ | 66.11 | 66.87 | 24.75 | - |
| YUV | 210.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 112 | 0 | 0.19 | 0.56 | 0.00 | 40.14 | 0.99 | 0.72 |
| Hex | FE | CF | 70 | 0 | 13 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 317 | 160 | 0 | 23 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001111 | 1110000 | 0 | 10011 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECF70
Complementary color
Monochromatic Colors of #FECF70
Black with #FECF70
Text Example
Text Example
White with #FECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF70; }
p { color: rgb(254,207,112); }
H1.HeaderClassName
{
color: #FECF70;
}
.AnyTagClassName
{
color: #FECF70;
}
</style>
background-color css
<style>
a { background-color: #FECF70; }
a { background-color: rgb(254,207,112); }
div.DivClassName
{
background-color: #FECF70;
}
.BgClassName
{
background-color: #FECF70;
}
</style>
border-color css
<style>
span { border-color: #FECF70; }
span { border-color: rgb(254,207,112); }
td.TdClassName
{
border-color: #FECF70;
}
.TagClassName
{
border-color: #FECF70;
}
</style>