Shades of Corn #FDF05C
Tints of Corn #FDF05C
RGB
CMYK
RGB Variations
Color information
#FDF05C (or 0xFDF05C) is known color: Corn. HEX triplet: FD, F0 and 5C. RGB value is (253,240,92). Sum of RGB (Red+Green+Blue) = 253+240+92=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF05C is #020FA3. Grayscale: #E3E3E3. Windows color (decimal): -135076 or 6091005. OLE color: 6091005.
HSL color Cylindrical-coordinate representation of color #FDF05C: hue angle of 55.16º 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 #FDF05C is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 92 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.01 |
| HSL | 55.16º | 0.98% | 0.68% | - |
| HSV(B) | 55.16º | 0.64% | 0.99% | - |
| XYZ | 73.6 | 83.98 | 22.45 | - |
| YUV | 227.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 92 | 0 | 0.05 | 0.64 | 0.01 | 55.16 | 0.98 | 0.68 |
| Hex | FD | F0 | 5C | 0 | 5 | 40 | 1 | 37 | 62 | 44 |
| Octal | 375 | 360 | 134 | 0 | 5 | 100 | 1 | 67 | 142 | 104 |
| Binary | 11111101 | 11110000 | 1011100 | 0 | 101 | 1000000 | 1 | 110111 | 1100010 | 1000100 |
Color Harmonies of #FDF05C
Complementary color
Monochromatic Colors of #FDF05C
Black with #FDF05C
Text Example
Text Example
White with #FDF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF05C; }
p { color: rgb(253,240,92); }
H1.HeaderClassName
{
color: #FDF05C;
}
.AnyTagClassName
{
color: #FDF05C;
}
</style>
background-color css
<style>
a { background-color: #FDF05C; }
a { background-color: rgb(253,240,92); }
div.DivClassName
{
background-color: #FDF05C;
}
.BgClassName
{
background-color: #FDF05C;
}
</style>
border-color css
<style>
span { border-color: #FDF05C; }
span { border-color: rgb(253,240,92); }
td.TdClassName
{
border-color: #FDF05C;
}
.TagClassName
{
border-color: #FDF05C;
}
</style>