Shades of Corn #FEF364
Tints of Corn #FEF364
RGB
CMYK
RGB Variations
Color information
#FEF364 (or 0xFEF364) is known color: Corn. HEX triplet: FE, F3 and 64. RGB value is (254,243,100). Sum of RGB (Red+Green+Blue) = 254+243+100=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 100 (39.45% from 255 or 16.75% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF364 is #010C9B. Grayscale: #E6E6E6. Windows color (decimal): -68764 or 6616062. OLE color: 6616062.
HSL color Cylindrical-coordinate representation of color #FEF364: hue angle of 55.71º 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 #FEF364 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 100 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.00 |
| HSL | 55.71º | 0.99% | 0.69% | - |
| HSV(B) | 55.71º | 0.61% | 1% | - |
| XYZ | 75.22 | 86.09 | 24.71 | - |
| YUV | 229.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 100 | 0 | 0.04 | 0.61 | 0.00 | 55.71 | 0.99 | 0.69 |
| Hex | FE | F3 | 64 | 0 | 4 | 3D | 0 | 38 | 63 | 45 |
| Octal | 376 | 363 | 144 | 0 | 4 | 75 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110011 | 1100100 | 0 | 100 | 111101 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF364
Complementary color
Monochromatic Colors of #FEF364
Black with #FEF364
Text Example
Text Example
White with #FEF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF364; }
p { color: rgb(254,243,100); }
H1.HeaderClassName
{
color: #FEF364;
}
.AnyTagClassName
{
color: #FEF364;
}
</style>
background-color css
<style>
a { background-color: #FEF364; }
a { background-color: rgb(254,243,100); }
div.DivClassName
{
background-color: #FEF364;
}
.BgClassName
{
background-color: #FEF364;
}
</style>
border-color css
<style>
span { border-color: #FEF364; }
span { border-color: rgb(254,243,100); }
td.TdClassName
{
border-color: #FEF364;
}
.TagClassName
{
border-color: #FEF364;
}
</style>