Shades of Sweet Corn #FEDB72
Tints of Sweet Corn #FEDB72
RGB
CMYK
RGB Variations
Color information
#FEDB72 (or 0xFEDB72) is known color: Sweet Corn. HEX triplet: FE, DB and 72. RGB value is (254,219,114). Sum of RGB (Red+Green+Blue) = 254+219+114=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB72 is #01248D. Grayscale: #D9D9D9. Windows color (decimal): -74894 or 7527422. OLE color: 7527422.
HSL color Cylindrical-coordinate representation of color #FEDB72: hue angle of 45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEDB72 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 114 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.00 |
| HSL | 45º | 0.99% | 0.72% | - |
| HSV(B) | 45º | 0.55% | 1% | - |
| XYZ | 69.24 | 72.95 | 26.35 | - |
| YUV | 217.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 114 | 0 | 0.14 | 0.55 | 0.00 | 45 | 0.99 | 0.72 |
| Hex | FE | DB | 72 | 0 | E | 37 | 0 | 2D | 63 | 48 |
| Octal | 376 | 333 | 162 | 0 | 16 | 67 | 0 | 55 | 143 | 110 |
| Binary | 11111110 | 11011011 | 1110010 | 0 | 1110 | 110111 | 0 | 101101 | 1100011 | 1001000 |
Color Harmonies of #FEDB72
Complementary color
Monochromatic Colors of #FEDB72
Black with #FEDB72
Text Example
Text Example
White with #FEDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB72; }
p { color: rgb(254,219,114); }
H1.HeaderClassName
{
color: #FEDB72;
}
.AnyTagClassName
{
color: #FEDB72;
}
</style>
background-color css
<style>
a { background-color: #FEDB72; }
a { background-color: rgb(254,219,114); }
div.DivClassName
{
background-color: #FEDB72;
}
.BgClassName
{
background-color: #FEDB72;
}
</style>
border-color css
<style>
span { border-color: #FEDB72; }
span { border-color: rgb(254,219,114); }
td.TdClassName
{
border-color: #FEDB72;
}
.TagClassName
{
border-color: #FEDB72;
}
</style>