Shades of Sweet Corn #FEDF6F
Tints of Sweet Corn #FEDF6F
RGB
CMYK
RGB Variations
Color information
#FEDF6F (or 0xFEDF6F) is known color: Sweet Corn. HEX triplet: FE, DF and 6F. RGB value is (254,223,111). Sum of RGB (Red+Green+Blue) = 254+223+111=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 111 (43.75% from 255 or 18.88% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF6F is #012090. Grayscale: #DBDBDB. Windows color (decimal): -73873 or 7331838. OLE color: 7331838.
HSL color Cylindrical-coordinate representation of color #FEDF6F: hue angle of 46.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEDF6F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.00 |
| HSL | 46.99º | 0.99% | 0.72% | - |
| HSV(B) | 46.99º | 0.56% | 1% | - |
| XYZ | 70.13 | 74.99 | 25.82 | - |
| YUV | 219.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 111 | 0 | 0.12 | 0.56 | 0.00 | 46.99 | 0.99 | 0.72 |
| Hex | FE | DF | 6F | 0 | C | 38 | 0 | 2F | 63 | 48 |
| Octal | 376 | 337 | 157 | 0 | 14 | 70 | 0 | 57 | 143 | 110 |
| Binary | 11111110 | 11011111 | 1101111 | 0 | 1100 | 111000 | 0 | 101111 | 1100011 | 1001000 |
Color Harmonies of #FEDF6F
Complementary color
Monochromatic Colors of #FEDF6F
Black with #FEDF6F
Text Example
Text Example
White with #FEDF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF6F; }
p { color: rgb(254,223,111); }
H1.HeaderClassName
{
color: #FEDF6F;
}
.AnyTagClassName
{
color: #FEDF6F;
}
</style>
background-color css
<style>
a { background-color: #FEDF6F; }
a { background-color: rgb(254,223,111); }
div.DivClassName
{
background-color: #FEDF6F;
}
.BgClassName
{
background-color: #FEDF6F;
}
</style>
border-color css
<style>
span { border-color: #FEDF6F; }
span { border-color: rgb(254,223,111); }
td.TdClassName
{
border-color: #FEDF6F;
}
.TagClassName
{
border-color: #FEDF6F;
}
</style>