Shades of Corn #FEF55C
Tints of Corn #FEF55C
RGB
CMYK
RGB Variations
Color information
#FEF55C (or 0xFEF55C) is known color: Corn. HEX triplet: FE, F5 and 5C. RGB value is (254,245,92). Sum of RGB (Red+Green+Blue) = 254+245+92=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 92 (36.33% from 255 or 15.57% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF55C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF55C is #010AA3. Grayscale: #E6E6E6. Windows color (decimal): -68260 or 6092286. OLE color: 6092286.
HSL color Cylindrical-coordinate representation of color #FEF55C: hue angle of 56.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEF55C is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 92 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.00 |
| HSL | 56.67º | 0.99% | 0.68% | - |
| HSV(B) | 56.67º | 0.64% | 1% | - |
| XYZ | 75.46 | 87.15 | 22.97 | - |
| YUV | 230.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 92 | 0 | 0.04 | 0.64 | 0.00 | 56.67 | 0.99 | 0.68 |
| Hex | FE | F5 | 5C | 0 | 4 | 40 | 0 | 39 | 63 | 44 |
| Octal | 376 | 365 | 134 | 0 | 4 | 100 | 0 | 71 | 143 | 104 |
| Binary | 11111110 | 11110101 | 1011100 | 0 | 100 | 1000000 | 0 | 111001 | 1100011 | 1000100 |
Color Harmonies of #FEF55C
Complementary color
Monochromatic Colors of #FEF55C
Black with #FEF55C
Text Example
Text Example
White with #FEF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF55C; }
p { color: rgb(254,245,92); }
H1.HeaderClassName
{
color: #FEF55C;
}
.AnyTagClassName
{
color: #FEF55C;
}
</style>
background-color css
<style>
a { background-color: #FEF55C; }
a { background-color: rgb(254,245,92); }
div.DivClassName
{
background-color: #FEF55C;
}
.BgClassName
{
background-color: #FEF55C;
}
</style>
border-color css
<style>
span { border-color: #FEF55C; }
span { border-color: rgb(254,245,92); }
td.TdClassName
{
border-color: #FEF55C;
}
.TagClassName
{
border-color: #FEF55C;
}
</style>