Shades of Grandis #FED56F
Tints of Grandis #FED56F
RGB
CMYK
RGB Variations
Color information
#FED56F (or 0xFED56F) is known color: Grandis. HEX triplet: FE, D5 and 6F. RGB value is (254,213,111). Sum of RGB (Red+Green+Blue) = 254+213+111=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FED56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED56F is #012A90. Grayscale: #D6D6D6. Windows color (decimal): -76433 or 7329278. OLE color: 7329278.
HSL color Cylindrical-coordinate representation of color #FED56F: hue angle of 42.8º 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 #FED56F is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 111 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.00 |
| HSL | 42.8º | 0.99% | 0.72% | - |
| HSV(B) | 42.8º | 0.56% | 1% | - |
| XYZ | 67.54 | 69.81 | 24.95 | - |
| YUV | 213.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 111 | 0 | 0.16 | 0.56 | 0.00 | 42.8 | 0.99 | 0.72 |
| Hex | FE | D5 | 6F | 0 | 10 | 38 | 0 | 2B | 63 | 48 |
| Octal | 376 | 325 | 157 | 0 | 20 | 70 | 0 | 53 | 143 | 110 |
| Binary | 11111110 | 11010101 | 1101111 | 0 | 10000 | 111000 | 0 | 101011 | 1100011 | 1001000 |
Color Harmonies of #FED56F
Complementary color
Monochromatic Colors of #FED56F
Black with #FED56F
Text Example
Text Example
White with #FED56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED56F; }
p { color: rgb(254,213,111); }
H1.HeaderClassName
{
color: #FED56F;
}
.AnyTagClassName
{
color: #FED56F;
}
</style>
background-color css
<style>
a { background-color: #FED56F; }
a { background-color: rgb(254,213,111); }
div.DivClassName
{
background-color: #FED56F;
}
.BgClassName
{
background-color: #FED56F;
}
</style>
border-color css
<style>
span { border-color: #FED56F; }
span { border-color: rgb(254,213,111); }
td.TdClassName
{
border-color: #FED56F;
}
.TagClassName
{
border-color: #FED56F;
}
</style>