Shades of Grandis #FFC56E
Tints of Grandis #FFC56E
RGB
CMYK
RGB Variations
Color information
#FFC56E (or 0xFFC56E) is known color: Grandis. HEX triplet: FF, C5 and 6E. RGB value is (255,197,110). Sum of RGB (Red+Green+Blue) = 255+197+110=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC56E is #003A91. Grayscale: #CCCCCC. Windows color (decimal): -14994 or 7259647. OLE color: 7259647.
HSL color Cylindrical-coordinate representation of color #FFC56E: hue angle of 36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC56E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 110 | - |
| CMYK | 0 | 0.23 | 0.57 | 0 |
| HSL | 36º | 1% | 0.72% | - |
| HSV(B) | 36º | 0.57% | 1% | - |
| XYZ | 64.02 | 62.32 | 23.41 | - |
| YUV | 204.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 110 | 0 | 0.23 | 0.57 | 0 | 36 | 1 | 0.72 |
| Hex | FF | C5 | 6E | 0 | 17 | 39 | 0 | 24 | 64 | 48 |
| Octal | 377 | 305 | 156 | 0 | 27 | 71 | 0 | 44 | 144 | 110 |
| Binary | 11111111 | 11000101 | 1101110 | 0 | 10111 | 111001 | 0 | 100100 | 1100100 | 1001000 |
Color Harmonies of #FFC56E
Complementary color
Monochromatic Colors of #FFC56E
Black with #FFC56E
Text Example
Text Example
White with #FFC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC56E; }
p { color: rgb(255,197,110); }
H1.HeaderClassName
{
color: #FFC56E;
}
.AnyTagClassName
{
color: #FFC56E;
}
</style>
background-color css
<style>
a { background-color: #FFC56E; }
a { background-color: rgb(255,197,110); }
div.DivClassName
{
background-color: #FFC56E;
}
.BgClassName
{
background-color: #FFC56E;
}
</style>
border-color css
<style>
span { border-color: #FFC56E; }
span { border-color: rgb(255,197,110); }
td.TdClassName
{
border-color: #FFC56E;
}
.TagClassName
{
border-color: #FFC56E;
}
</style>