Shades of Corn #F9E25D
Tints of Corn #F9E25D
RGB
CMYK
RGB Variations
Color information
#F9E25D (or 0xF9E25D) is known color: Corn. HEX triplet: F9, E2 and 5D. RGB value is (249,226,93). Sum of RGB (Red+Green+Blue) = 249+226+93=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E25D is #061DA2. Grayscale: #DADADA. Windows color (decimal): -400803 or 6152953. OLE color: 6152953.
HSL color Cylindrical-coordinate representation of color #F9E25D: hue angle of 51.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9E25D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.02 |
| HSL | 51.15º | 0.93% | 0.67% | - |
| HSV(B) | 51.15º | 0.63% | 0.98% | - |
| XYZ | 68.24 | 75.32 | 21.3 | - |
| YUV | 217.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 93 | 0 | 0.09 | 0.63 | 0.02 | 51.15 | 0.93 | 0.67 |
| Hex | F9 | E2 | 5D | 0 | 9 | 3F | 2 | 33 | 5D | 43 |
| Octal | 371 | 342 | 135 | 0 | 11 | 77 | 2 | 63 | 135 | 103 |
| Binary | 11111001 | 11100010 | 1011101 | 0 | 1001 | 111111 | 10 | 110011 | 1011101 | 1000011 |
Color Harmonies of #F9E25D
Complementary color
Monochromatic Colors of #F9E25D
Black with #F9E25D
Text Example
Text Example
White with #F9E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E25D; }
p { color: rgb(249,226,93); }
H1.HeaderClassName
{
color: #F9E25D;
}
.AnyTagClassName
{
color: #F9E25D;
}
</style>
background-color css
<style>
a { background-color: #F9E25D; }
a { background-color: rgb(249,226,93); }
div.DivClassName
{
background-color: #F9E25D;
}
.BgClassName
{
background-color: #F9E25D;
}
</style>
border-color css
<style>
span { border-color: #F9E25D; }
span { border-color: rgb(249,226,93); }
td.TdClassName
{
border-color: #F9E25D;
}
.TagClassName
{
border-color: #F9E25D;
}
</style>