Shades of Grandis #F2C56E
Tints of Grandis #F2C56E
RGB
CMYK
RGB Variations
Color information
#F2C56E (or 0xF2C56E) is known color: Grandis. HEX triplet: F2, C5 and 6E. RGB value is (242,197,110). Sum of RGB (Red+Green+Blue) = 242+197+110=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C56E is #0D3A91. Grayscale: #C8C8C8. Windows color (decimal): -866962 or 7259634. OLE color: 7259634.
HSL color Cylindrical-coordinate representation of color #F2C56E: hue angle of 39.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2C56E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 110 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.05 |
| HSL | 39.55º | 0.84% | 0.69% | - |
| HSV(B) | 39.55º | 0.55% | 0.95% | - |
| XYZ | 59.4 | 59.94 | 23.19 | - |
| YUV | 200.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 110 | 0 | 0.19 | 0.55 | 0.05 | 39.55 | 0.84 | 0.69 |
| Hex | F2 | C5 | 6E | 0 | 13 | 37 | 5 | 28 | 54 | 45 |
| Octal | 362 | 305 | 156 | 0 | 23 | 67 | 5 | 50 | 124 | 105 |
| Binary | 11110010 | 11000101 | 1101110 | 0 | 10011 | 110111 | 101 | 101000 | 1010100 | 1000101 |
Color Harmonies of #F2C56E
Complementary color
Monochromatic Colors of #F2C56E
Black with #F2C56E
Text Example
Text Example
White with #F2C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C56E; }
p { color: rgb(242,197,110); }
H1.HeaderClassName
{
color: #F2C56E;
}
.AnyTagClassName
{
color: #F2C56E;
}
</style>
background-color css
<style>
a { background-color: #F2C56E; }
a { background-color: rgb(242,197,110); }
div.DivClassName
{
background-color: #F2C56E;
}
.BgClassName
{
background-color: #F2C56E;
}
</style>
border-color css
<style>
span { border-color: #F2C56E; }
span { border-color: rgb(242,197,110); }
td.TdClassName
{
border-color: #F2C56E;
}
.TagClassName
{
border-color: #F2C56E;
}
</style>