Shades of Corn #FDF85A
Tints of Corn #FDF85A
RGB
CMYK
RGB Variations
Color information
#FDF85A (or 0xFDF85A) is known color: Corn. HEX triplet: FD, F8 and 5A. RGB value is (253,248,90). Sum of RGB (Red+Green+Blue) = 253+248+90=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 90 (35.55% from 255 or 15.23% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85A is #0207A5. Grayscale: #E8E8E8. Windows color (decimal): -133030 or 5961981. OLE color: 5961981.
HSL color Cylindrical-coordinate representation of color #FDF85A: hue angle of 58.16º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF85A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 90 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.01 |
| HSL | 58.16º | 0.98% | 0.67% | - |
| HSV(B) | 58.16º | 0.64% | 0.99% | - |
| XYZ | 75.92 | 88.76 | 22.8 | - |
| YUV | 231.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 90 | 0 | 0.02 | 0.64 | 0.01 | 58.16 | 0.98 | 0.67 |
| Hex | FD | F8 | 5A | 0 | 2 | 40 | 1 | 3A | 62 | 43 |
| Octal | 375 | 370 | 132 | 0 | 2 | 100 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11111000 | 1011010 | 0 | 10 | 1000000 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF85A
Complementary color
Monochromatic Colors of #FDF85A
Black with #FDF85A
Text Example
Text Example
White with #FDF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF85A; }
p { color: rgb(253,248,90); }
H1.HeaderClassName
{
color: #FDF85A;
}
.AnyTagClassName
{
color: #FDF85A;
}
</style>
background-color css
<style>
a { background-color: #FDF85A; }
a { background-color: rgb(253,248,90); }
div.DivClassName
{
background-color: #FDF85A;
}
.BgClassName
{
background-color: #FDF85A;
}
</style>
border-color css
<style>
span { border-color: #FDF85A; }
span { border-color: rgb(253,248,90); }
td.TdClassName
{
border-color: #FDF85A;
}
.TagClassName
{
border-color: #FDF85A;
}
</style>