Shades of Sweet Corn #FEDF77
Tints of Sweet Corn #FEDF77
RGB
CMYK
RGB Variations
Color information
#FEDF77 (or 0xFEDF77) is known color: Sweet Corn. HEX triplet: FE, DF and 77. RGB value is (254,223,119). Sum of RGB (Red+Green+Blue) = 254+223+119=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF77 is #012088. Grayscale: #DCDCDC. Windows color (decimal): -73865 or 7856126. OLE color: 7856126.
HSL color Cylindrical-coordinate representation of color #FEDF77: hue angle of 46.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEDF77 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 119 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.00 |
| HSL | 46.22º | 0.99% | 0.73% | - |
| HSV(B) | 46.22º | 0.53% | 1% | - |
| XYZ | 70.59 | 75.18 | 28.24 | - |
| YUV | 220.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 119 | 0 | 0.12 | 0.53 | 0.00 | 46.22 | 0.99 | 0.73 |
| Hex | FE | DF | 77 | 0 | C | 35 | 0 | 2E | 63 | 49 |
| Octal | 376 | 337 | 167 | 0 | 14 | 65 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011111 | 1110111 | 0 | 1100 | 110101 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDF77
Complementary color
Monochromatic Colors of #FEDF77
Black with #FEDF77
Text Example
Text Example
White with #FEDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF77; }
p { color: rgb(254,223,119); }
H1.HeaderClassName
{
color: #FEDF77;
}
.AnyTagClassName
{
color: #FEDF77;
}
</style>
background-color css
<style>
a { background-color: #FEDF77; }
a { background-color: rgb(254,223,119); }
div.DivClassName
{
background-color: #FEDF77;
}
.BgClassName
{
background-color: #FEDF77;
}
</style>
border-color css
<style>
span { border-color: #FEDF77; }
span { border-color: rgb(254,223,119); }
td.TdClassName
{
border-color: #FEDF77;
}
.TagClassName
{
border-color: #FEDF77;
}
</style>