Shades of Corn #F5F264
Tints of Corn #F5F264
RGB
CMYK
RGB Variations
Color information
#F5F264 (or 0xF5F264) is known color: Corn. HEX triplet: F5, F2 and 64. RGB value is (245,242,100). Sum of RGB (Red+Green+Blue) = 245+242+100=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 100 (39.45% from 255 or 17.04% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F264 is #0A0D9B. Grayscale: #E3E3E3. Windows color (decimal): -658844 or 6615797. OLE color: 6615797.
HSL color Cylindrical-coordinate representation of color #F5F264: hue angle of 58.76º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5F264 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 100 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.04 |
| HSL | 58.76º | 0.88% | 0.68% | - |
| HSV(B) | 58.76º | 0.59% | 0.96% | - |
| XYZ | 71.71 | 83.84 | 24.46 | - |
| YUV | 226.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 100 | 0 | 0.01 | 0.59 | 0.04 | 58.76 | 0.88 | 0.68 |
| Hex | F5 | F2 | 64 | 0 | 1 | 3B | 4 | 3B | 58 | 44 |
| Octal | 365 | 362 | 144 | 0 | 1 | 73 | 4 | 73 | 130 | 104 |
| Binary | 11110101 | 11110010 | 1100100 | 0 | 1 | 111011 | 100 | 111011 | 1011000 | 1000100 |
Color Harmonies of #F5F264
Complementary color
Monochromatic Colors of #F5F264
Black with #F5F264
Text Example
Text Example
White with #F5F264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F264; }
p { color: rgb(245,242,100); }
H1.HeaderClassName
{
color: #F5F264;
}
.AnyTagClassName
{
color: #F5F264;
}
</style>
background-color css
<style>
a { background-color: #F5F264; }
a { background-color: rgb(245,242,100); }
div.DivClassName
{
background-color: #F5F264;
}
.BgClassName
{
background-color: #F5F264;
}
</style>
border-color css
<style>
span { border-color: #F5F264; }
span { border-color: rgb(245,242,100); }
td.TdClassName
{
border-color: #F5F264;
}
.TagClassName
{
border-color: #F5F264;
}
</style>