Shades of Corn #FDF65E
Tints of Corn #FDF65E
RGB
CMYK
RGB Variations
Color information
#FDF65E (or 0xFDF65E) is known color: Corn. HEX triplet: FD, F6 and 5E. RGB value is (253,246,94). Sum of RGB (Red+Green+Blue) = 253+246+94=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 94 (37.11% from 255 or 15.85% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65E is #0209A1. Grayscale: #E7E7E7. Windows color (decimal): -133538 or 6223613. OLE color: 6223613.
HSL color Cylindrical-coordinate representation of color #FDF65E: hue angle of 57.36º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDF65E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 94 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.01 |
| HSL | 57.36º | 0.98% | 0.68% | - |
| HSV(B) | 57.36º | 0.63% | 0.99% | - |
| XYZ | 75.48 | 87.6 | 23.52 | - |
| YUV | 230.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 94 | 0 | 0.03 | 0.63 | 0.01 | 57.36 | 0.98 | 0.68 |
| Hex | FD | F6 | 5E | 0 | 3 | 3F | 1 | 39 | 62 | 44 |
| Octal | 375 | 366 | 136 | 0 | 3 | 77 | 1 | 71 | 142 | 104 |
| Binary | 11111101 | 11110110 | 1011110 | 0 | 11 | 111111 | 1 | 111001 | 1100010 | 1000100 |
Color Harmonies of #FDF65E
Complementary color
Monochromatic Colors of #FDF65E
Black with #FDF65E
Text Example
Text Example
White with #FDF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF65E; }
p { color: rgb(253,246,94); }
H1.HeaderClassName
{
color: #FDF65E;
}
.AnyTagClassName
{
color: #FDF65E;
}
</style>
background-color css
<style>
a { background-color: #FDF65E; }
a { background-color: rgb(253,246,94); }
div.DivClassName
{
background-color: #FDF65E;
}
.BgClassName
{
background-color: #FDF65E;
}
</style>
border-color css
<style>
span { border-color: #FDF65E; }
span { border-color: rgb(253,246,94); }
td.TdClassName
{
border-color: #FDF65E;
}
.TagClassName
{
border-color: #FDF65E;
}
</style>