Shades of Sweet Corn #F5E068
Tints of Sweet Corn #F5E068
RGB
CMYK
RGB Variations
Color information
#F5E068 (or 0xF5E068) is known color: Sweet Corn. HEX triplet: F5, E0 and 68. RGB value is (245,224,104). Sum of RGB (Red+Green+Blue) = 245+224+104=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E068 is #0A1F97. Grayscale: #D9D9D9. Windows color (decimal): -663448 or 6873333. OLE color: 6873333.
HSL color Cylindrical-coordinate representation of color #F5E068: hue angle of 51.06º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5E068 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 104 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.04 |
| HSL | 51.06º | 0.88% | 0.68% | - |
| HSV(B) | 51.06º | 0.58% | 0.96% | - |
| XYZ | 66.81 | 73.72 | 23.81 | - |
| YUV | 216.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 104 | 0 | 0.09 | 0.58 | 0.04 | 51.06 | 0.88 | 0.68 |
| Hex | F5 | E0 | 68 | 0 | 9 | 3A | 4 | 33 | 58 | 44 |
| Octal | 365 | 340 | 150 | 0 | 11 | 72 | 4 | 63 | 130 | 104 |
| Binary | 11110101 | 11100000 | 1101000 | 0 | 1001 | 111010 | 100 | 110011 | 1011000 | 1000100 |
Color Harmonies of #F5E068
Complementary color
Monochromatic Colors of #F5E068
Black with #F5E068
Text Example
Text Example
White with #F5E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E068; }
p { color: rgb(245,224,104); }
H1.HeaderClassName
{
color: #F5E068;
}
.AnyTagClassName
{
color: #F5E068;
}
</style>
background-color css
<style>
a { background-color: #F5E068; }
a { background-color: rgb(245,224,104); }
div.DivClassName
{
background-color: #F5E068;
}
.BgClassName
{
background-color: #F5E068;
}
</style>
border-color css
<style>
span { border-color: #F5E068; }
span { border-color: rgb(245,224,104); }
td.TdClassName
{
border-color: #F5E068;
}
.TagClassName
{
border-color: #F5E068;
}
</style>