Shades of Grandis #FED36A
Tints of Grandis #FED36A
RGB
CMYK
RGB Variations
Color information
#FED36A (or 0xFED36A) is known color: Grandis. HEX triplet: FE, D3 and 6A. RGB value is (254,211,106). Sum of RGB (Red+Green+Blue) = 254+211+106=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED36A is #012C95. Grayscale: #D4D4D4. Windows color (decimal): -76950 or 7001086. OLE color: 7001086.
HSL color Cylindrical-coordinate representation of color #FED36A: hue angle of 42.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FED36A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 106 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.00 |
| HSL | 42.57º | 0.99% | 0.71% | - |
| HSV(B) | 42.57º | 0.58% | 1% | - |
| XYZ | 66.77 | 68.7 | 23.38 | - |
| YUV | 211.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 106 | 0 | 0.17 | 0.58 | 0.00 | 42.57 | 0.99 | 0.71 |
| Hex | FE | D3 | 6A | 0 | 11 | 3A | 0 | 2B | 63 | 47 |
| Octal | 376 | 323 | 152 | 0 | 21 | 72 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010011 | 1101010 | 0 | 10001 | 111010 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED36A
Complementary color
Monochromatic Colors of #FED36A
Black with #FED36A
Text Example
Text Example
White with #FED36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED36A; }
p { color: rgb(254,211,106); }
H1.HeaderClassName
{
color: #FED36A;
}
.AnyTagClassName
{
color: #FED36A;
}
</style>
background-color css
<style>
a { background-color: #FED36A; }
a { background-color: rgb(254,211,106); }
div.DivClassName
{
background-color: #FED36A;
}
.BgClassName
{
background-color: #FED36A;
}
</style>
border-color css
<style>
span { border-color: #FED36A; }
span { border-color: rgb(254,211,106); }
td.TdClassName
{
border-color: #FED36A;
}
.TagClassName
{
border-color: #FED36A;
}
</style>