Shades of Corn #FEF260
Tints of Corn #FEF260
RGB
CMYK
RGB Variations
Color information
#FEF260 (or 0xFEF260) is known color: Corn. HEX triplet: FE, F2 and 60. RGB value is (254,242,96). Sum of RGB (Red+Green+Blue) = 254+242+96=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 96 (37.89% from 255 or 16.22% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF260 is #010D9F. Grayscale: #E5E5E5. Windows color (decimal): -69024 or 6353662. OLE color: 6353662.
HSL color Cylindrical-coordinate representation of color #FEF260: hue angle of 55.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEF260 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 96 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.00 |
| HSL | 55.44º | 0.99% | 0.69% | - |
| HSV(B) | 55.44º | 0.62% | 1% | - |
| XYZ | 74.74 | 85.42 | 23.61 | - |
| YUV | 228.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 96 | 0 | 0.05 | 0.62 | 0.00 | 55.44 | 0.99 | 0.69 |
| Hex | FE | F2 | 60 | 0 | 5 | 3E | 0 | 37 | 63 | 45 |
| Octal | 376 | 362 | 140 | 0 | 5 | 76 | 0 | 67 | 143 | 105 |
| Binary | 11111110 | 11110010 | 1100000 | 0 | 101 | 111110 | 0 | 110111 | 1100011 | 1000101 |
Color Harmonies of #FEF260
Complementary color
Monochromatic Colors of #FEF260
Black with #FEF260
Text Example
Text Example
White with #FEF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF260; }
p { color: rgb(254,242,96); }
H1.HeaderClassName
{
color: #FEF260;
}
.AnyTagClassName
{
color: #FEF260;
}
</style>
background-color css
<style>
a { background-color: #FEF260; }
a { background-color: rgb(254,242,96); }
div.DivClassName
{
background-color: #FEF260;
}
.BgClassName
{
background-color: #FEF260;
}
</style>
border-color css
<style>
span { border-color: #FEF260; }
span { border-color: rgb(254,242,96); }
td.TdClassName
{
border-color: #FEF260;
}
.TagClassName
{
border-color: #FEF260;
}
</style>