Shades of Corn #FDEF64
Tints of Corn #FDEF64
RGB
CMYK
RGB Variations
Color information
#FDEF64 (or 0xFDEF64) is known color: Corn. HEX triplet: FD, EF and 64. RGB value is (253,239,100). Sum of RGB (Red+Green+Blue) = 253+239+100=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF64 is #02109B. Grayscale: #E3E3E3. Windows color (decimal): -135324 or 6615037. OLE color: 6615037.
HSL color Cylindrical-coordinate representation of color #FDEF64: hue angle of 54.51º 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 #FDEF64 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 100 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.01 |
| HSL | 54.51º | 0.97% | 0.69% | - |
| HSV(B) | 54.51º | 0.6% | 0.99% | - |
| XYZ | 73.67 | 83.54 | 24.3 | - |
| YUV | 227.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 100 | 0 | 0.06 | 0.60 | 0.01 | 54.51 | 0.97 | 0.69 |
| Hex | FD | EF | 64 | 0 | 6 | 3C | 1 | 37 | 61 | 45 |
| Octal | 375 | 357 | 144 | 0 | 6 | 74 | 1 | 67 | 141 | 105 |
| Binary | 11111101 | 11101111 | 1100100 | 0 | 110 | 111100 | 1 | 110111 | 1100001 | 1000101 |
Color Harmonies of #FDEF64
Complementary color
Monochromatic Colors of #FDEF64
Black with #FDEF64
Text Example
Text Example
White with #FDEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF64; }
p { color: rgb(253,239,100); }
H1.HeaderClassName
{
color: #FDEF64;
}
.AnyTagClassName
{
color: #FDEF64;
}
</style>
background-color css
<style>
a { background-color: #FDEF64; }
a { background-color: rgb(253,239,100); }
div.DivClassName
{
background-color: #FDEF64;
}
.BgClassName
{
background-color: #FDEF64;
}
</style>
border-color css
<style>
span { border-color: #FDEF64; }
span { border-color: rgb(253,239,100); }
td.TdClassName
{
border-color: #FDEF64;
}
.TagClassName
{
border-color: #FDEF64;
}
</style>