Shades of Corn #FEF25B
Tints of Corn #FEF25B
RGB
CMYK
RGB Variations
Color information
#FEF25B (or 0xFEF25B) is known color: Corn. HEX triplet: FE, F2 and 5B. RGB value is (254,242,91). Sum of RGB (Red+Green+Blue) = 254+242+91=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 91 (35.94% from 255 or 15.50% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF25B is #010DA4. Grayscale: #E4E4E4. Windows color (decimal): -69029 or 6025982. OLE color: 6025982.
HSL color Cylindrical-coordinate representation of color #FEF25B: hue angle of 55.58º 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 #FEF25B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 91 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.00 |
| HSL | 55.58º | 0.99% | 0.68% | - |
| HSV(B) | 55.58º | 0.64% | 1% | - |
| XYZ | 74.51 | 85.33 | 22.44 | - |
| YUV | 228.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 91 | 0 | 0.05 | 0.64 | 0.00 | 55.58 | 0.99 | 0.68 |
| Hex | FE | F2 | 5B | 0 | 5 | 40 | 0 | 38 | 63 | 44 |
| Octal | 376 | 362 | 133 | 0 | 5 | 100 | 0 | 70 | 143 | 104 |
| Binary | 11111110 | 11110010 | 1011011 | 0 | 101 | 1000000 | 0 | 111000 | 1100011 | 1000100 |
Color Harmonies of #FEF25B
Complementary color
Monochromatic Colors of #FEF25B
Black with #FEF25B
Text Example
Text Example
White with #FEF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF25B; }
p { color: rgb(254,242,91); }
H1.HeaderClassName
{
color: #FEF25B;
}
.AnyTagClassName
{
color: #FEF25B;
}
</style>
background-color css
<style>
a { background-color: #FEF25B; }
a { background-color: rgb(254,242,91); }
div.DivClassName
{
background-color: #FEF25B;
}
.BgClassName
{
background-color: #FEF25B;
}
</style>
border-color css
<style>
span { border-color: #FEF25B; }
span { border-color: rgb(254,242,91); }
td.TdClassName
{
border-color: #FEF25B;
}
.TagClassName
{
border-color: #FEF25B;
}
</style>