Shades of Sweet Corn #F5E16B
Tints of Sweet Corn #F5E16B
RGB
CMYK
RGB Variations
Color information
#F5E16B (or 0xF5E16B) is known color: Sweet Corn. HEX triplet: F5, E1 and 6B. RGB value is (245,225,107). Sum of RGB (Red+Green+Blue) = 245+225+107=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E16B is #0A1E94. Grayscale: #DADADA. Windows color (decimal): -663189 or 7070197. OLE color: 7070197.
HSL color Cylindrical-coordinate representation of color #F5E16B: hue angle of 51.3º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E16B is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 107 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.04 |
| HSL | 51.3º | 0.87% | 0.69% | - |
| HSV(B) | 51.3º | 0.56% | 0.96% | - |
| XYZ | 67.24 | 74.32 | 24.71 | - |
| YUV | 217.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 107 | 0 | 0.08 | 0.56 | 0.04 | 51.3 | 0.87 | 0.69 |
| Hex | F5 | E1 | 6B | 0 | 8 | 38 | 4 | 33 | 57 | 45 |
| Octal | 365 | 341 | 153 | 0 | 10 | 70 | 4 | 63 | 127 | 105 |
| Binary | 11110101 | 11100001 | 1101011 | 0 | 1000 | 111000 | 100 | 110011 | 1010111 | 1000101 |
Color Harmonies of #F5E16B
Complementary color
Monochromatic Colors of #F5E16B
Black with #F5E16B
Text Example
Text Example
White with #F5E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E16B; }
p { color: rgb(245,225,107); }
H1.HeaderClassName
{
color: #F5E16B;
}
.AnyTagClassName
{
color: #F5E16B;
}
</style>
background-color css
<style>
a { background-color: #F5E16B; }
a { background-color: rgb(245,225,107); }
div.DivClassName
{
background-color: #F5E16B;
}
.BgClassName
{
background-color: #F5E16B;
}
</style>
border-color css
<style>
span { border-color: #F5E16B; }
span { border-color: rgb(245,225,107); }
td.TdClassName
{
border-color: #F5E16B;
}
.TagClassName
{
border-color: #F5E16B;
}
</style>