Shades of Corn #FDF359
Tints of Corn #FDF359
RGB
CMYK
RGB Variations
Color information
#FDF359 (or 0xFDF359) is known color: Corn. HEX triplet: FD, F3 and 59. RGB value is (253,243,89). Sum of RGB (Red+Green+Blue) = 253+243+89=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 89 (35.16% from 255 or 15.21% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF359 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF359 is #020CA6. Grayscale: #E5E5E5. Windows color (decimal): -134311 or 5895165. OLE color: 5895165.
HSL color Cylindrical-coordinate representation of color #FDF359: hue angle of 56.34º 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 #FDF359 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 89 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.01 |
| HSL | 56.34º | 0.98% | 0.67% | - |
| HSV(B) | 56.34º | 0.65% | 0.99% | - |
| XYZ | 74.36 | 85.71 | 22.07 | - |
| YUV | 228.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 89 | 0 | 0.04 | 0.65 | 0.01 | 56.34 | 0.98 | 0.67 |
| Hex | FD | F3 | 59 | 0 | 4 | 41 | 1 | 38 | 62 | 43 |
| Octal | 375 | 363 | 131 | 0 | 4 | 101 | 1 | 70 | 142 | 103 |
| Binary | 11111101 | 11110011 | 1011001 | 0 | 100 | 1000001 | 1 | 111000 | 1100010 | 1000011 |
Color Harmonies of #FDF359
Complementary color
Monochromatic Colors of #FDF359
Black with #FDF359
Text Example
Text Example
White with #FDF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF359; }
p { color: rgb(253,243,89); }
H1.HeaderClassName
{
color: #FDF359;
}
.AnyTagClassName
{
color: #FDF359;
}
</style>
background-color css
<style>
a { background-color: #FDF359; }
a { background-color: rgb(253,243,89); }
div.DivClassName
{
background-color: #FDF359;
}
.BgClassName
{
background-color: #FDF359;
}
</style>
border-color css
<style>
span { border-color: #FDF359; }
span { border-color: rgb(253,243,89); }
td.TdClassName
{
border-color: #FDF359;
}
.TagClassName
{
border-color: #FDF359;
}
</style>