Shades of Grandis #FED273
Tints of Grandis #FED273
RGB
CMYK
RGB Variations
Color information
#FED273 (or 0xFED273) is known color: Grandis. HEX triplet: FE, D2 and 73. RGB value is (254,210,115). Sum of RGB (Red+Green+Blue) = 254+210+115=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED273 is #012D8C. Grayscale: #D4D4D4. Windows color (decimal): -77197 or 7590654. OLE color: 7590654.
HSL color Cylindrical-coordinate representation of color #FED273: hue angle of 41.01º 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 #FED273 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 115 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.00 |
| HSL | 41.01º | 0.99% | 0.72% | - |
| HSV(B) | 41.01º | 0.55% | 1% | - |
| XYZ | 67.01 | 68.4 | 25.89 | - |
| YUV | 212.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 115 | 0 | 0.17 | 0.55 | 0.00 | 41.01 | 0.99 | 0.72 |
| Hex | FE | D2 | 73 | 0 | 11 | 37 | 0 | 29 | 63 | 48 |
| Octal | 376 | 322 | 163 | 0 | 21 | 67 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010010 | 1110011 | 0 | 10001 | 110111 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED273
Complementary color
Monochromatic Colors of #FED273
Black with #FED273
Text Example
Text Example
White with #FED273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED273; }
p { color: rgb(254,210,115); }
H1.HeaderClassName
{
color: #FED273;
}
.AnyTagClassName
{
color: #FED273;
}
</style>
background-color css
<style>
a { background-color: #FED273; }
a { background-color: rgb(254,210,115); }
div.DivClassName
{
background-color: #FED273;
}
.BgClassName
{
background-color: #FED273;
}
</style>
border-color css
<style>
span { border-color: #FED273; }
span { border-color: rgb(254,210,115); }
td.TdClassName
{
border-color: #FED273;
}
.TagClassName
{
border-color: #FED273;
}
</style>