Shades of Corn #F9F45A
Tints of Corn #F9F45A
RGB
CMYK
RGB Variations
Color information
#F9F45A (or 0xF9F45A) is known color: Corn. HEX triplet: F9, F4 and 5A. RGB value is (249,244,90). Sum of RGB (Red+Green+Blue) = 249+244+90=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F45A is #060BA5. Grayscale: #E4E4E4. Windows color (decimal): -396198 or 5960953. OLE color: 5960953.
HSL color Cylindrical-coordinate representation of color #F9F45A: hue angle of 58.11º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9F45A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 90 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.02 |
| HSL | 58.11º | 0.93% | 0.66% | - |
| HSV(B) | 58.11º | 0.64% | 0.98% | - |
| XYZ | 73.26 | 85.58 | 22.33 | - |
| YUV | 227.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 90 | 0 | 0.02 | 0.64 | 0.02 | 58.11 | 0.93 | 0.66 |
| Hex | F9 | F4 | 5A | 0 | 2 | 40 | 2 | 3A | 5D | 42 |
| Octal | 371 | 364 | 132 | 0 | 2 | 100 | 2 | 72 | 135 | 102 |
| Binary | 11111001 | 11110100 | 1011010 | 0 | 10 | 1000000 | 10 | 111010 | 1011101 | 1000010 |
Color Harmonies of #F9F45A
Complementary color
Monochromatic Colors of #F9F45A
Black with #F9F45A
Text Example
Text Example
White with #F9F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F45A; }
p { color: rgb(249,244,90); }
H1.HeaderClassName
{
color: #F9F45A;
}
.AnyTagClassName
{
color: #F9F45A;
}
</style>
background-color css
<style>
a { background-color: #F9F45A; }
a { background-color: rgb(249,244,90); }
div.DivClassName
{
background-color: #F9F45A;
}
.BgClassName
{
background-color: #F9F45A;
}
</style>
border-color css
<style>
span { border-color: #F9F45A; }
span { border-color: rgb(249,244,90); }
td.TdClassName
{
border-color: #F9F45A;
}
.TagClassName
{
border-color: #F9F45A;
}
</style>