Shades of Corn #FDE666
Tints of Corn #FDE666
RGB
CMYK
RGB Variations
Color information
#FDE666 (or 0xFDE666) is known color: Corn. HEX triplet: FD, E6 and 66. RGB value is (253,230,102). Sum of RGB (Red+Green+Blue) = 253+230+102=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE666 is #021999. Grayscale: #DEDEDE. Windows color (decimal): -137626 or 6743805. OLE color: 6743805.
HSL color Cylindrical-coordinate representation of color #FDE666: hue angle of 50.86º 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 #FDE666 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 102 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.01 |
| HSL | 50.86º | 0.97% | 0.7% | - |
| HSV(B) | 50.86º | 0.6% | 0.99% | - |
| XYZ | 71.2 | 78.44 | 23.96 | - |
| YUV | 222.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 102 | 0 | 0.09 | 0.60 | 0.01 | 50.86 | 0.97 | 0.7 |
| Hex | FD | E6 | 66 | 0 | 9 | 3C | 1 | 33 | 61 | 46 |
| Octal | 375 | 346 | 146 | 0 | 11 | 74 | 1 | 63 | 141 | 106 |
| Binary | 11111101 | 11100110 | 1100110 | 0 | 1001 | 111100 | 1 | 110011 | 1100001 | 1000110 |
Color Harmonies of #FDE666
Complementary color
Monochromatic Colors of #FDE666
Black with #FDE666
Text Example
Text Example
White with #FDE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE666; }
p { color: rgb(253,230,102); }
H1.HeaderClassName
{
color: #FDE666;
}
.AnyTagClassName
{
color: #FDE666;
}
</style>
background-color css
<style>
a { background-color: #FDE666; }
a { background-color: rgb(253,230,102); }
div.DivClassName
{
background-color: #FDE666;
}
.BgClassName
{
background-color: #FDE666;
}
</style>
border-color css
<style>
span { border-color: #FDE666; }
span { border-color: rgb(253,230,102); }
td.TdClassName
{
border-color: #FDE666;
}
.TagClassName
{
border-color: #FDE666;
}
</style>