Shades of Corn #FDEA66
Tints of Corn #FDEA66
RGB
CMYK
RGB Variations
Color information
#FDEA66 (or 0xFDEA66) is known color: Corn. HEX triplet: FD, EA and 66. RGB value is (253,234,102). Sum of RGB (Red+Green+Blue) = 253+234+102=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 102 (40.23% from 255 or 17.32% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA66 is #021599. Grayscale: #E1E1E1. Windows color (decimal): -136602 or 6744829. OLE color: 6744829.
HSL color Cylindrical-coordinate representation of color #FDEA66: hue angle of 52.45º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEA66 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 102 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.01 |
| HSL | 52.45º | 0.97% | 0.7% | - |
| HSV(B) | 52.45º | 0.6% | 0.99% | - |
| XYZ | 72.33 | 80.69 | 24.33 | - |
| YUV | 224.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 102 | 0 | 0.08 | 0.60 | 0.01 | 52.45 | 0.97 | 0.7 |
| Hex | FD | EA | 66 | 0 | 8 | 3C | 1 | 34 | 61 | 46 |
| Octal | 375 | 352 | 146 | 0 | 10 | 74 | 1 | 64 | 141 | 106 |
| Binary | 11111101 | 11101010 | 1100110 | 0 | 1000 | 111100 | 1 | 110100 | 1100001 | 1000110 |
Color Harmonies of #FDEA66
Complementary color
Monochromatic Colors of #FDEA66
Black with #FDEA66
Text Example
Text Example
White with #FDEA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA66; }
p { color: rgb(253,234,102); }
H1.HeaderClassName
{
color: #FDEA66;
}
.AnyTagClassName
{
color: #FDEA66;
}
</style>
background-color css
<style>
a { background-color: #FDEA66; }
a { background-color: rgb(253,234,102); }
div.DivClassName
{
background-color: #FDEA66;
}
.BgClassName
{
background-color: #FDEA66;
}
</style>
border-color css
<style>
span { border-color: #FDEA66; }
span { border-color: rgb(253,234,102); }
td.TdClassName
{
border-color: #FDEA66;
}
.TagClassName
{
border-color: #FDEA66;
}
</style>