Shades of Corn #F9E364
Tints of Corn #F9E364
RGB
CMYK
RGB Variations
Color information
#F9E364 (or 0xF9E364) is known color: Corn. HEX triplet: F9, E3 and 64. RGB value is (249,227,100). Sum of RGB (Red+Green+Blue) = 249+227+100=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E364 is #061C9B. Grayscale: #DBDBDB. Windows color (decimal): -400540 or 6611961. OLE color: 6611961.
HSL color Cylindrical-coordinate representation of color #F9E364: hue angle of 51.14º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9E364 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 100 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.02 |
| HSL | 51.14º | 0.93% | 0.68% | - |
| HSV(B) | 51.14º | 0.6% | 0.98% | - |
| XYZ | 68.84 | 76 | 23.1 | - |
| YUV | 219.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 100 | 0 | 0.09 | 0.60 | 0.02 | 51.14 | 0.93 | 0.68 |
| Hex | F9 | E3 | 64 | 0 | 9 | 3C | 2 | 33 | 5D | 44 |
| Octal | 371 | 343 | 144 | 0 | 11 | 74 | 2 | 63 | 135 | 104 |
| Binary | 11111001 | 11100011 | 1100100 | 0 | 1001 | 111100 | 10 | 110011 | 1011101 | 1000100 |
Color Harmonies of #F9E364
Complementary color
Monochromatic Colors of #F9E364
Black with #F9E364
Text Example
Text Example
White with #F9E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E364; }
p { color: rgb(249,227,100); }
H1.HeaderClassName
{
color: #F9E364;
}
.AnyTagClassName
{
color: #F9E364;
}
</style>
background-color css
<style>
a { background-color: #F9E364; }
a { background-color: rgb(249,227,100); }
div.DivClassName
{
background-color: #F9E364;
}
.BgClassName
{
background-color: #F9E364;
}
</style>
border-color css
<style>
span { border-color: #F9E364; }
span { border-color: rgb(249,227,100); }
td.TdClassName
{
border-color: #F9E364;
}
.TagClassName
{
border-color: #F9E364;
}
</style>