Shades of Corn #FDF25E
Tints of Corn #FDF25E
RGB
CMYK
RGB Variations
Color information
#FDF25E (or 0xFDF25E) is known color: Corn. HEX triplet: FD, F2 and 5E. RGB value is (253,242,94). Sum of RGB (Red+Green+Blue) = 253+242+94=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 94 (37.11% from 255 or 15.96% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF25E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF25E is #020DA1. Grayscale: #E5E5E5. Windows color (decimal): -134562 or 6222589. OLE color: 6222589.
HSL color Cylindrical-coordinate representation of color #FDF25E: hue angle of 55.85º 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 #FDF25E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 55.85º | 0.98% | 0.68% | - |
| HSV(B) | 55.85º | 0.63% | 0.99% | - |
| XYZ | 74.28 | 85.2 | 23.12 | - |
| YUV | 228.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 94 | 0 | 0.04 | 0.63 | 0.01 | 55.85 | 0.98 | 0.68 |
| Hex | FD | F2 | 5E | 0 | 4 | 3F | 1 | 38 | 62 | 44 |
| Octal | 375 | 362 | 136 | 0 | 4 | 77 | 1 | 70 | 142 | 104 |
| Binary | 11111101 | 11110010 | 1011110 | 0 | 100 | 111111 | 1 | 111000 | 1100010 | 1000100 |
Color Harmonies of #FDF25E
Complementary color
Monochromatic Colors of #FDF25E
Black with #FDF25E
Text Example
Text Example
White with #FDF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF25E; }
p { color: rgb(253,242,94); }
H1.HeaderClassName
{
color: #FDF25E;
}
.AnyTagClassName
{
color: #FDF25E;
}
</style>
background-color css
<style>
a { background-color: #FDF25E; }
a { background-color: rgb(253,242,94); }
div.DivClassName
{
background-color: #FDF25E;
}
.BgClassName
{
background-color: #FDF25E;
}
</style>
border-color css
<style>
span { border-color: #FDF25E; }
span { border-color: rgb(253,242,94); }
td.TdClassName
{
border-color: #FDF25E;
}
.TagClassName
{
border-color: #FDF25E;
}
</style>