Shades of Corn #FEF262
Tints of Corn #FEF262
RGB
CMYK
RGB Variations
Color information
#FEF262 (or 0xFEF262) is known color: Corn. HEX triplet: FE, F2 and 62. RGB value is (254,242,98). Sum of RGB (Red+Green+Blue) = 254+242+98=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF262 is #010D9D. Grayscale: #E5E5E5. Windows color (decimal): -69022 or 6484734. OLE color: 6484734.
HSL color Cylindrical-coordinate representation of color #FEF262: hue angle of 55.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF262 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 98 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.00 |
| HSL | 55.38º | 0.99% | 0.69% | - |
| HSV(B) | 55.38º | 0.61% | 1% | - |
| XYZ | 74.83 | 85.46 | 24.11 | - |
| YUV | 229.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 98 | 0 | 0.05 | 0.61 | 0.00 | 55.38 | 0.99 | 0.69 |
| Hex | FE | F2 | 62 | 0 | 5 | 3D | 0 | 37 | 63 | 45 |
| Octal | 376 | 362 | 142 | 0 | 5 | 75 | 0 | 67 | 143 | 105 |
| Binary | 11111110 | 11110010 | 1100010 | 0 | 101 | 111101 | 0 | 110111 | 1100011 | 1000101 |
Color Harmonies of #FEF262
Complementary color
Monochromatic Colors of #FEF262
Black with #FEF262
Text Example
Text Example
White with #FEF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF262; }
p { color: rgb(254,242,98); }
H1.HeaderClassName
{
color: #FEF262;
}
.AnyTagClassName
{
color: #FEF262;
}
</style>
background-color css
<style>
a { background-color: #FEF262; }
a { background-color: rgb(254,242,98); }
div.DivClassName
{
background-color: #FEF262;
}
.BgClassName
{
background-color: #FEF262;
}
</style>
border-color css
<style>
span { border-color: #FEF262; }
span { border-color: rgb(254,242,98); }
td.TdClassName
{
border-color: #FEF262;
}
.TagClassName
{
border-color: #FEF262;
}
</style>