Shades of Grandis #FED06D
Tints of Grandis #FED06D
RGB
CMYK
RGB Variations
Color information
#FED06D (or 0xFED06D) is known color: Grandis. HEX triplet: FE, D0 and 6D. RGB value is (254,208,109). Sum of RGB (Red+Green+Blue) = 254+208+109=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED06D is #012F92. Grayscale: #D2D2D2. Windows color (decimal): -77715 or 7196926. OLE color: 7196926.
HSL color Cylindrical-coordinate representation of color #FED06D: hue angle of 40.97º 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 #FED06D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 109 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.00 |
| HSL | 40.97º | 0.99% | 0.71% | - |
| HSV(B) | 40.97º | 0.57% | 1% | - |
| XYZ | 66.19 | 67.29 | 23.97 | - |
| YUV | 210.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 109 | 0 | 0.18 | 0.57 | 0.00 | 40.97 | 0.99 | 0.71 |
| Hex | FE | D0 | 6D | 0 | 12 | 39 | 0 | 29 | 63 | 47 |
| Octal | 376 | 320 | 155 | 0 | 22 | 71 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11010000 | 1101101 | 0 | 10010 | 111001 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FED06D
Complementary color
Monochromatic Colors of #FED06D
Black with #FED06D
Text Example
Text Example
White with #FED06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED06D; }
p { color: rgb(254,208,109); }
H1.HeaderClassName
{
color: #FED06D;
}
.AnyTagClassName
{
color: #FED06D;
}
</style>
background-color css
<style>
a { background-color: #FED06D; }
a { background-color: rgb(254,208,109); }
div.DivClassName
{
background-color: #FED06D;
}
.BgClassName
{
background-color: #FED06D;
}
</style>
border-color css
<style>
span { border-color: #FED06D; }
span { border-color: rgb(254,208,109); }
td.TdClassName
{
border-color: #FED06D;
}
.TagClassName
{
border-color: #FED06D;
}
</style>