Shades of Corn #FDF75C
Tints of Corn #FDF75C
RGB
CMYK
RGB Variations
Color information
#FDF75C (or 0xFDF75C) is known color: Corn. HEX triplet: FD, F7 and 5C. RGB value is (253,247,92). Sum of RGB (Red+Green+Blue) = 253+247+92=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 92 (36.33% from 255 or 15.54% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF75C is #0208A3. Grayscale: #E7E7E7. Windows color (decimal): -133284 or 6092797. OLE color: 6092797.
HSL color Cylindrical-coordinate representation of color #FDF75C: hue angle of 57.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF75C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 92 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.01 |
| HSL | 57.76º | 0.98% | 0.68% | - |
| HSV(B) | 57.76º | 0.64% | 0.99% | - |
| XYZ | 75.7 | 88.18 | 23.16 | - |
| YUV | 231.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 92 | 0 | 0.02 | 0.64 | 0.01 | 57.76 | 0.98 | 0.68 |
| Hex | FD | F7 | 5C | 0 | 2 | 40 | 1 | 3A | 62 | 44 |
| Octal | 375 | 367 | 134 | 0 | 2 | 100 | 1 | 72 | 142 | 104 |
| Binary | 11111101 | 11110111 | 1011100 | 0 | 10 | 1000000 | 1 | 111010 | 1100010 | 1000100 |
Color Harmonies of #FDF75C
Complementary color
Monochromatic Colors of #FDF75C
Black with #FDF75C
Text Example
Text Example
White with #FDF75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF75C; }
p { color: rgb(253,247,92); }
H1.HeaderClassName
{
color: #FDF75C;
}
.AnyTagClassName
{
color: #FDF75C;
}
</style>
background-color css
<style>
a { background-color: #FDF75C; }
a { background-color: rgb(253,247,92); }
div.DivClassName
{
background-color: #FDF75C;
}
.BgClassName
{
background-color: #FDF75C;
}
</style>
border-color css
<style>
span { border-color: #FDF75C; }
span { border-color: rgb(253,247,92); }
td.TdClassName
{
border-color: #FDF75C;
}
.TagClassName
{
border-color: #FDF75C;
}
</style>