Shades of Corn #FDEF65
Tints of Corn #FDEF65
RGB
CMYK
RGB Variations
Color information
#FDEF65 (or 0xFDEF65) is known color: Corn. HEX triplet: FD, EF and 65. RGB value is (253,239,101). Sum of RGB (Red+Green+Blue) = 253+239+101=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF65 is #02109A. Grayscale: #E4E4E4. Windows color (decimal): -135323 or 6680573. OLE color: 6680573.
HSL color Cylindrical-coordinate representation of color #FDEF65: hue angle of 54.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEF65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.01 |
| HSL | 54.47º | 0.97% | 0.69% | - |
| HSV(B) | 54.47º | 0.6% | 0.99% | - |
| XYZ | 73.72 | 83.56 | 24.55 | - |
| YUV | 227.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 101 | 0 | 0.06 | 0.60 | 0.01 | 54.47 | 0.97 | 0.69 |
| Hex | FD | EF | 65 | 0 | 6 | 3C | 1 | 36 | 61 | 45 |
| Octal | 375 | 357 | 145 | 0 | 6 | 74 | 1 | 66 | 141 | 105 |
| Binary | 11111101 | 11101111 | 1100101 | 0 | 110 | 111100 | 1 | 110110 | 1100001 | 1000101 |
Color Harmonies of #FDEF65
Complementary color
Monochromatic Colors of #FDEF65
Black with #FDEF65
Text Example
Text Example
White with #FDEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF65; }
p { color: rgb(253,239,101); }
H1.HeaderClassName
{
color: #FDEF65;
}
.AnyTagClassName
{
color: #FDEF65;
}
</style>
background-color css
<style>
a { background-color: #FDEF65; }
a { background-color: rgb(253,239,101); }
div.DivClassName
{
background-color: #FDEF65;
}
.BgClassName
{
background-color: #FDEF65;
}
</style>
border-color css
<style>
span { border-color: #FDEF65; }
span { border-color: rgb(253,239,101); }
td.TdClassName
{
border-color: #FDEF65;
}
.TagClassName
{
border-color: #FDEF65;
}
</style>