Shades of Grandis #FED16C
Tints of Grandis #FED16C
RGB
CMYK
RGB Variations
Color information
#FED16C (or 0xFED16C) is known color: Grandis. HEX triplet: FE, D1 and 6C. RGB value is (254,209,108). Sum of RGB (Red+Green+Blue) = 254+209+108=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16C is #012E93. Grayscale: #D3D3D3. Windows color (decimal): -77460 or 7131646. OLE color: 7131646.
HSL color Cylindrical-coordinate representation of color #FED16C: hue angle of 41.51º 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 #FED16C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 108 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.00 |
| HSL | 41.51º | 0.99% | 0.71% | - |
| HSV(B) | 41.51º | 0.57% | 1% | - |
| XYZ | 66.38 | 67.75 | 23.77 | - |
| YUV | 210.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 108 | 0 | 0.18 | 0.57 | 0.00 | 41.51 | 0.99 | 0.71 |
| Hex | FE | D1 | 6C | 0 | 12 | 39 | 0 | 2A | 63 | 47 |
| Octal | 376 | 321 | 154 | 0 | 22 | 71 | 0 | 52 | 143 | 107 |
| Binary | 11111110 | 11010001 | 1101100 | 0 | 10010 | 111001 | 0 | 101010 | 1100011 | 1000111 |
Color Harmonies of #FED16C
Complementary color
Monochromatic Colors of #FED16C
Black with #FED16C
Text Example
Text Example
White with #FED16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED16C; }
p { color: rgb(254,209,108); }
H1.HeaderClassName
{
color: #FED16C;
}
.AnyTagClassName
{
color: #FED16C;
}
</style>
background-color css
<style>
a { background-color: #FED16C; }
a { background-color: rgb(254,209,108); }
div.DivClassName
{
background-color: #FED16C;
}
.BgClassName
{
background-color: #FED16C;
}
</style>
border-color css
<style>
span { border-color: #FED16C; }
span { border-color: rgb(254,209,108); }
td.TdClassName
{
border-color: #FED16C;
}
.TagClassName
{
border-color: #FED16C;
}
</style>