Shades of Sweet Corn #F5DE6B
Tints of Sweet Corn #F5DE6B
RGB
CMYK
RGB Variations
Color information
#F5DE6B (or 0xF5DE6B) is known color: Sweet Corn. HEX triplet: F5, DE and 6B. RGB value is (245,222,107). Sum of RGB (Red+Green+Blue) = 245+222+107=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE6B is #0A2194. Grayscale: #D8D8D8. Windows color (decimal): -663957 or 7069429. OLE color: 7069429.
HSL color Cylindrical-coordinate representation of color #F5DE6B: hue angle of 50º 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 #F5DE6B is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 107 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.04 |
| HSL | 50º | 0.87% | 0.69% | - |
| HSV(B) | 50º | 0.56% | 0.96% | - |
| XYZ | 66.43 | 72.72 | 24.44 | - |
| YUV | 215.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 107 | 0 | 0.09 | 0.56 | 0.04 | 50 | 0.87 | 0.69 |
| Hex | F5 | DE | 6B | 0 | 9 | 38 | 4 | 32 | 57 | 45 |
| Octal | 365 | 336 | 153 | 0 | 11 | 70 | 4 | 62 | 127 | 105 |
| Binary | 11110101 | 11011110 | 1101011 | 0 | 1001 | 111000 | 100 | 110010 | 1010111 | 1000101 |
Color Harmonies of #F5DE6B
Complementary color
Monochromatic Colors of #F5DE6B
Black with #F5DE6B
Text Example
Text Example
White with #F5DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DE6B; }
p { color: rgb(245,222,107); }
H1.HeaderClassName
{
color: #F5DE6B;
}
.AnyTagClassName
{
color: #F5DE6B;
}
</style>
background-color css
<style>
a { background-color: #F5DE6B; }
a { background-color: rgb(245,222,107); }
div.DivClassName
{
background-color: #F5DE6B;
}
.BgClassName
{
background-color: #F5DE6B;
}
</style>
border-color css
<style>
span { border-color: #F5DE6B; }
span { border-color: rgb(245,222,107); }
td.TdClassName
{
border-color: #F5DE6B;
}
.TagClassName
{
border-color: #F5DE6B;
}
</style>