Shades of Sweet Corn #FEDB6C
Tints of Sweet Corn #FEDB6C
RGB
CMYK
RGB Variations
Color information
#FEDB6C (or 0xFEDB6C) is known color: Sweet Corn. HEX triplet: FE, DB and 6C. RGB value is (254,219,108). Sum of RGB (Red+Green+Blue) = 254+219+108=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 108 (42.58% from 255 or 18.59% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB6C is #012493. Grayscale: #D9D9D9. Windows color (decimal): -74900 or 7134206. OLE color: 7134206.
HSL color Cylindrical-coordinate representation of color #FEDB6C: hue angle of 45.62º 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 #FEDB6C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 108 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.00 |
| HSL | 45.62º | 0.99% | 0.71% | - |
| HSV(B) | 45.62º | 0.57% | 1% | - |
| XYZ | 68.91 | 72.82 | 24.61 | - |
| YUV | 216.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 108 | 0 | 0.14 | 0.57 | 0.00 | 45.62 | 0.99 | 0.71 |
| Hex | FE | DB | 6C | 0 | E | 39 | 0 | 2E | 63 | 47 |
| Octal | 376 | 333 | 154 | 0 | 16 | 71 | 0 | 56 | 143 | 107 |
| Binary | 11111110 | 11011011 | 1101100 | 0 | 1110 | 111001 | 0 | 101110 | 1100011 | 1000111 |
Color Harmonies of #FEDB6C
Complementary color
Monochromatic Colors of #FEDB6C
Black with #FEDB6C
Text Example
Text Example
White with #FEDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB6C; }
p { color: rgb(254,219,108); }
H1.HeaderClassName
{
color: #FEDB6C;
}
.AnyTagClassName
{
color: #FEDB6C;
}
</style>
background-color css
<style>
a { background-color: #FEDB6C; }
a { background-color: rgb(254,219,108); }
div.DivClassName
{
background-color: #FEDB6C;
}
.BgClassName
{
background-color: #FEDB6C;
}
</style>
border-color css
<style>
span { border-color: #FEDB6C; }
span { border-color: rgb(254,219,108); }
td.TdClassName
{
border-color: #FEDB6C;
}
.TagClassName
{
border-color: #FEDB6C;
}
</style>