Shades of Corn #FEF365
Tints of Corn #FEF365
RGB
CMYK
RGB Variations
Color information
#FEF365 (or 0xFEF365) is known color: Corn. HEX triplet: FE, F3 and 65. RGB value is (254,243,101). Sum of RGB (Red+Green+Blue) = 254+243+101=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 101 (39.84% from 255 or 16.89% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF365 is #010C9A. Grayscale: #E6E6E6. Windows color (decimal): -68763 or 6681598. OLE color: 6681598.
HSL color Cylindrical-coordinate representation of color #FEF365: hue angle of 55.69º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEF365 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 101 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.00 |
| HSL | 55.69º | 0.99% | 0.7% | - |
| HSV(B) | 55.69º | 0.6% | 1% | - |
| XYZ | 75.27 | 86.11 | 24.97 | - |
| YUV | 230.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 101 | 0 | 0.04 | 0.60 | 0.00 | 55.69 | 0.99 | 0.7 |
| Hex | FE | F3 | 65 | 0 | 4 | 3C | 0 | 38 | 63 | 46 |
| Octal | 376 | 363 | 145 | 0 | 4 | 74 | 0 | 70 | 143 | 106 |
| Binary | 11111110 | 11110011 | 1100101 | 0 | 100 | 111100 | 0 | 111000 | 1100011 | 1000110 |
Color Harmonies of #FEF365
Complementary color
Monochromatic Colors of #FEF365
Black with #FEF365
Text Example
Text Example
White with #FEF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF365; }
p { color: rgb(254,243,101); }
H1.HeaderClassName
{
color: #FEF365;
}
.AnyTagClassName
{
color: #FEF365;
}
</style>
background-color css
<style>
a { background-color: #FEF365; }
a { background-color: rgb(254,243,101); }
div.DivClassName
{
background-color: #FEF365;
}
.BgClassName
{
background-color: #FEF365;
}
</style>
border-color css
<style>
span { border-color: #FEF365; }
span { border-color: rgb(254,243,101); }
td.TdClassName
{
border-color: #FEF365;
}
.TagClassName
{
border-color: #FEF365;
}
</style>