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