Shades of Grandis #FED56D
Tints of Grandis #FED56D
RGB
CMYK
RGB Variations
Color information
#FED56D (or 0xFED56D) is known color: Grandis. HEX triplet: FE, D5 and 6D. RGB value is (254,213,109). Sum of RGB (Red+Green+Blue) = 254+213+109=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED56D is #012A92. Grayscale: #D5D5D5. Windows color (decimal): -76435 or 7198206. OLE color: 7198206.
HSL color Cylindrical-coordinate representation of color #FED56D: hue angle of 43.03º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED56D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 109 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.00 |
| HSL | 43.03º | 0.99% | 0.71% | - |
| HSV(B) | 43.03º | 0.57% | 1% | - |
| XYZ | 67.43 | 69.76 | 24.38 | - |
| YUV | 213.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 109 | 0 | 0.16 | 0.57 | 0.00 | 43.03 | 0.99 | 0.71 |
| Hex | FE | D5 | 6D | 0 | 10 | 39 | 0 | 2B | 63 | 47 |
| Octal | 376 | 325 | 155 | 0 | 20 | 71 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010101 | 1101101 | 0 | 10000 | 111001 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED56D
Complementary color
Monochromatic Colors of #FED56D
Black with #FED56D
Text Example
Text Example
White with #FED56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED56D; }
p { color: rgb(254,213,109); }
H1.HeaderClassName
{
color: #FED56D;
}
.AnyTagClassName
{
color: #FED56D;
}
</style>
background-color css
<style>
a { background-color: #FED56D; }
a { background-color: rgb(254,213,109); }
div.DivClassName
{
background-color: #FED56D;
}
.BgClassName
{
background-color: #FED56D;
}
</style>
border-color css
<style>
span { border-color: #FED56D; }
span { border-color: rgb(254,213,109); }
td.TdClassName
{
border-color: #FED56D;
}
.TagClassName
{
border-color: #FED56D;
}
</style>