Shades of Corn #FDEF60
Tints of Corn #FDEF60
RGB
CMYK
RGB Variations
Color information
#FDEF60 (or 0xFDEF60) is known color: Corn. HEX triplet: FD, EF and 60. RGB value is (253,239,96). Sum of RGB (Red+Green+Blue) = 253+239+96=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF60 is #02109F. Grayscale: #E3E3E3. Windows color (decimal): -135328 or 6352893. OLE color: 6352893.
HSL color Cylindrical-coordinate representation of color #FDEF60: hue angle of 54.65º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDEF60 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 96 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.01 |
| HSL | 54.65º | 0.98% | 0.68% | - |
| HSV(B) | 54.65º | 0.62% | 0.99% | - |
| XYZ | 73.49 | 83.46 | 23.3 | - |
| YUV | 226.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 96 | 0 | 0.06 | 0.62 | 0.01 | 54.65 | 0.98 | 0.68 |
| Hex | FD | EF | 60 | 0 | 6 | 3E | 1 | 37 | 62 | 44 |
| Octal | 375 | 357 | 140 | 0 | 6 | 76 | 1 | 67 | 142 | 104 |
| Binary | 11111101 | 11101111 | 1100000 | 0 | 110 | 111110 | 1 | 110111 | 1100010 | 1000100 |
Color Harmonies of #FDEF60
Complementary color
Monochromatic Colors of #FDEF60
Black with #FDEF60
Text Example
Text Example
White with #FDEF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF60; }
p { color: rgb(253,239,96); }
H1.HeaderClassName
{
color: #FDEF60;
}
.AnyTagClassName
{
color: #FDEF60;
}
</style>
background-color css
<style>
a { background-color: #FDEF60; }
a { background-color: rgb(253,239,96); }
div.DivClassName
{
background-color: #FDEF60;
}
.BgClassName
{
background-color: #FDEF60;
}
</style>
border-color css
<style>
span { border-color: #FDEF60; }
span { border-color: rgb(253,239,96); }
td.TdClassName
{
border-color: #FDEF60;
}
.TagClassName
{
border-color: #FDEF60;
}
</style>