Shades of Corn #FEF25F
Tints of Corn #FEF25F
RGB
CMYK
RGB Variations
Color information
#FEF25F (or 0xFEF25F) is known color: Corn. HEX triplet: FE, F2 and 5F. RGB value is (254,242,95). Sum of RGB (Red+Green+Blue) = 254+242+95=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 95 (37.5% from 255 or 16.07% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF25F is #010DA0. Grayscale: #E5E5E5. Windows color (decimal): -69025 or 6288126. OLE color: 6288126.
HSL color Cylindrical-coordinate representation of color #FEF25F: hue angle of 55.47º 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 #FEF25F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 95 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.00 |
| HSL | 55.47º | 0.99% | 0.68% | - |
| HSV(B) | 55.47º | 0.63% | 1% | - |
| XYZ | 74.69 | 85.4 | 23.37 | - |
| YUV | 228.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 95 | 0 | 0.05 | 0.63 | 0.00 | 55.47 | 0.99 | 0.68 |
| Hex | FE | F2 | 5F | 0 | 5 | 3F | 0 | 37 | 63 | 44 |
| Octal | 376 | 362 | 137 | 0 | 5 | 77 | 0 | 67 | 143 | 104 |
| Binary | 11111110 | 11110010 | 1011111 | 0 | 101 | 111111 | 0 | 110111 | 1100011 | 1000100 |
Color Harmonies of #FEF25F
Complementary color
Monochromatic Colors of #FEF25F
Black with #FEF25F
Text Example
Text Example
White with #FEF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF25F; }
p { color: rgb(254,242,95); }
H1.HeaderClassName
{
color: #FEF25F;
}
.AnyTagClassName
{
color: #FEF25F;
}
</style>
background-color css
<style>
a { background-color: #FEF25F; }
a { background-color: rgb(254,242,95); }
div.DivClassName
{
background-color: #FEF25F;
}
.BgClassName
{
background-color: #FEF25F;
}
</style>
border-color css
<style>
span { border-color: #FEF25F; }
span { border-color: rgb(254,242,95); }
td.TdClassName
{
border-color: #FEF25F;
}
.TagClassName
{
border-color: #FEF25F;
}
</style>