Shades of Corn #FDE868
Tints of Corn #FDE868
RGB
CMYK
RGB Variations
Color information
#FDE868 (or 0xFDE868) is known color: Corn. HEX triplet: FD, E8 and 68. RGB value is (253,232,104). Sum of RGB (Red+Green+Blue) = 253+232+104=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE868 is #021797. Grayscale: #E0E0E0. Windows color (decimal): -137112 or 6875389. OLE color: 6875389.
HSL color Cylindrical-coordinate representation of color #FDE868: hue angle of 51.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDE868 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 104 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.01 |
| HSL | 51.54º | 0.97% | 0.7% | - |
| HSV(B) | 51.54º | 0.59% | 0.99% | - |
| XYZ | 71.86 | 79.6 | 24.67 | - |
| YUV | 223.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 104 | 0 | 0.08 | 0.59 | 0.01 | 51.54 | 0.97 | 0.7 |
| Hex | FD | E8 | 68 | 0 | 8 | 3B | 1 | 34 | 61 | 46 |
| Octal | 375 | 350 | 150 | 0 | 10 | 73 | 1 | 64 | 141 | 106 |
| Binary | 11111101 | 11101000 | 1101000 | 0 | 1000 | 111011 | 1 | 110100 | 1100001 | 1000110 |
Color Harmonies of #FDE868
Complementary color
Monochromatic Colors of #FDE868
Black with #FDE868
Text Example
Text Example
White with #FDE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE868; }
p { color: rgb(253,232,104); }
H1.HeaderClassName
{
color: #FDE868;
}
.AnyTagClassName
{
color: #FDE868;
}
</style>
background-color css
<style>
a { background-color: #FDE868; }
a { background-color: rgb(253,232,104); }
div.DivClassName
{
background-color: #FDE868;
}
.BgClassName
{
background-color: #FDE868;
}
</style>
border-color css
<style>
span { border-color: #FDE868; }
span { border-color: rgb(253,232,104); }
td.TdClassName
{
border-color: #FDE868;
}
.TagClassName
{
border-color: #FDE868;
}
</style>