Shades of Corn #FDF457
Tints of Corn #FDF457
RGB
CMYK
RGB Variations
Color information
#FDF457 (or 0xFDF457) is known color: Corn. HEX triplet: FD, F4 and 57. RGB value is (253,244,87). Sum of RGB (Red+Green+Blue) = 253+244+87=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 87 (34.38% from 255 or 14.90% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF457 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF457 is #020BA8. Grayscale: #E5E5E5. Windows color (decimal): -134057 or 5764349. OLE color: 5764349.
HSL color Cylindrical-coordinate representation of color #FDF457: hue angle of 56.75º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDF457 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 87 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.75º | 0.98% | 0.67% | - |
| HSV(B) | 56.75º | 0.66% | 0.99% | - |
| XYZ | 74.58 | 86.27 | 21.74 | - |
| YUV | 228.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 87 | 0 | 0.04 | 0.66 | 0.01 | 56.75 | 0.98 | 0.67 |
| Hex | FD | F4 | 57 | 0 | 4 | 42 | 1 | 39 | 62 | 43 |
| Octal | 375 | 364 | 127 | 0 | 4 | 102 | 1 | 71 | 142 | 103 |
| Binary | 11111101 | 11110100 | 1010111 | 0 | 100 | 1000010 | 1 | 111001 | 1100010 | 1000011 |
Color Harmonies of #FDF457
Complementary color
Monochromatic Colors of #FDF457
Black with #FDF457
Text Example
Text Example
White with #FDF457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF457; }
p { color: rgb(253,244,87); }
H1.HeaderClassName
{
color: #FDF457;
}
.AnyTagClassName
{
color: #FDF457;
}
</style>
background-color css
<style>
a { background-color: #FDF457; }
a { background-color: rgb(253,244,87); }
div.DivClassName
{
background-color: #FDF457;
}
.BgClassName
{
background-color: #FDF457;
}
</style>
border-color css
<style>
span { border-color: #FDF457; }
span { border-color: rgb(253,244,87); }
td.TdClassName
{
border-color: #FDF457;
}
.TagClassName
{
border-color: #FDF457;
}
</style>