Shades of Grandis #FECF77
Tints of Grandis #FECF77
RGB
CMYK
RGB Variations
Color information
#FECF77 (or 0xFECF77) is known color: Grandis. HEX triplet: FE, CF and 77. RGB value is (254,207,119). Sum of RGB (Red+Green+Blue) = 254+207+119=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF77 is #013088. Grayscale: #D3D3D3. Windows color (decimal): -77961 or 7852030. OLE color: 7852030.
HSL color Cylindrical-coordinate representation of color #FECF77: hue angle of 39.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FECF77 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 119 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.00 |
| HSL | 39.11º | 0.99% | 0.73% | - |
| HSV(B) | 39.11º | 0.53% | 1% | - |
| XYZ | 66.52 | 67.03 | 26.88 | - |
| YUV | 211.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 119 | 0 | 0.19 | 0.53 | 0.00 | 39.11 | 0.99 | 0.73 |
| Hex | FE | CF | 77 | 0 | 13 | 35 | 0 | 27 | 63 | 49 |
| Octal | 376 | 317 | 167 | 0 | 23 | 65 | 0 | 47 | 143 | 111 |
| Binary | 11111110 | 11001111 | 1110111 | 0 | 10011 | 110101 | 0 | 100111 | 1100011 | 1001001 |
Color Harmonies of #FECF77
Complementary color
Monochromatic Colors of #FECF77
Black with #FECF77
Text Example
Text Example
White with #FECF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF77; }
p { color: rgb(254,207,119); }
H1.HeaderClassName
{
color: #FECF77;
}
.AnyTagClassName
{
color: #FECF77;
}
</style>
background-color css
<style>
a { background-color: #FECF77; }
a { background-color: rgb(254,207,119); }
div.DivClassName
{
background-color: #FECF77;
}
.BgClassName
{
background-color: #FECF77;
}
</style>
border-color css
<style>
span { border-color: #FECF77; }
span { border-color: rgb(254,207,119); }
td.TdClassName
{
border-color: #FECF77;
}
.TagClassName
{
border-color: #FECF77;
}
</style>