Shades of Corn #FDE665
Tints of Corn #FDE665
RGB
CMYK
RGB Variations
Color information
#FDE665 (or 0xFDE665) is known color: Corn. HEX triplet: FD, E6 and 65. RGB value is (253,230,101). Sum of RGB (Red+Green+Blue) = 253+230+101=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 101 (39.84% from 255 or 17.29% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE665 is #02199A. Grayscale: #DEDEDE. Windows color (decimal): -137627 or 6678269. OLE color: 6678269.
HSL color Cylindrical-coordinate representation of color #FDE665: hue angle of 50.92º 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 #FDE665 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 101 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.01 |
| HSL | 50.92º | 0.97% | 0.69% | - |
| HSV(B) | 50.92º | 0.6% | 0.99% | - |
| XYZ | 71.15 | 78.42 | 23.7 | - |
| YUV | 222.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 101 | 0 | 0.09 | 0.60 | 0.01 | 50.92 | 0.97 | 0.69 |
| Hex | FD | E6 | 65 | 0 | 9 | 3C | 1 | 33 | 61 | 45 |
| Octal | 375 | 346 | 145 | 0 | 11 | 74 | 1 | 63 | 141 | 105 |
| Binary | 11111101 | 11100110 | 1100101 | 0 | 1001 | 111100 | 1 | 110011 | 1100001 | 1000101 |
Color Harmonies of #FDE665
Complementary color
Monochromatic Colors of #FDE665
Black with #FDE665
Text Example
Text Example
White with #FDE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE665; }
p { color: rgb(253,230,101); }
H1.HeaderClassName
{
color: #FDE665;
}
.AnyTagClassName
{
color: #FDE665;
}
</style>
background-color css
<style>
a { background-color: #FDE665; }
a { background-color: rgb(253,230,101); }
div.DivClassName
{
background-color: #FDE665;
}
.BgClassName
{
background-color: #FDE665;
}
</style>
border-color css
<style>
span { border-color: #FDE665; }
span { border-color: rgb(253,230,101); }
td.TdClassName
{
border-color: #FDE665;
}
.TagClassName
{
border-color: #FDE665;
}
</style>