Shades of Corn #FDE65F
Tints of Corn #FDE65F
RGB
CMYK
RGB Variations
Color information
#FDE65F (or 0xFDE65F) is known color: Corn. HEX triplet: FD, E6 and 5F. RGB value is (253,230,95). Sum of RGB (Red+Green+Blue) = 253+230+95=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 95 (37.5% from 255 or 16.44% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE65F is #0219A0. Grayscale: #DEDEDE. Windows color (decimal): -137633 or 6285053. OLE color: 6285053.
HSL color Cylindrical-coordinate representation of color #FDE65F: hue angle of 51.27º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDE65F is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 95 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.01 |
| HSL | 51.27º | 0.98% | 0.68% | - |
| HSV(B) | 51.27º | 0.62% | 0.99% | - |
| XYZ | 70.87 | 78.3 | 22.21 | - |
| YUV | 221.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 95 | 0 | 0.09 | 0.62 | 0.01 | 51.27 | 0.98 | 0.68 |
| Hex | FD | E6 | 5F | 0 | 9 | 3E | 1 | 33 | 62 | 44 |
| Octal | 375 | 346 | 137 | 0 | 11 | 76 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100110 | 1011111 | 0 | 1001 | 111110 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE65F
Complementary color
Monochromatic Colors of #FDE65F
Black with #FDE65F
Text Example
Text Example
White with #FDE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE65F; }
p { color: rgb(253,230,95); }
H1.HeaderClassName
{
color: #FDE65F;
}
.AnyTagClassName
{
color: #FDE65F;
}
</style>
background-color css
<style>
a { background-color: #FDE65F; }
a { background-color: rgb(253,230,95); }
div.DivClassName
{
background-color: #FDE65F;
}
.BgClassName
{
background-color: #FDE65F;
}
</style>
border-color css
<style>
span { border-color: #FDE65F; }
span { border-color: rgb(253,230,95); }
td.TdClassName
{
border-color: #FDE65F;
}
.TagClassName
{
border-color: #FDE65F;
}
</style>