Shades of Sweet Corn #FEDF6D
Tints of Sweet Corn #FEDF6D
RGB
CMYK
RGB Variations
Color information
#FEDF6D (or 0xFEDF6D) is known color: Sweet Corn. HEX triplet: FE, DF and 6D. RGB value is (254,223,109). Sum of RGB (Red+Green+Blue) = 254+223+109=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF6D is #012092. Grayscale: #DBDBDB. Windows color (decimal): -73875 or 7200766. OLE color: 7200766.
HSL color Cylindrical-coordinate representation of color #FEDF6D: hue angle of 47.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEDF6D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 109 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.00 |
| HSL | 47.17º | 0.99% | 0.71% | - |
| HSV(B) | 47.17º | 0.57% | 1% | - |
| XYZ | 70.02 | 74.95 | 25.24 | - |
| YUV | 219.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 109 | 0 | 0.12 | 0.57 | 0.00 | 47.17 | 0.99 | 0.71 |
| Hex | FE | DF | 6D | 0 | C | 39 | 0 | 2F | 63 | 47 |
| Octal | 376 | 337 | 155 | 0 | 14 | 71 | 0 | 57 | 143 | 107 |
| Binary | 11111110 | 11011111 | 1101101 | 0 | 1100 | 111001 | 0 | 101111 | 1100011 | 1000111 |
Color Harmonies of #FEDF6D
Complementary color
Monochromatic Colors of #FEDF6D
Black with #FEDF6D
Text Example
Text Example
White with #FEDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF6D; }
p { color: rgb(254,223,109); }
H1.HeaderClassName
{
color: #FEDF6D;
}
.AnyTagClassName
{
color: #FEDF6D;
}
</style>
background-color css
<style>
a { background-color: #FEDF6D; }
a { background-color: rgb(254,223,109); }
div.DivClassName
{
background-color: #FEDF6D;
}
.BgClassName
{
background-color: #FEDF6D;
}
</style>
border-color css
<style>
span { border-color: #FEDF6D; }
span { border-color: rgb(254,223,109); }
td.TdClassName
{
border-color: #FEDF6D;
}
.TagClassName
{
border-color: #FEDF6D;
}
</style>