Shades of Sweet Corn #FEDB6B
Tints of Sweet Corn #FEDB6B
RGB
CMYK
RGB Variations
Color information
#FEDB6B (or 0xFEDB6B) is known color: Sweet Corn. HEX triplet: FE, DB and 6B. RGB value is (254,219,107). Sum of RGB (Red+Green+Blue) = 254+219+107=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB6B is #012494. Grayscale: #D9D9D9. Windows color (decimal): -74901 or 7068670. OLE color: 7068670.
HSL color Cylindrical-coordinate representation of color #FEDB6B: hue angle of 45.71º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEDB6B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 107 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.00 |
| HSL | 45.71º | 0.99% | 0.71% | - |
| HSV(B) | 45.71º | 0.58% | 1% | - |
| XYZ | 68.86 | 72.8 | 24.33 | - |
| YUV | 216.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 107 | 0 | 0.14 | 0.58 | 0.00 | 45.71 | 0.99 | 0.71 |
| Hex | FE | DB | 6B | 0 | E | 3A | 0 | 2E | 63 | 47 |
| Octal | 376 | 333 | 153 | 0 | 16 | 72 | 0 | 56 | 143 | 107 |
| Binary | 11111110 | 11011011 | 1101011 | 0 | 1110 | 111010 | 0 | 101110 | 1100011 | 1000111 |
Color Harmonies of #FEDB6B
Complementary color
Monochromatic Colors of #FEDB6B
Black with #FEDB6B
Text Example
Text Example
White with #FEDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB6B; }
p { color: rgb(254,219,107); }
H1.HeaderClassName
{
color: #FEDB6B;
}
.AnyTagClassName
{
color: #FEDB6B;
}
</style>
background-color css
<style>
a { background-color: #FEDB6B; }
a { background-color: rgb(254,219,107); }
div.DivClassName
{
background-color: #FEDB6B;
}
.BgClassName
{
background-color: #FEDB6B;
}
</style>
border-color css
<style>
span { border-color: #FEDB6B; }
span { border-color: rgb(254,219,107); }
td.TdClassName
{
border-color: #FEDB6B;
}
.TagClassName
{
border-color: #FEDB6B;
}
</style>