Shades of Corn #FDF260
Tints of Corn #FDF260
RGB
CMYK
RGB Variations
Color information
#FDF260 (or 0xFDF260) is known color: Corn. HEX triplet: FD, F2 and 60. RGB value is (253,242,96). Sum of RGB (Red+Green+Blue) = 253+242+96=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 96 (37.89% from 255 or 16.24% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF260 is #020D9F. Grayscale: #E5E5E5. Windows color (decimal): -134560 or 6353661. OLE color: 6353661.
HSL color Cylindrical-coordinate representation of color #FDF260: hue angle of 55.8º 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 #FDF260 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.01 |
| HSL | 55.8º | 0.98% | 0.68% | - |
| HSV(B) | 55.8º | 0.62% | 0.99% | - |
| XYZ | 74.37 | 85.23 | 23.6 | - |
| YUV | 228.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 96 | 0 | 0.04 | 0.62 | 0.01 | 55.8 | 0.98 | 0.68 |
| Hex | FD | F2 | 60 | 0 | 4 | 3E | 1 | 38 | 62 | 44 |
| Octal | 375 | 362 | 140 | 0 | 4 | 76 | 1 | 70 | 142 | 104 |
| Binary | 11111101 | 11110010 | 1100000 | 0 | 100 | 111110 | 1 | 111000 | 1100010 | 1000100 |
Color Harmonies of #FDF260
Complementary color
Monochromatic Colors of #FDF260
Black with #FDF260
Text Example
Text Example
White with #FDF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF260; }
p { color: rgb(253,242,96); }
H1.HeaderClassName
{
color: #FDF260;
}
.AnyTagClassName
{
color: #FDF260;
}
</style>
background-color css
<style>
a { background-color: #FDF260; }
a { background-color: rgb(253,242,96); }
div.DivClassName
{
background-color: #FDF260;
}
.BgClassName
{
background-color: #FDF260;
}
</style>
border-color css
<style>
span { border-color: #FDF260; }
span { border-color: rgb(253,242,96); }
td.TdClassName
{
border-color: #FDF260;
}
.TagClassName
{
border-color: #FDF260;
}
</style>