Shades of Corn #F7F55B
Tints of Corn #F7F55B
RGB
CMYK
RGB Variations
Color information
#F7F55B (or 0xF7F55B) is known color: Corn. HEX triplet: F7, F5 and 5B. RGB value is (247,245,91). Sum of RGB (Red+Green+Blue) = 247+245+91=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F55B is #080AA4. Grayscale: #E4E4E4. Windows color (decimal): -527013 or 6026743. OLE color: 6026743.
HSL color Cylindrical-coordinate representation of color #F7F55B: hue angle of 59.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7F55B is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 91 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.03 |
| HSL | 59.23º | 0.91% | 0.66% | - |
| HSV(B) | 59.23º | 0.63% | 0.97% | - |
| XYZ | 72.9 | 85.83 | 22.62 | - |
| YUV | 228.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 91 | 0 | 0.01 | 0.63 | 0.03 | 59.23 | 0.91 | 0.66 |
| Hex | F7 | F5 | 5B | 0 | 1 | 3F | 3 | 3B | 5B | 42 |
| Octal | 367 | 365 | 133 | 0 | 1 | 77 | 3 | 73 | 133 | 102 |
| Binary | 11110111 | 11110101 | 1011011 | 0 | 1 | 111111 | 11 | 111011 | 1011011 | 1000010 |
Color Harmonies of #F7F55B
Complementary color
Monochromatic Colors of #F7F55B
Black with #F7F55B
Text Example
Text Example
White with #F7F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F55B; }
p { color: rgb(247,245,91); }
H1.HeaderClassName
{
color: #F7F55B;
}
.AnyTagClassName
{
color: #F7F55B;
}
</style>
background-color css
<style>
a { background-color: #F7F55B; }
a { background-color: rgb(247,245,91); }
div.DivClassName
{
background-color: #F7F55B;
}
.BgClassName
{
background-color: #F7F55B;
}
</style>
border-color css
<style>
span { border-color: #F7F55B; }
span { border-color: rgb(247,245,91); }
td.TdClassName
{
border-color: #F7F55B;
}
.TagClassName
{
border-color: #F7F55B;
}
</style>