Shades of Grandis #FED06C
Tints of Grandis #FED06C
RGB
CMYK
RGB Variations
Color information
#FED06C (or 0xFED06C) is known color: Grandis. HEX triplet: FE, D0 and 6C. RGB value is (254,208,108). Sum of RGB (Red+Green+Blue) = 254+208+108=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED06C is #012F93. Grayscale: #D2D2D2. Windows color (decimal): -77716 or 7131390. OLE color: 7131390.
HSL color Cylindrical-coordinate representation of color #FED06C: hue angle of 41.1º 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 #FED06C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 108 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.00 |
| HSL | 41.1º | 0.99% | 0.71% | - |
| HSV(B) | 41.1º | 0.57% | 1% | - |
| XYZ | 66.14 | 67.27 | 23.69 | - |
| YUV | 210.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 108 | 0 | 0.18 | 0.57 | 0.00 | 41.1 | 0.99 | 0.71 |
| Hex | FE | D0 | 6C | 0 | 12 | 39 | 0 | 29 | 63 | 47 |
| Octal | 376 | 320 | 154 | 0 | 22 | 71 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11010000 | 1101100 | 0 | 10010 | 111001 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FED06C
Complementary color
Monochromatic Colors of #FED06C
Black with #FED06C
Text Example
Text Example
White with #FED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED06C; }
p { color: rgb(254,208,108); }
H1.HeaderClassName
{
color: #FED06C;
}
.AnyTagClassName
{
color: #FED06C;
}
</style>
background-color css
<style>
a { background-color: #FED06C; }
a { background-color: rgb(254,208,108); }
div.DivClassName
{
background-color: #FED06C;
}
.BgClassName
{
background-color: #FED06C;
}
</style>
border-color css
<style>
span { border-color: #FED06C; }
span { border-color: rgb(254,208,108); }
td.TdClassName
{
border-color: #FED06C;
}
.TagClassName
{
border-color: #FED06C;
}
</style>