Shades of Corn #FDF25C
Tints of Corn #FDF25C
RGB
CMYK
RGB Variations
Color information
#FDF25C (or 0xFDF25C) is known color: Corn. HEX triplet: FD, F2 and 5C. RGB value is (253,242,92). Sum of RGB (Red+Green+Blue) = 253+242+92=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 92 (36.33% from 255 or 15.67% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF25C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF25C is #020DA3. Grayscale: #E4E4E4. Windows color (decimal): -134564 or 6091517. OLE color: 6091517.
HSL color Cylindrical-coordinate representation of color #FDF25C: hue angle of 55.9º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF25C is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 92 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.01 |
| HSL | 55.9º | 0.98% | 0.68% | - |
| HSV(B) | 55.9º | 0.64% | 0.99% | - |
| XYZ | 74.19 | 85.16 | 22.65 | - |
| YUV | 228.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 92 | 0 | 0.04 | 0.64 | 0.01 | 55.9 | 0.98 | 0.68 |
| Hex | FD | F2 | 5C | 0 | 4 | 40 | 1 | 38 | 62 | 44 |
| Octal | 375 | 362 | 134 | 0 | 4 | 100 | 1 | 70 | 142 | 104 |
| Binary | 11111101 | 11110010 | 1011100 | 0 | 100 | 1000000 | 1 | 111000 | 1100010 | 1000100 |
Color Harmonies of #FDF25C
Complementary color
Monochromatic Colors of #FDF25C
Black with #FDF25C
Text Example
Text Example
White with #FDF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF25C; }
p { color: rgb(253,242,92); }
H1.HeaderClassName
{
color: #FDF25C;
}
.AnyTagClassName
{
color: #FDF25C;
}
</style>
background-color css
<style>
a { background-color: #FDF25C; }
a { background-color: rgb(253,242,92); }
div.DivClassName
{
background-color: #FDF25C;
}
.BgClassName
{
background-color: #FDF25C;
}
</style>
border-color css
<style>
span { border-color: #FDF25C; }
span { border-color: rgb(253,242,92); }
td.TdClassName
{
border-color: #FDF25C;
}
.TagClassName
{
border-color: #FDF25C;
}
</style>