Shades of Grandis #FED06A
Tints of Grandis #FED06A
RGB
CMYK
RGB Variations
Color information
#FED06A (or 0xFED06A) is known color: Grandis. HEX triplet: FE, D0 and 6A. RGB value is (254,208,106). Sum of RGB (Red+Green+Blue) = 254+208+106=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED06A is #012F95. Grayscale: #D2D2D2. Windows color (decimal): -77718 or 7000318. OLE color: 7000318.
HSL color Cylindrical-coordinate representation of color #FED06A: hue angle of 41.35º 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 #FED06A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.00 |
| HSL | 41.35º | 0.99% | 0.71% | - |
| HSV(B) | 41.35º | 0.58% | 1% | - |
| XYZ | 66.03 | 67.22 | 23.13 | - |
| YUV | 210.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 106 | 0 | 0.18 | 0.58 | 0.00 | 41.35 | 0.99 | 0.71 |
| Hex | FE | D0 | 6A | 0 | 12 | 3A | 0 | 29 | 63 | 47 |
| Octal | 376 | 320 | 152 | 0 | 22 | 72 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11010000 | 1101010 | 0 | 10010 | 111010 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FED06A
Complementary color
Monochromatic Colors of #FED06A
Black with #FED06A
Text Example
Text Example
White with #FED06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED06A; }
p { color: rgb(254,208,106); }
H1.HeaderClassName
{
color: #FED06A;
}
.AnyTagClassName
{
color: #FED06A;
}
</style>
background-color css
<style>
a { background-color: #FED06A; }
a { background-color: rgb(254,208,106); }
div.DivClassName
{
background-color: #FED06A;
}
.BgClassName
{
background-color: #FED06A;
}
</style>
border-color css
<style>
span { border-color: #FED06A; }
span { border-color: rgb(254,208,106); }
td.TdClassName
{
border-color: #FED06A;
}
.TagClassName
{
border-color: #FED06A;
}
</style>