Shades of Grandis #FED16D
Tints of Grandis #FED16D
RGB
CMYK
RGB Variations
Color information
#FED16D (or 0xFED16D) is known color: Grandis. HEX triplet: FE, D1 and 6D. RGB value is (254,209,109). Sum of RGB (Red+Green+Blue) = 254+209+109=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16D is #012E92. Grayscale: #D3D3D3. Windows color (decimal): -77459 or 7197182. OLE color: 7197182.
HSL color Cylindrical-coordinate representation of color #FED16D: hue angle of 41.38º 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 #FED16D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 109 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.00 |
| HSL | 41.38º | 0.99% | 0.71% | - |
| HSV(B) | 41.38º | 0.57% | 1% | - |
| XYZ | 66.43 | 67.78 | 24.05 | - |
| YUV | 211.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 109 | 0 | 0.18 | 0.57 | 0.00 | 41.38 | 0.99 | 0.71 |
| Hex | FE | D1 | 6D | 0 | 12 | 39 | 0 | 29 | 63 | 47 |
| Octal | 376 | 321 | 155 | 0 | 22 | 71 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11010001 | 1101101 | 0 | 10010 | 111001 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FED16D
Complementary color
Monochromatic Colors of #FED16D
Black with #FED16D
Text Example
Text Example
White with #FED16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED16D; }
p { color: rgb(254,209,109); }
H1.HeaderClassName
{
color: #FED16D;
}
.AnyTagClassName
{
color: #FED16D;
}
</style>
background-color css
<style>
a { background-color: #FED16D; }
a { background-color: rgb(254,209,109); }
div.DivClassName
{
background-color: #FED16D;
}
.BgClassName
{
background-color: #FED16D;
}
</style>
border-color css
<style>
span { border-color: #FED16D; }
span { border-color: rgb(254,209,109); }
td.TdClassName
{
border-color: #FED16D;
}
.TagClassName
{
border-color: #FED16D;
}
</style>