Shades of Grandis #FED373
Tints of Grandis #FED373
RGB
CMYK
RGB Variations
Color information
#FED373 (or 0xFED373) is known color: Grandis. HEX triplet: FE, D3 and 73. RGB value is (254,211,115). Sum of RGB (Red+Green+Blue) = 254+211+115=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED373 is #012C8C. Grayscale: #D5D5D5. Windows color (decimal): -76941 or 7590910. OLE color: 7590910.
HSL color Cylindrical-coordinate representation of color #FED373: hue angle of 41.44º 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 #FED373 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 115 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.00 |
| HSL | 41.44º | 0.99% | 0.72% | - |
| HSV(B) | 41.44º | 0.55% | 1% | - |
| XYZ | 67.26 | 68.9 | 25.97 | - |
| YUV | 212.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 115 | 0 | 0.17 | 0.55 | 0.00 | 41.44 | 0.99 | 0.72 |
| Hex | FE | D3 | 73 | 0 | 11 | 37 | 0 | 29 | 63 | 48 |
| Octal | 376 | 323 | 163 | 0 | 21 | 67 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010011 | 1110011 | 0 | 10001 | 110111 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED373
Complementary color
Monochromatic Colors of #FED373
Black with #FED373
Text Example
Text Example
White with #FED373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED373; }
p { color: rgb(254,211,115); }
H1.HeaderClassName
{
color: #FED373;
}
.AnyTagClassName
{
color: #FED373;
}
</style>
background-color css
<style>
a { background-color: #FED373; }
a { background-color: rgb(254,211,115); }
div.DivClassName
{
background-color: #FED373;
}
.BgClassName
{
background-color: #FED373;
}
</style>
border-color css
<style>
span { border-color: #FED373; }
span { border-color: rgb(254,211,115); }
td.TdClassName
{
border-color: #FED373;
}
.TagClassName
{
border-color: #FED373;
}
</style>