Shades of Corn #FEF258
Tints of Corn #FEF258
RGB
CMYK
RGB Variations
Color information
#FEF258 (or 0xFEF258) is known color: Corn. HEX triplet: FE, F2 and 58. RGB value is (254,242,88). Sum of RGB (Red+Green+Blue) = 254+242+88=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 88 (34.77% from 255 or 15.07% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF258 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF258 is #010DA7. Grayscale: #E4E4E4. Windows color (decimal): -69032 or 5829374. OLE color: 5829374.
HSL color Cylindrical-coordinate representation of color #FEF258: hue angle of 55.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEF258 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 88 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.00 |
| HSL | 55.66º | 0.99% | 0.67% | - |
| HSV(B) | 55.66º | 0.65% | 1% | - |
| XYZ | 74.39 | 85.28 | 21.77 | - |
| YUV | 228.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 88 | 0 | 0.05 | 0.65 | 0.00 | 55.66 | 0.99 | 0.67 |
| Hex | FE | F2 | 58 | 0 | 5 | 41 | 0 | 38 | 63 | 43 |
| Octal | 376 | 362 | 130 | 0 | 5 | 101 | 0 | 70 | 143 | 103 |
| Binary | 11111110 | 11110010 | 1011000 | 0 | 101 | 1000001 | 0 | 111000 | 1100011 | 1000011 |
Color Harmonies of #FEF258
Complementary color
Monochromatic Colors of #FEF258
Black with #FEF258
Text Example
Text Example
White with #FEF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF258; }
p { color: rgb(254,242,88); }
H1.HeaderClassName
{
color: #FEF258;
}
.AnyTagClassName
{
color: #FEF258;
}
</style>
background-color css
<style>
a { background-color: #FEF258; }
a { background-color: rgb(254,242,88); }
div.DivClassName
{
background-color: #FEF258;
}
.BgClassName
{
background-color: #FEF258;
}
</style>
border-color css
<style>
span { border-color: #FEF258; }
span { border-color: rgb(254,242,88); }
td.TdClassName
{
border-color: #FEF258;
}
.TagClassName
{
border-color: #FEF258;
}
</style>