Shades of Corn #F9F65F
Tints of Corn #F9F65F
RGB
CMYK
RGB Variations
Color information
#F9F65F (or 0xF9F65F) is known color: Corn. HEX triplet: F9, F6 and 5F. RGB value is (249,246,95). Sum of RGB (Red+Green+Blue) = 249+246+95=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 95 (37.5% from 255 or 16.10% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F65F is #0609A0. Grayscale: #E6E6E6. Windows color (decimal): -395681 or 6289145. OLE color: 6289145.
HSL color Cylindrical-coordinate representation of color #F9F65F: hue angle of 58.83º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9F65F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 95 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.02 |
| HSL | 58.83º | 0.93% | 0.67% | - |
| HSV(B) | 58.83º | 0.62% | 0.98% | - |
| XYZ | 74.09 | 86.88 | 23.69 | - |
| YUV | 229.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 95 | 0 | 0.01 | 0.62 | 0.02 | 58.83 | 0.93 | 0.67 |
| Hex | F9 | F6 | 5F | 0 | 1 | 3E | 2 | 3B | 5D | 43 |
| Octal | 371 | 366 | 137 | 0 | 1 | 76 | 2 | 73 | 135 | 103 |
| Binary | 11111001 | 11110110 | 1011111 | 0 | 1 | 111110 | 10 | 111011 | 1011101 | 1000011 |
Color Harmonies of #F9F65F
Complementary color
Monochromatic Colors of #F9F65F
Black with #F9F65F
Text Example
Text Example
White with #F9F65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F65F; }
p { color: rgb(249,246,95); }
H1.HeaderClassName
{
color: #F9F65F;
}
.AnyTagClassName
{
color: #F9F65F;
}
</style>
background-color css
<style>
a { background-color: #F9F65F; }
a { background-color: rgb(249,246,95); }
div.DivClassName
{
background-color: #F9F65F;
}
.BgClassName
{
background-color: #F9F65F;
}
</style>
border-color css
<style>
span { border-color: #F9F65F; }
span { border-color: rgb(249,246,95); }
td.TdClassName
{
border-color: #F9F65F;
}
.TagClassName
{
border-color: #F9F65F;
}
</style>