Shades of Corn #FEED61
Tints of Corn #FEED61
RGB
CMYK
RGB Variations
Color information
#FEED61 (or 0xFEED61) is known color: Corn. HEX triplet: FE, ED and 61. RGB value is (254,237,97). Sum of RGB (Red+Green+Blue) = 254+237+97=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 97 (38.28% from 255 or 16.50% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED61 is #01129E. Grayscale: #E2E2E2. Windows color (decimal): -70303 or 6417918. OLE color: 6417918.
HSL color Cylindrical-coordinate representation of color #FEED61: hue angle of 53.5º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEED61 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 97 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.00 |
| HSL | 53.5º | 0.99% | 0.69% | - |
| HSV(B) | 53.5º | 0.62% | 1% | - |
| XYZ | 73.31 | 82.5 | 23.37 | - |
| YUV | 226.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 97 | 0 | 0.07 | 0.62 | 0.00 | 53.5 | 0.99 | 0.69 |
| Hex | FE | ED | 61 | 0 | 7 | 3E | 0 | 36 | 63 | 45 |
| Octal | 376 | 355 | 141 | 0 | 7 | 76 | 0 | 66 | 143 | 105 |
| Binary | 11111110 | 11101101 | 1100001 | 0 | 111 | 111110 | 0 | 110110 | 1100011 | 1000101 |
Color Harmonies of #FEED61
Complementary color
Monochromatic Colors of #FEED61
Black with #FEED61
Text Example
Text Example
White with #FEED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED61; }
p { color: rgb(254,237,97); }
H1.HeaderClassName
{
color: #FEED61;
}
.AnyTagClassName
{
color: #FEED61;
}
</style>
background-color css
<style>
a { background-color: #FEED61; }
a { background-color: rgb(254,237,97); }
div.DivClassName
{
background-color: #FEED61;
}
.BgClassName
{
background-color: #FEED61;
}
</style>
border-color css
<style>
span { border-color: #FEED61; }
span { border-color: rgb(254,237,97); }
td.TdClassName
{
border-color: #FEED61;
}
.TagClassName
{
border-color: #FEED61;
}
</style>