Shades of Grandis #FECF71
Tints of Grandis #FECF71
RGB
CMYK
RGB Variations
Color information
#FECF71 (or 0xFECF71) is known color: Grandis. HEX triplet: FE, CF and 71. RGB value is (254,207,113). Sum of RGB (Red+Green+Blue) = 254+207+113=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF71 is #01308E. Grayscale: #D2D2D2. Windows color (decimal): -77967 or 7458814. OLE color: 7458814.
HSL color Cylindrical-coordinate representation of color #FECF71: hue angle of 40º 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 #FECF71 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 113 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 40º | 0.99% | 0.72% | - |
| HSV(B) | 40º | 0.56% | 1% | - |
| XYZ | 66.17 | 66.89 | 25.05 | - |
| YUV | 210.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 113 | 0 | 0.19 | 0.56 | 0.00 | 40 | 0.99 | 0.72 |
| Hex | FE | CF | 71 | 0 | 13 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 317 | 161 | 0 | 23 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001111 | 1110001 | 0 | 10011 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECF71
Complementary color
Monochromatic Colors of #FECF71
Black with #FECF71
Text Example
Text Example
White with #FECF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF71; }
p { color: rgb(254,207,113); }
H1.HeaderClassName
{
color: #FECF71;
}
.AnyTagClassName
{
color: #FECF71;
}
</style>
background-color css
<style>
a { background-color: #FECF71; }
a { background-color: rgb(254,207,113); }
div.DivClassName
{
background-color: #FECF71;
}
.BgClassName
{
background-color: #FECF71;
}
</style>
border-color css
<style>
span { border-color: #FECF71; }
span { border-color: rgb(254,207,113); }
td.TdClassName
{
border-color: #FECF71;
}
.TagClassName
{
border-color: #FECF71;
}
</style>