Shades of Sweet Corn #FEDF73
Tints of Sweet Corn #FEDF73
RGB
CMYK
RGB Variations
Color information
#FEDF73 (or 0xFEDF73) is known color: Sweet Corn. HEX triplet: FE, DF and 73. RGB value is (254,223,115). Sum of RGB (Red+Green+Blue) = 254+223+115=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF73 is #01208C. Grayscale: #DCDCDC. Windows color (decimal): -73869 or 7593982. OLE color: 7593982.
HSL color Cylindrical-coordinate representation of color #FEDF73: hue angle of 46.62º 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 #FEDF73 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 115 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.00 |
| HSL | 46.62º | 0.99% | 0.72% | - |
| HSV(B) | 46.62º | 0.55% | 1% | - |
| XYZ | 70.36 | 75.08 | 27 | - |
| YUV | 219.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 115 | 0 | 0.12 | 0.55 | 0.00 | 46.62 | 0.99 | 0.72 |
| Hex | FE | DF | 73 | 0 | C | 37 | 0 | 2F | 63 | 48 |
| Octal | 376 | 337 | 163 | 0 | 14 | 67 | 0 | 57 | 143 | 110 |
| Binary | 11111110 | 11011111 | 1110011 | 0 | 1100 | 110111 | 0 | 101111 | 1100011 | 1001000 |
Color Harmonies of #FEDF73
Complementary color
Monochromatic Colors of #FEDF73
Black with #FEDF73
Text Example
Text Example
White with #FEDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF73; }
p { color: rgb(254,223,115); }
H1.HeaderClassName
{
color: #FEDF73;
}
.AnyTagClassName
{
color: #FEDF73;
}
</style>
background-color css
<style>
a { background-color: #FEDF73; }
a { background-color: rgb(254,223,115); }
div.DivClassName
{
background-color: #FEDF73;
}
.BgClassName
{
background-color: #FEDF73;
}
</style>
border-color css
<style>
span { border-color: #FEDF73; }
span { border-color: rgb(254,223,115); }
td.TdClassName
{
border-color: #FEDF73;
}
.TagClassName
{
border-color: #FEDF73;
}
</style>