Shades of Grandis #FED16F
Tints of Grandis #FED16F
RGB
CMYK
RGB Variations
Color information
#FED16F (or 0xFED16F) is known color: Grandis. HEX triplet: FE, D1 and 6F. RGB value is (254,209,111). Sum of RGB (Red+Green+Blue) = 254+209+111=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16F is #012E90. Grayscale: #D3D3D3. Windows color (decimal): -77457 or 7328254. OLE color: 7328254.
HSL color Cylindrical-coordinate representation of color #FED16F: hue angle of 41.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED16F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 111 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.00 |
| HSL | 41.12º | 0.99% | 0.72% | - |
| HSV(B) | 41.12º | 0.56% | 1% | - |
| XYZ | 66.54 | 67.82 | 24.62 | - |
| YUV | 211.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 111 | 0 | 0.18 | 0.56 | 0.00 | 41.12 | 0.99 | 0.72 |
| Hex | FE | D1 | 6F | 0 | 12 | 38 | 0 | 29 | 63 | 48 |
| Octal | 376 | 321 | 157 | 0 | 22 | 70 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010001 | 1101111 | 0 | 10010 | 111000 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED16F
Complementary color
Monochromatic Colors of #FED16F
Black with #FED16F
Text Example
Text Example
White with #FED16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED16F; }
p { color: rgb(254,209,111); }
H1.HeaderClassName
{
color: #FED16F;
}
.AnyTagClassName
{
color: #FED16F;
}
</style>
background-color css
<style>
a { background-color: #FED16F; }
a { background-color: rgb(254,209,111); }
div.DivClassName
{
background-color: #FED16F;
}
.BgClassName
{
background-color: #FED16F;
}
</style>
border-color css
<style>
span { border-color: #FED16F; }
span { border-color: rgb(254,209,111); }
td.TdClassName
{
border-color: #FED16F;
}
.TagClassName
{
border-color: #FED16F;
}
</style>