Shades of Corn #F9E362
Tints of Corn #F9E362
RGB
CMYK
RGB Variations
Color information
#F9E362 (or 0xF9E362) is known color: Corn. HEX triplet: F9, E3 and 62. RGB value is (249,227,98). Sum of RGB (Red+Green+Blue) = 249+227+98=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 98 (38.67% from 255 or 17.07% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E362 is #061C9D. Grayscale: #DBDBDB. Windows color (decimal): -400542 or 6480889. OLE color: 6480889.
HSL color Cylindrical-coordinate representation of color #F9E362: hue angle of 51.26º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9E362 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 98 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.02 |
| HSL | 51.26º | 0.93% | 0.68% | - |
| HSV(B) | 51.26º | 0.61% | 0.98% | - |
| XYZ | 68.74 | 75.96 | 22.59 | - |
| YUV | 218.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 98 | 0 | 0.09 | 0.61 | 0.02 | 51.26 | 0.93 | 0.68 |
| Hex | F9 | E3 | 62 | 0 | 9 | 3D | 2 | 33 | 5D | 44 |
| Octal | 371 | 343 | 142 | 0 | 11 | 75 | 2 | 63 | 135 | 104 |
| Binary | 11111001 | 11100011 | 1100010 | 0 | 1001 | 111101 | 10 | 110011 | 1011101 | 1000100 |
Color Harmonies of #F9E362
Complementary color
Monochromatic Colors of #F9E362
Black with #F9E362
Text Example
Text Example
White with #F9E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E362; }
p { color: rgb(249,227,98); }
H1.HeaderClassName
{
color: #F9E362;
}
.AnyTagClassName
{
color: #F9E362;
}
</style>
background-color css
<style>
a { background-color: #F9E362; }
a { background-color: rgb(249,227,98); }
div.DivClassName
{
background-color: #F9E362;
}
.BgClassName
{
background-color: #F9E362;
}
</style>
border-color css
<style>
span { border-color: #F9E362; }
span { border-color: rgb(249,227,98); }
td.TdClassName
{
border-color: #F9E362;
}
.TagClassName
{
border-color: #F9E362;
}
</style>