Shades of Grandis #FED36D
Tints of Grandis #FED36D
RGB
CMYK
RGB Variations
Color information
#FED36D (or 0xFED36D) is known color: Grandis. HEX triplet: FE, D3 and 6D. RGB value is (254,211,109). Sum of RGB (Red+Green+Blue) = 254+211+109=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED36D is #012C92. Grayscale: #D4D4D4. Windows color (decimal): -76947 or 7197694. OLE color: 7197694.
HSL color Cylindrical-coordinate representation of color #FED36D: hue angle of 42.21º 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 #FED36D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.00 |
| HSL | 42.21º | 0.99% | 0.71% | - |
| HSV(B) | 42.21º | 0.57% | 1% | - |
| XYZ | 66.93 | 68.76 | 24.21 | - |
| YUV | 212.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 109 | 0 | 0.17 | 0.57 | 0.00 | 42.21 | 0.99 | 0.71 |
| Hex | FE | D3 | 6D | 0 | 11 | 39 | 0 | 2A | 63 | 47 |
| Octal | 376 | 323 | 155 | 0 | 21 | 71 | 0 | 52 | 143 | 107 |
| Binary | 11111110 | 11010011 | 1101101 | 0 | 10001 | 111001 | 0 | 101010 | 1100011 | 1000111 |
Color Harmonies of #FED36D
Complementary color
Monochromatic Colors of #FED36D
Black with #FED36D
Text Example
Text Example
White with #FED36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED36D; }
p { color: rgb(254,211,109); }
H1.HeaderClassName
{
color: #FED36D;
}
.AnyTagClassName
{
color: #FED36D;
}
</style>
background-color css
<style>
a { background-color: #FED36D; }
a { background-color: rgb(254,211,109); }
div.DivClassName
{
background-color: #FED36D;
}
.BgClassName
{
background-color: #FED36D;
}
</style>
border-color css
<style>
span { border-color: #FED36D; }
span { border-color: rgb(254,211,109); }
td.TdClassName
{
border-color: #FED36D;
}
.TagClassName
{
border-color: #FED36D;
}
</style>