Shades of Grandis #FED56B
Tints of Grandis #FED56B
RGB
CMYK
RGB Variations
Color information
#FED56B (or 0xFED56B) is known color: Grandis. HEX triplet: FE, D5 and 6B. RGB value is (254,213,107). Sum of RGB (Red+Green+Blue) = 254+213+107=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED56B is #012A94. Grayscale: #D5D5D5. Windows color (decimal): -76437 or 7067134. OLE color: 7067134.
HSL color Cylindrical-coordinate representation of color #FED56B: hue angle of 43.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FED56B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.00 |
| HSL | 43.27º | 0.99% | 0.71% | - |
| HSV(B) | 43.27º | 0.58% | 1% | - |
| XYZ | 67.32 | 69.72 | 23.82 | - |
| YUV | 213.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 107 | 0 | 0.16 | 0.58 | 0.00 | 43.27 | 0.99 | 0.71 |
| Hex | FE | D5 | 6B | 0 | 10 | 3A | 0 | 2B | 63 | 47 |
| Octal | 376 | 325 | 153 | 0 | 20 | 72 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010101 | 1101011 | 0 | 10000 | 111010 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED56B
Complementary color
Monochromatic Colors of #FED56B
Black with #FED56B
Text Example
Text Example
White with #FED56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED56B; }
p { color: rgb(254,213,107); }
H1.HeaderClassName
{
color: #FED56B;
}
.AnyTagClassName
{
color: #FED56B;
}
</style>
background-color css
<style>
a { background-color: #FED56B; }
a { background-color: rgb(254,213,107); }
div.DivClassName
{
background-color: #FED56B;
}
.BgClassName
{
background-color: #FED56B;
}
</style>
border-color css
<style>
span { border-color: #FED56B; }
span { border-color: rgb(254,213,107); }
td.TdClassName
{
border-color: #FED56B;
}
.TagClassName
{
border-color: #FED56B;
}
</style>