Shades of Grandis #FED275
Tints of Grandis #FED275
RGB
CMYK
RGB Variations
Color information
#FED275 (or 0xFED275) is known color: Grandis. HEX triplet: FE, D2 and 75. RGB value is (254,210,117). Sum of RGB (Red+Green+Blue) = 254+210+117=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED275 is #012D8A. Grayscale: #D4D4D4. Windows color (decimal): -77195 or 7721726. OLE color: 7721726.
HSL color Cylindrical-coordinate representation of color #FED275: hue angle of 40.73º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FED275 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 117 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.00 |
| HSL | 40.73º | 0.99% | 0.73% | - |
| HSV(B) | 40.73º | 0.54% | 1% | - |
| XYZ | 67.13 | 68.45 | 26.5 | - |
| YUV | 212.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 117 | 0 | 0.17 | 0.54 | 0.00 | 40.73 | 0.99 | 0.73 |
| Hex | FE | D2 | 75 | 0 | 11 | 36 | 0 | 29 | 63 | 49 |
| Octal | 376 | 322 | 165 | 0 | 21 | 66 | 0 | 51 | 143 | 111 |
| Binary | 11111110 | 11010010 | 1110101 | 0 | 10001 | 110110 | 0 | 101001 | 1100011 | 1001001 |
Color Harmonies of #FED275
Complementary color
Monochromatic Colors of #FED275
Black with #FED275
Text Example
Text Example
White with #FED275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED275; }
p { color: rgb(254,210,117); }
H1.HeaderClassName
{
color: #FED275;
}
.AnyTagClassName
{
color: #FED275;
}
</style>
background-color css
<style>
a { background-color: #FED275; }
a { background-color: rgb(254,210,117); }
div.DivClassName
{
background-color: #FED275;
}
.BgClassName
{
background-color: #FED275;
}
</style>
border-color css
<style>
span { border-color: #FED275; }
span { border-color: rgb(254,210,117); }
td.TdClassName
{
border-color: #FED275;
}
.TagClassName
{
border-color: #FED275;
}
</style>