Shades of Corn #F9E95C
Tints of Corn #F9E95C
RGB
CMYK
RGB Variations
Color information
#F9E95C (or 0xF9E95C) is known color: Corn. HEX triplet: F9, E9 and 5C. RGB value is (249,233,92). Sum of RGB (Red+Green+Blue) = 249+233+92=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E95C is #0616A3. Grayscale: #DEDEDE. Windows color (decimal): -399012 or 6089209. OLE color: 6089209.
HSL color Cylindrical-coordinate representation of color #F9E95C: hue angle of 53.89º 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 #F9E95C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 92 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.02 |
| HSL | 53.89º | 0.93% | 0.67% | - |
| HSV(B) | 53.89º | 0.63% | 0.98% | - |
| XYZ | 70.14 | 79.19 | 21.71 | - |
| YUV | 221.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 92 | 0 | 0.06 | 0.63 | 0.02 | 53.89 | 0.93 | 0.67 |
| Hex | F9 | E9 | 5C | 0 | 6 | 3F | 2 | 36 | 5D | 43 |
| Octal | 371 | 351 | 134 | 0 | 6 | 77 | 2 | 66 | 135 | 103 |
| Binary | 11111001 | 11101001 | 1011100 | 0 | 110 | 111111 | 10 | 110110 | 1011101 | 1000011 |
Color Harmonies of #F9E95C
Complementary color
Monochromatic Colors of #F9E95C
Black with #F9E95C
Text Example
Text Example
White with #F9E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E95C; }
p { color: rgb(249,233,92); }
H1.HeaderClassName
{
color: #F9E95C;
}
.AnyTagClassName
{
color: #F9E95C;
}
</style>
background-color css
<style>
a { background-color: #F9E95C; }
a { background-color: rgb(249,233,92); }
div.DivClassName
{
background-color: #F9E95C;
}
.BgClassName
{
background-color: #F9E95C;
}
</style>
border-color css
<style>
span { border-color: #F9E95C; }
span { border-color: rgb(249,233,92); }
td.TdClassName
{
border-color: #F9E95C;
}
.TagClassName
{
border-color: #F9E95C;
}
</style>