Shades of Corn #FEF361
Tints of Corn #FEF361
RGB
CMYK
RGB Variations
Color information
#FEF361 (or 0xFEF361) is known color: Corn. HEX triplet: FE, F3 and 61. RGB value is (254,243,97). Sum of RGB (Red+Green+Blue) = 254+243+97=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF361 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF361 is #010C9E. Grayscale: #E6E6E6. Windows color (decimal): -68767 or 6419454. OLE color: 6419454.
HSL color Cylindrical-coordinate representation of color #FEF361: hue angle of 55.8º 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 #FEF361 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 97 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.00 |
| HSL | 55.8º | 0.99% | 0.69% | - |
| HSV(B) | 55.8º | 0.62% | 1% | - |
| XYZ | 75.08 | 86.04 | 23.96 | - |
| YUV | 229.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 97 | 0 | 0.04 | 0.62 | 0.00 | 55.8 | 0.99 | 0.69 |
| Hex | FE | F3 | 61 | 0 | 4 | 3E | 0 | 38 | 63 | 45 |
| Octal | 376 | 363 | 141 | 0 | 4 | 76 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110011 | 1100001 | 0 | 100 | 111110 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF361
Complementary color
Monochromatic Colors of #FEF361
Black with #FEF361
Text Example
Text Example
White with #FEF361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF361; }
p { color: rgb(254,243,97); }
H1.HeaderClassName
{
color: #FEF361;
}
.AnyTagClassName
{
color: #FEF361;
}
</style>
background-color css
<style>
a { background-color: #FEF361; }
a { background-color: rgb(254,243,97); }
div.DivClassName
{
background-color: #FEF361;
}
.BgClassName
{
background-color: #FEF361;
}
</style>
border-color css
<style>
span { border-color: #FEF361; }
span { border-color: rgb(254,243,97); }
td.TdClassName
{
border-color: #FEF361;
}
.TagClassName
{
border-color: #FEF361;
}
</style>