Shades of Sweet Corn #FEDF72
Tints of Sweet Corn #FEDF72
RGB
CMYK
RGB Variations
Color information
#FEDF72 (or 0xFEDF72) is known color: Sweet Corn. HEX triplet: FE, DF and 72. RGB value is (254,223,114). Sum of RGB (Red+Green+Blue) = 254+223+114=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF72 is #01208D. Grayscale: #DCDCDC. Windows color (decimal): -73870 or 7528446. OLE color: 7528446.
HSL color Cylindrical-coordinate representation of color #FEDF72: hue angle of 46.71º 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 #FEDF72 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.00 |
| HSL | 46.71º | 0.99% | 0.72% | - |
| HSV(B) | 46.71º | 0.55% | 1% | - |
| XYZ | 70.3 | 75.06 | 26.7 | - |
| YUV | 219.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 114 | 0 | 0.12 | 0.55 | 0.00 | 46.71 | 0.99 | 0.72 |
| Hex | FE | DF | 72 | 0 | C | 37 | 0 | 2F | 63 | 48 |
| Octal | 376 | 337 | 162 | 0 | 14 | 67 | 0 | 57 | 143 | 110 |
| Binary | 11111110 | 11011111 | 1110010 | 0 | 1100 | 110111 | 0 | 101111 | 1100011 | 1001000 |
Color Harmonies of #FEDF72
Complementary color
Monochromatic Colors of #FEDF72
Black with #FEDF72
Text Example
Text Example
White with #FEDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF72; }
p { color: rgb(254,223,114); }
H1.HeaderClassName
{
color: #FEDF72;
}
.AnyTagClassName
{
color: #FEDF72;
}
</style>
background-color css
<style>
a { background-color: #FEDF72; }
a { background-color: rgb(254,223,114); }
div.DivClassName
{
background-color: #FEDF72;
}
.BgClassName
{
background-color: #FEDF72;
}
</style>
border-color css
<style>
span { border-color: #FEDF72; }
span { border-color: rgb(254,223,114); }
td.TdClassName
{
border-color: #FEDF72;
}
.TagClassName
{
border-color: #FEDF72;
}
</style>