Shades of Corn #FDF258
Tints of Corn #FDF258
RGB
CMYK
RGB Variations
Color information
#FDF258 (or 0xFDF258) is known color: Corn. HEX triplet: FD, F2 and 58. RGB value is (253,242,88). Sum of RGB (Red+Green+Blue) = 253+242+88=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 88 (34.77% from 255 or 15.09% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF258 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF258 is #020DA7. Grayscale: #E4E4E4. Windows color (decimal): -134568 or 5829373. OLE color: 5829373.
HSL color Cylindrical-coordinate representation of color #FDF258: hue angle of 56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDF258 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 88 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.01 |
| HSL | 56º | 0.98% | 0.67% | - |
| HSV(B) | 56º | 0.65% | 0.99% | - |
| XYZ | 74.02 | 85.09 | 21.76 | - |
| YUV | 227.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 88 | 0 | 0.04 | 0.65 | 0.01 | 56 | 0.98 | 0.67 |
| Hex | FD | F2 | 58 | 0 | 4 | 41 | 1 | 38 | 62 | 43 |
| Octal | 375 | 362 | 130 | 0 | 4 | 101 | 1 | 70 | 142 | 103 |
| Binary | 11111101 | 11110010 | 1011000 | 0 | 100 | 1000001 | 1 | 111000 | 1100010 | 1000011 |
Color Harmonies of #FDF258
Complementary color
Monochromatic Colors of #FDF258
Black with #FDF258
Text Example
Text Example
White with #FDF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF258; }
p { color: rgb(253,242,88); }
H1.HeaderClassName
{
color: #FDF258;
}
.AnyTagClassName
{
color: #FDF258;
}
</style>
background-color css
<style>
a { background-color: #FDF258; }
a { background-color: rgb(253,242,88); }
div.DivClassName
{
background-color: #FDF258;
}
.BgClassName
{
background-color: #FDF258;
}
</style>
border-color css
<style>
span { border-color: #FDF258; }
span { border-color: rgb(253,242,88); }
td.TdClassName
{
border-color: #FDF258;
}
.TagClassName
{
border-color: #FDF258;
}
</style>