Shades of Sweet Corn #F9E07B
Tints of Sweet Corn #F9E07B
RGB
CMYK
RGB Variations
Color information
#F9E07B (or 0xF9E07B) is known color: Sweet Corn. HEX triplet: F9, E0 and 7B. RGB value is (249,224,123). Sum of RGB (Red+Green+Blue) = 249+224+123=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E07B is #061F84. Grayscale: #DCDCDC. Windows color (decimal): -401285 or 8118521. OLE color: 8118521.
HSL color Cylindrical-coordinate representation of color #F9E07B: hue angle of 48.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9E07B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 123 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.02 |
| HSL | 48.1º | 0.91% | 0.73% | - |
| HSV(B) | 48.1º | 0.51% | 0.98% | - |
| XYZ | 69.3 | 74.88 | 29.54 | - |
| YUV | 219.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 123 | 0 | 0.10 | 0.51 | 0.02 | 48.1 | 0.91 | 0.73 |
| Hex | F9 | E0 | 7B | 0 | A | 33 | 2 | 30 | 5B | 49 |
| Octal | 371 | 340 | 173 | 0 | 12 | 63 | 2 | 60 | 133 | 111 |
| Binary | 11111001 | 11100000 | 1111011 | 0 | 1010 | 110011 | 10 | 110000 | 1011011 | 1001001 |
Color Harmonies of #F9E07B
Complementary color
Monochromatic Colors of #F9E07B
Black with #F9E07B
Text Example
Text Example
White with #F9E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E07B; }
p { color: rgb(249,224,123); }
H1.HeaderClassName
{
color: #F9E07B;
}
.AnyTagClassName
{
color: #F9E07B;
}
</style>
background-color css
<style>
a { background-color: #F9E07B; }
a { background-color: rgb(249,224,123); }
div.DivClassName
{
background-color: #F9E07B;
}
.BgClassName
{
background-color: #F9E07B;
}
</style>
border-color css
<style>
span { border-color: #F9E07B; }
span { border-color: rgb(249,224,123); }
td.TdClassName
{
border-color: #F9E07B;
}
.TagClassName
{
border-color: #F9E07B;
}
</style>