Shades of Grandis #FECA71
Tints of Grandis #FECA71
RGB
CMYK
RGB Variations
Color information
#FECA71 (or 0xFECA71) is known color: Grandis. HEX triplet: FE, CA and 71. RGB value is (254,202,113). Sum of RGB (Red+Green+Blue) = 254+202+113=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA71 is #01358E. Grayscale: #CFCFCF. Windows color (decimal): -79247 or 7457534. OLE color: 7457534.
HSL color Cylindrical-coordinate representation of color #FECA71: hue angle of 37.87º 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 #FECA71 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 113 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.00 |
| HSL | 37.87º | 0.99% | 0.72% | - |
| HSV(B) | 37.87º | 0.56% | 1% | - |
| XYZ | 64.97 | 64.5 | 24.65 | - |
| YUV | 207.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 113 | 0 | 0.20 | 0.56 | 0.00 | 37.87 | 0.99 | 0.72 |
| Hex | FE | CA | 71 | 0 | 14 | 38 | 0 | 26 | 63 | 48 |
| Octal | 376 | 312 | 161 | 0 | 24 | 70 | 0 | 46 | 143 | 110 |
| Binary | 11111110 | 11001010 | 1110001 | 0 | 10100 | 111000 | 0 | 100110 | 1100011 | 1001000 |
Color Harmonies of #FECA71
Complementary color
Monochromatic Colors of #FECA71
Black with #FECA71
Text Example
Text Example
White with #FECA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA71; }
p { color: rgb(254,202,113); }
H1.HeaderClassName
{
color: #FECA71;
}
.AnyTagClassName
{
color: #FECA71;
}
</style>
background-color css
<style>
a { background-color: #FECA71; }
a { background-color: rgb(254,202,113); }
div.DivClassName
{
background-color: #FECA71;
}
.BgClassName
{
background-color: #FECA71;
}
</style>
border-color css
<style>
span { border-color: #FECA71; }
span { border-color: rgb(254,202,113); }
td.TdClassName
{
border-color: #FECA71;
}
.TagClassName
{
border-color: #FECA71;
}
</style>