Shades of Corn #FDEF61
Tints of Corn #FDEF61
RGB
CMYK
RGB Variations
Color information
#FDEF61 (or 0xFDEF61) is known color: Corn. HEX triplet: FD, EF and 61. RGB value is (253,239,97). Sum of RGB (Red+Green+Blue) = 253+239+97=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 97 (38.28% from 255 or 16.47% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF61 is #02109E. Grayscale: #E3E3E3. Windows color (decimal): -135327 or 6418429. OLE color: 6418429.
HSL color Cylindrical-coordinate representation of color #FDEF61: hue angle of 54.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDEF61 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 97 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.01 |
| HSL | 54.62º | 0.98% | 0.69% | - |
| HSV(B) | 54.62º | 0.62% | 0.99% | - |
| XYZ | 73.53 | 83.48 | 23.55 | - |
| YUV | 227 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 97 | 0 | 0.06 | 0.62 | 0.01 | 54.62 | 0.98 | 0.69 |
| Hex | FD | EF | 61 | 0 | 6 | 3E | 1 | 37 | 62 | 45 |
| Octal | 375 | 357 | 141 | 0 | 6 | 76 | 1 | 67 | 142 | 105 |
| Binary | 11111101 | 11101111 | 1100001 | 0 | 110 | 111110 | 1 | 110111 | 1100010 | 1000101 |
Color Harmonies of #FDEF61
Complementary color
Monochromatic Colors of #FDEF61
Black with #FDEF61
Text Example
Text Example
White with #FDEF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF61; }
p { color: rgb(253,239,97); }
H1.HeaderClassName
{
color: #FDEF61;
}
.AnyTagClassName
{
color: #FDEF61;
}
</style>
background-color css
<style>
a { background-color: #FDEF61; }
a { background-color: rgb(253,239,97); }
div.DivClassName
{
background-color: #FDEF61;
}
.BgClassName
{
background-color: #FDEF61;
}
</style>
border-color css
<style>
span { border-color: #FDEF61; }
span { border-color: rgb(253,239,97); }
td.TdClassName
{
border-color: #FDEF61;
}
.TagClassName
{
border-color: #FDEF61;
}
</style>