Shades of Corn #FDF857
Tints of Corn #FDF857
RGB
CMYK
RGB Variations
Color information
#FDF857 (or 0xFDF857) is known color: Corn. HEX triplet: FD, F8 and 57. RGB value is (253,248,87). Sum of RGB (Red+Green+Blue) = 253+248+87=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 87 (34.38% from 255 or 14.80% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF857 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF857 is #0207A8. Grayscale: #E7E7E7. Windows color (decimal): -133033 or 5765373. OLE color: 5765373.
HSL color Cylindrical-coordinate representation of color #FDF857: hue angle of 58.19º 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 #FDF857 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 87 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.01 |
| HSL | 58.19º | 0.98% | 0.67% | - |
| HSV(B) | 58.19º | 0.66% | 0.99% | - |
| XYZ | 75.8 | 88.71 | 22.14 | - |
| YUV | 231.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 87 | 0 | 0.02 | 0.66 | 0.01 | 58.19 | 0.98 | 0.67 |
| Hex | FD | F8 | 57 | 0 | 2 | 42 | 1 | 3A | 62 | 43 |
| Octal | 375 | 370 | 127 | 0 | 2 | 102 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11111000 | 1010111 | 0 | 10 | 1000010 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF857
Complementary color
Monochromatic Colors of #FDF857
Black with #FDF857
Text Example
Text Example
White with #FDF857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF857; }
p { color: rgb(253,248,87); }
H1.HeaderClassName
{
color: #FDF857;
}
.AnyTagClassName
{
color: #FDF857;
}
</style>
background-color css
<style>
a { background-color: #FDF857; }
a { background-color: rgb(253,248,87); }
div.DivClassName
{
background-color: #FDF857;
}
.BgClassName
{
background-color: #FDF857;
}
</style>
border-color css
<style>
span { border-color: #FDF857; }
span { border-color: rgb(253,248,87); }
td.TdClassName
{
border-color: #FDF857;
}
.TagClassName
{
border-color: #FDF857;
}
</style>