Shades of Corn #F2E561
Tints of Corn #F2E561
RGB
CMYK
RGB Variations
Color information
#F2E561 (or 0xF2E561) is known color: Corn. HEX triplet: F2, E5 and 61. RGB value is (242,229,97). Sum of RGB (Red+Green+Blue) = 242+229+97=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E561 is #0D1A9E. Grayscale: #DADADA. Windows color (decimal): -858783 or 6415858. OLE color: 6415858.
HSL color Cylindrical-coordinate representation of color #F2E561: hue angle of 54.62º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2E561 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 97 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.05 |
| HSL | 54.62º | 0.85% | 0.66% | - |
| HSV(B) | 54.62º | 0.6% | 0.95% | - |
| XYZ | 66.79 | 75.78 | 22.42 | - |
| YUV | 217.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 97 | 0 | 0.05 | 0.60 | 0.05 | 54.62 | 0.85 | 0.66 |
| Hex | F2 | E5 | 61 | 0 | 5 | 3C | 5 | 37 | 55 | 42 |
| Octal | 362 | 345 | 141 | 0 | 5 | 74 | 5 | 67 | 125 | 102 |
| Binary | 11110010 | 11100101 | 1100001 | 0 | 101 | 111100 | 101 | 110111 | 1010101 | 1000010 |
Color Harmonies of #F2E561
Complementary color
Monochromatic Colors of #F2E561
Black with #F2E561
Text Example
Text Example
White with #F2E561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E561; }
p { color: rgb(242,229,97); }
H1.HeaderClassName
{
color: #F2E561;
}
.AnyTagClassName
{
color: #F2E561;
}
</style>
background-color css
<style>
a { background-color: #F2E561; }
a { background-color: rgb(242,229,97); }
div.DivClassName
{
background-color: #F2E561;
}
.BgClassName
{
background-color: #F2E561;
}
</style>
border-color css
<style>
span { border-color: #F2E561; }
span { border-color: rgb(242,229,97); }
td.TdClassName
{
border-color: #F2E561;
}
.TagClassName
{
border-color: #F2E561;
}
</style>