Shades of Corn #F5F25B
Tints of Corn #F5F25B
RGB
CMYK
RGB Variations
Color information
#F5F25B (or 0xF5F25B) is known color: Corn. HEX triplet: F5, F2 and 5B. RGB value is (245,242,91). Sum of RGB (Red+Green+Blue) = 245+242+91=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 91 (35.94% from 255 or 15.74% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F25B is #0A0DA4. Grayscale: #E2E2E2. Windows color (decimal): -658853 or 6025973. OLE color: 6025973.
HSL color Cylindrical-coordinate representation of color #F5F25B: hue angle of 58.83º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5F25B is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 91 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.04 |
| HSL | 58.83º | 0.89% | 0.66% | - |
| HSV(B) | 58.83º | 0.63% | 0.96% | - |
| XYZ | 71.3 | 83.67 | 22.29 | - |
| YUV | 225.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 91 | 0 | 0.01 | 0.63 | 0.04 | 58.83 | 0.89 | 0.66 |
| Hex | F5 | F2 | 5B | 0 | 1 | 3F | 4 | 3B | 59 | 42 |
| Octal | 365 | 362 | 133 | 0 | 1 | 77 | 4 | 73 | 131 | 102 |
| Binary | 11110101 | 11110010 | 1011011 | 0 | 1 | 111111 | 100 | 111011 | 1011001 | 1000010 |
Color Harmonies of #F5F25B
Complementary color
Monochromatic Colors of #F5F25B
Black with #F5F25B
Text Example
Text Example
White with #F5F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F25B; }
p { color: rgb(245,242,91); }
H1.HeaderClassName
{
color: #F5F25B;
}
.AnyTagClassName
{
color: #F5F25B;
}
</style>
background-color css
<style>
a { background-color: #F5F25B; }
a { background-color: rgb(245,242,91); }
div.DivClassName
{
background-color: #F5F25B;
}
.BgClassName
{
background-color: #F5F25B;
}
</style>
border-color css
<style>
span { border-color: #F5F25B; }
span { border-color: rgb(245,242,91); }
td.TdClassName
{
border-color: #F5F25B;
}
.TagClassName
{
border-color: #F5F25B;
}
</style>