Shades of Grandis #FECF78
Tints of Grandis #FECF78
RGB
CMYK
RGB Variations
Color information
#FECF78 (or 0xFECF78) is known color: Grandis. HEX triplet: FE, CF and 78. RGB value is (254,207,120). Sum of RGB (Red+Green+Blue) = 254+207+120=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF78 is #013087. Grayscale: #D3D3D3. Windows color (decimal): -77960 or 7917566. OLE color: 7917566.
HSL color Cylindrical-coordinate representation of color #FECF78: hue angle of 38.96º 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 #FECF78 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 120 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.00 |
| HSL | 38.96º | 0.99% | 0.73% | - |
| HSV(B) | 38.96º | 0.53% | 1% | - |
| XYZ | 66.58 | 67.05 | 27.2 | - |
| YUV | 211.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 120 | 0 | 0.19 | 0.53 | 0.00 | 38.96 | 0.99 | 0.73 |
| Hex | FE | CF | 78 | 0 | 13 | 35 | 0 | 27 | 63 | 49 |
| Octal | 376 | 317 | 170 | 0 | 23 | 65 | 0 | 47 | 143 | 111 |
| Binary | 11111110 | 11001111 | 1111000 | 0 | 10011 | 110101 | 0 | 100111 | 1100011 | 1001001 |
Color Harmonies of #FECF78
Complementary color
Monochromatic Colors of #FECF78
Black with #FECF78
Text Example
Text Example
White with #FECF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF78; }
p { color: rgb(254,207,120); }
H1.HeaderClassName
{
color: #FECF78;
}
.AnyTagClassName
{
color: #FECF78;
}
</style>
background-color css
<style>
a { background-color: #FECF78; }
a { background-color: rgb(254,207,120); }
div.DivClassName
{
background-color: #FECF78;
}
.BgClassName
{
background-color: #FECF78;
}
</style>
border-color css
<style>
span { border-color: #FECF78; }
span { border-color: rgb(254,207,120); }
td.TdClassName
{
border-color: #FECF78;
}
.TagClassName
{
border-color: #FECF78;
}
</style>