Shades of Corn #FEF45D
Tints of Corn #FEF45D
RGB
CMYK
RGB Variations
Color information
#FEF45D (or 0xFEF45D) is known color: Corn. HEX triplet: FE, F4 and 5D. RGB value is (254,244,93). Sum of RGB (Red+Green+Blue) = 254+244+93=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF45D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF45D is #010BA2. Grayscale: #E6E6E6. Windows color (decimal): -68515 or 6157566. OLE color: 6157566.
HSL color Cylindrical-coordinate representation of color #FEF45D: hue angle of 56.27º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEF45D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.00 |
| HSL | 56.27º | 0.99% | 0.68% | - |
| HSV(B) | 56.27º | 0.63% | 1% | - |
| XYZ | 75.2 | 86.56 | 23.1 | - |
| YUV | 229.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 93 | 0 | 0.04 | 0.63 | 0.00 | 56.27 | 0.99 | 0.68 |
| Hex | FE | F4 | 5D | 0 | 4 | 3F | 0 | 38 | 63 | 44 |
| Octal | 376 | 364 | 135 | 0 | 4 | 77 | 0 | 70 | 143 | 104 |
| Binary | 11111110 | 11110100 | 1011101 | 0 | 100 | 111111 | 0 | 111000 | 1100011 | 1000100 |
Color Harmonies of #FEF45D
Complementary color
Monochromatic Colors of #FEF45D
Black with #FEF45D
Text Example
Text Example
White with #FEF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF45D; }
p { color: rgb(254,244,93); }
H1.HeaderClassName
{
color: #FEF45D;
}
.AnyTagClassName
{
color: #FEF45D;
}
</style>
background-color css
<style>
a { background-color: #FEF45D; }
a { background-color: rgb(254,244,93); }
div.DivClassName
{
background-color: #FEF45D;
}
.BgClassName
{
background-color: #FEF45D;
}
</style>
border-color css
<style>
span { border-color: #FEF45D; }
span { border-color: rgb(254,244,93); }
td.TdClassName
{
border-color: #FEF45D;
}
.TagClassName
{
border-color: #FEF45D;
}
</style>