Shades of Corn #FDF75D
Tints of Corn #FDF75D
RGB
CMYK
RGB Variations
Color information
#FDF75D (or 0xFDF75D) is known color: Corn. HEX triplet: FD, F7 and 5D. RGB value is (253,247,93). Sum of RGB (Red+Green+Blue) = 253+247+93=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 93 (36.72% from 255 or 15.68% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF75D is #0208A2. Grayscale: #E7E7E7. Windows color (decimal): -133283 or 6158333. OLE color: 6158333.
HSL color Cylindrical-coordinate representation of color #FDF75D: hue angle of 57.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDF75D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.01 |
| HSL | 57.75º | 0.98% | 0.68% | - |
| HSV(B) | 57.75º | 0.63% | 0.99% | - |
| XYZ | 75.74 | 88.19 | 23.39 | - |
| YUV | 231.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 93 | 0 | 0.02 | 0.63 | 0.01 | 57.75 | 0.98 | 0.68 |
| Hex | FD | F7 | 5D | 0 | 2 | 3F | 1 | 3A | 62 | 44 |
| Octal | 375 | 367 | 135 | 0 | 2 | 77 | 1 | 72 | 142 | 104 |
| Binary | 11111101 | 11110111 | 1011101 | 0 | 10 | 111111 | 1 | 111010 | 1100010 | 1000100 |
Color Harmonies of #FDF75D
Complementary color
Monochromatic Colors of #FDF75D
Black with #FDF75D
Text Example
Text Example
White with #FDF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF75D; }
p { color: rgb(253,247,93); }
H1.HeaderClassName
{
color: #FDF75D;
}
.AnyTagClassName
{
color: #FDF75D;
}
</style>
background-color css
<style>
a { background-color: #FDF75D; }
a { background-color: rgb(253,247,93); }
div.DivClassName
{
background-color: #FDF75D;
}
.BgClassName
{
background-color: #FDF75D;
}
</style>
border-color css
<style>
span { border-color: #FDF75D; }
span { border-color: rgb(253,247,93); }
td.TdClassName
{
border-color: #FDF75D;
}
.TagClassName
{
border-color: #FDF75D;
}
</style>