Shades of Grandis #FED370
Tints of Grandis #FED370
RGB
CMYK
RGB Variations
Color information
#FED370 (or 0xFED370) is known color: Grandis. HEX triplet: FE, D3 and 70. RGB value is (254,211,112). Sum of RGB (Red+Green+Blue) = 254+211+112=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FED370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED370 is #012C8F. Grayscale: #D5D5D5. Windows color (decimal): -76944 or 7394302. OLE color: 7394302.
HSL color Cylindrical-coordinate representation of color #FED370: hue angle of 41.83º 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 #FED370 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.00 |
| HSL | 41.83º | 0.99% | 0.72% | - |
| HSV(B) | 41.83º | 0.56% | 1% | - |
| XYZ | 67.09 | 68.83 | 25.08 | - |
| YUV | 212.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 112 | 0 | 0.17 | 0.56 | 0.00 | 41.83 | 0.99 | 0.72 |
| Hex | FE | D3 | 70 | 0 | 11 | 38 | 0 | 2A | 63 | 48 |
| Octal | 376 | 323 | 160 | 0 | 21 | 70 | 0 | 52 | 143 | 110 |
| Binary | 11111110 | 11010011 | 1110000 | 0 | 10001 | 111000 | 0 | 101010 | 1100011 | 1001000 |
Color Harmonies of #FED370
Complementary color
Monochromatic Colors of #FED370
Black with #FED370
Text Example
Text Example
White with #FED370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED370; }
p { color: rgb(254,211,112); }
H1.HeaderClassName
{
color: #FED370;
}
.AnyTagClassName
{
color: #FED370;
}
</style>
background-color css
<style>
a { background-color: #FED370; }
a { background-color: rgb(254,211,112); }
div.DivClassName
{
background-color: #FED370;
}
.BgClassName
{
background-color: #FED370;
}
</style>
border-color css
<style>
span { border-color: #FED370; }
span { border-color: rgb(254,211,112); }
td.TdClassName
{
border-color: #FED370;
}
.TagClassName
{
border-color: #FED370;
}
</style>