Shades of Corn #F9E965
Tints of Corn #F9E965
RGB
CMYK
RGB Variations
Color information
#F9E965 (or 0xF9E965) is known color: Corn. HEX triplet: F9, E9 and 65. RGB value is (249,233,101). Sum of RGB (Red+Green+Blue) = 249+233+101=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 101 (39.84% from 255 or 17.32% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E965 is #06169A. Grayscale: #DFDFDF. Windows color (decimal): -399003 or 6679033. OLE color: 6679033.
HSL color Cylindrical-coordinate representation of color #F9E965: hue angle of 53.51º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9E965 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 101 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.02 |
| HSL | 53.51º | 0.93% | 0.69% | - |
| HSV(B) | 53.51º | 0.59% | 0.98% | - |
| XYZ | 70.55 | 79.36 | 23.91 | - |
| YUV | 222.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 101 | 0 | 0.06 | 0.59 | 0.02 | 53.51 | 0.93 | 0.69 |
| Hex | F9 | E9 | 65 | 0 | 6 | 3B | 2 | 36 | 5C | 45 |
| Octal | 371 | 351 | 145 | 0 | 6 | 73 | 2 | 66 | 134 | 105 |
| Binary | 11111001 | 11101001 | 1100101 | 0 | 110 | 111011 | 10 | 110110 | 1011100 | 1000101 |
Color Harmonies of #F9E965
Complementary color
Monochromatic Colors of #F9E965
Black with #F9E965
Text Example
Text Example
White with #F9E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E965; }
p { color: rgb(249,233,101); }
H1.HeaderClassName
{
color: #F9E965;
}
.AnyTagClassName
{
color: #F9E965;
}
</style>
background-color css
<style>
a { background-color: #F9E965; }
a { background-color: rgb(249,233,101); }
div.DivClassName
{
background-color: #F9E965;
}
.BgClassName
{
background-color: #F9E965;
}
</style>
border-color css
<style>
span { border-color: #F9E965; }
span { border-color: rgb(249,233,101); }
td.TdClassName
{
border-color: #F9E965;
}
.TagClassName
{
border-color: #F9E965;
}
</style>