Shades of Grandis #FED472
Tints of Grandis #FED472
RGB
CMYK
RGB Variations
Color information
#FED472 (or 0xFED472) is known color: Grandis. HEX triplet: FE, D4 and 72. RGB value is (254,212,114). Sum of RGB (Red+Green+Blue) = 254+212+114=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED472 is #012B8D. Grayscale: #D5D5D5. Windows color (decimal): -76686 or 7525630. OLE color: 7525630.
HSL color Cylindrical-coordinate representation of color #FED472: hue angle of 42º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED472 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 114 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.00 |
| HSL | 42º | 0.99% | 0.72% | - |
| HSV(B) | 42º | 0.55% | 1% | - |
| XYZ | 67.45 | 69.37 | 25.75 | - |
| YUV | 213.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 114 | 0 | 0.17 | 0.55 | 0.00 | 42 | 0.99 | 0.72 |
| Hex | FE | D4 | 72 | 0 | 11 | 37 | 0 | 2A | 63 | 48 |
| Octal | 376 | 324 | 162 | 0 | 21 | 67 | 0 | 52 | 143 | 110 |
| Binary | 11111110 | 11010100 | 1110010 | 0 | 10001 | 110111 | 0 | 101010 | 1100011 | 1001000 |
Color Harmonies of #FED472
Complementary color
Monochromatic Colors of #FED472
Black with #FED472
Text Example
Text Example
White with #FED472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED472; }
p { color: rgb(254,212,114); }
H1.HeaderClassName
{
color: #FED472;
}
.AnyTagClassName
{
color: #FED472;
}
</style>
background-color css
<style>
a { background-color: #FED472; }
a { background-color: rgb(254,212,114); }
div.DivClassName
{
background-color: #FED472;
}
.BgClassName
{
background-color: #FED472;
}
</style>
border-color css
<style>
span { border-color: #FED472; }
span { border-color: rgb(254,212,114); }
td.TdClassName
{
border-color: #FED472;
}
.TagClassName
{
border-color: #FED472;
}
</style>