Shades of Corn #FEF362
Tints of Corn #FEF362
RGB
CMYK
RGB Variations
Color information
#FEF362 (or 0xFEF362) is known color: Corn. HEX triplet: FE, F3 and 62. RGB value is (254,243,98). Sum of RGB (Red+Green+Blue) = 254+243+98=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF362 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF362 is #010C9D. Grayscale: #E6E6E6. Windows color (decimal): -68766 or 6484990. OLE color: 6484990.
HSL color Cylindrical-coordinate representation of color #FEF362: hue angle of 55.77º 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 #FEF362 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.00 |
| HSL | 55.77º | 0.99% | 0.69% | - |
| HSV(B) | 55.77º | 0.61% | 1% | - |
| XYZ | 75.13 | 86.05 | 24.21 | - |
| YUV | 229.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 98 | 0 | 0.04 | 0.61 | 0.00 | 55.77 | 0.99 | 0.69 |
| Hex | FE | F3 | 62 | 0 | 4 | 3D | 0 | 38 | 63 | 45 |
| Octal | 376 | 363 | 142 | 0 | 4 | 75 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110011 | 1100010 | 0 | 100 | 111101 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF362
Complementary color
Monochromatic Colors of #FEF362
Black with #FEF362
Text Example
Text Example
White with #FEF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF362; }
p { color: rgb(254,243,98); }
H1.HeaderClassName
{
color: #FEF362;
}
.AnyTagClassName
{
color: #FEF362;
}
</style>
background-color css
<style>
a { background-color: #FEF362; }
a { background-color: rgb(254,243,98); }
div.DivClassName
{
background-color: #FEF362;
}
.BgClassName
{
background-color: #FEF362;
}
</style>
border-color css
<style>
span { border-color: #FEF362; }
span { border-color: rgb(254,243,98); }
td.TdClassName
{
border-color: #FEF362;
}
.TagClassName
{
border-color: #FEF362;
}
</style>