Shades of Corn #FDF25B
Tints of Corn #FDF25B
RGB
CMYK
RGB Variations
Color information
#FDF25B (or 0xFDF25B) is known color: Corn. HEX triplet: FD, F2 and 5B. RGB value is (253,242,91). Sum of RGB (Red+Green+Blue) = 253+242+91=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 91 (35.94% from 255 or 15.53% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF25B is #020DA4. Grayscale: #E4E4E4. Windows color (decimal): -134565 or 6025981. OLE color: 6025981.
HSL color Cylindrical-coordinate representation of color #FDF25B: hue angle of 55.93º 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 #FDF25B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 91 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.01 |
| HSL | 55.93º | 0.98% | 0.67% | - |
| HSV(B) | 55.93º | 0.64% | 0.99% | - |
| XYZ | 74.15 | 85.14 | 22.42 | - |
| YUV | 228.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 91 | 0 | 0.04 | 0.64 | 0.01 | 55.93 | 0.98 | 0.67 |
| Hex | FD | F2 | 5B | 0 | 4 | 40 | 1 | 38 | 62 | 43 |
| Octal | 375 | 362 | 133 | 0 | 4 | 100 | 1 | 70 | 142 | 103 |
| Binary | 11111101 | 11110010 | 1011011 | 0 | 100 | 1000000 | 1 | 111000 | 1100010 | 1000011 |
Color Harmonies of #FDF25B
Complementary color
Monochromatic Colors of #FDF25B
Black with #FDF25B
Text Example
Text Example
White with #FDF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF25B; }
p { color: rgb(253,242,91); }
H1.HeaderClassName
{
color: #FDF25B;
}
.AnyTagClassName
{
color: #FDF25B;
}
</style>
background-color css
<style>
a { background-color: #FDF25B; }
a { background-color: rgb(253,242,91); }
div.DivClassName
{
background-color: #FDF25B;
}
.BgClassName
{
background-color: #FDF25B;
}
</style>
border-color css
<style>
span { border-color: #FDF25B; }
span { border-color: rgb(253,242,91); }
td.TdClassName
{
border-color: #FDF25B;
}
.TagClassName
{
border-color: #FDF25B;
}
</style>