Shades of Corn #FDF357
Tints of Corn #FDF357
RGB
CMYK
RGB Variations
Color information
#FDF357 (or 0xFDF357) is known color: Corn. HEX triplet: FD, F3 and 57. RGB value is (253,243,87). Sum of RGB (Red+Green+Blue) = 253+243+87=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 87 (34.38% from 255 or 14.92% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF357 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF357 is #020CA8. Grayscale: #E4E4E4. Windows color (decimal): -134313 or 5764093. OLE color: 5764093.
HSL color Cylindrical-coordinate representation of color #FDF357: hue angle of 56.39º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDF357 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 87 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.39º | 0.98% | 0.67% | - |
| HSV(B) | 56.39º | 0.66% | 0.99% | - |
| XYZ | 74.28 | 85.67 | 21.64 | - |
| YUV | 228.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 87 | 0 | 0.04 | 0.66 | 0.01 | 56.39 | 0.98 | 0.67 |
| Hex | FD | F3 | 57 | 0 | 4 | 42 | 1 | 38 | 62 | 43 |
| Octal | 375 | 363 | 127 | 0 | 4 | 102 | 1 | 70 | 142 | 103 |
| Binary | 11111101 | 11110011 | 1010111 | 0 | 100 | 1000010 | 1 | 111000 | 1100010 | 1000011 |
Color Harmonies of #FDF357
Complementary color
Monochromatic Colors of #FDF357
Black with #FDF357
Text Example
Text Example
White with #FDF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF357; }
p { color: rgb(253,243,87); }
H1.HeaderClassName
{
color: #FDF357;
}
.AnyTagClassName
{
color: #FDF357;
}
</style>
background-color css
<style>
a { background-color: #FDF357; }
a { background-color: rgb(253,243,87); }
div.DivClassName
{
background-color: #FDF357;
}
.BgClassName
{
background-color: #FDF357;
}
</style>
border-color css
<style>
span { border-color: #FDF357; }
span { border-color: rgb(253,243,87); }
td.TdClassName
{
border-color: #FDF357;
}
.TagClassName
{
border-color: #FDF357;
}
</style>