Shades of Grandis #FED66C
Tints of Grandis #FED66C
RGB
CMYK
RGB Variations
Color information
#FED66C (or 0xFED66C) is known color: Grandis. HEX triplet: FE, D6 and 6C. RGB value is (254,214,108). Sum of RGB (Red+Green+Blue) = 254+214+108=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED66C is #012993. Grayscale: #D6D6D6. Windows color (decimal): -76180 or 7132926. OLE color: 7132926.
HSL color Cylindrical-coordinate representation of color #FED66C: hue angle of 43.56º 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 #FED66C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 108 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.00 |
| HSL | 43.56º | 0.99% | 0.71% | - |
| HSV(B) | 43.56º | 0.57% | 1% | - |
| XYZ | 67.63 | 70.25 | 24.18 | - |
| YUV | 213.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 108 | 0 | 0.16 | 0.57 | 0.00 | 43.56 | 0.99 | 0.71 |
| Hex | FE | D6 | 6C | 0 | 10 | 39 | 0 | 2C | 63 | 47 |
| Octal | 376 | 326 | 154 | 0 | 20 | 71 | 0 | 54 | 143 | 107 |
| Binary | 11111110 | 11010110 | 1101100 | 0 | 10000 | 111001 | 0 | 101100 | 1100011 | 1000111 |
Color Harmonies of #FED66C
Complementary color
Monochromatic Colors of #FED66C
Black with #FED66C
Text Example
Text Example
White with #FED66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED66C; }
p { color: rgb(254,214,108); }
H1.HeaderClassName
{
color: #FED66C;
}
.AnyTagClassName
{
color: #FED66C;
}
</style>
background-color css
<style>
a { background-color: #FED66C; }
a { background-color: rgb(254,214,108); }
div.DivClassName
{
background-color: #FED66C;
}
.BgClassName
{
background-color: #FED66C;
}
</style>
border-color css
<style>
span { border-color: #FED66C; }
span { border-color: rgb(254,214,108); }
td.TdClassName
{
border-color: #FED66C;
}
.TagClassName
{
border-color: #FED66C;
}
</style>