Shades of Corn #FDF957
Tints of Corn #FDF957
RGB
CMYK
RGB Variations
Color information
#FDF957 (or 0xFDF957) is known color: Corn. HEX triplet: FD, F9 and 57. RGB value is (253,249,87). Sum of RGB (Red+Green+Blue) = 253+249+87=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 87 (34.38% from 255 or 14.77% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF957 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF957 is #0206A8. Grayscale: #E8E8E8. Windows color (decimal): -132777 or 5765629. OLE color: 5765629.
HSL color Cylindrical-coordinate representation of color #FDF957: hue angle of 58.55º 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 #FDF957 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 87 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.01 |
| HSL | 58.55º | 0.98% | 0.67% | - |
| HSV(B) | 58.55º | 0.66% | 0.99% | - |
| XYZ | 76.1 | 89.32 | 22.25 | - |
| YUV | 231.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 87 | 0 | 0.02 | 0.66 | 0.01 | 58.55 | 0.98 | 0.67 |
| Hex | FD | F9 | 57 | 0 | 2 | 42 | 1 | 3B | 62 | 43 |
| Octal | 375 | 371 | 127 | 0 | 2 | 102 | 1 | 73 | 142 | 103 |
| Binary | 11111101 | 11111001 | 1010111 | 0 | 10 | 1000010 | 1 | 111011 | 1100010 | 1000011 |
Color Harmonies of #FDF957
Complementary color
Monochromatic Colors of #FDF957
Black with #FDF957
Text Example
Text Example
White with #FDF957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF957; }
p { color: rgb(253,249,87); }
H1.HeaderClassName
{
color: #FDF957;
}
.AnyTagClassName
{
color: #FDF957;
}
</style>
background-color css
<style>
a { background-color: #FDF957; }
a { background-color: rgb(253,249,87); }
div.DivClassName
{
background-color: #FDF957;
}
.BgClassName
{
background-color: #FDF957;
}
</style>
border-color css
<style>
span { border-color: #FDF957; }
span { border-color: rgb(253,249,87); }
td.TdClassName
{
border-color: #FDF957;
}
.TagClassName
{
border-color: #FDF957;
}
</style>