Shades of Corn #FEF65A
Tints of Corn #FEF65A
RGB
CMYK
RGB Variations
Color information
#FEF65A (or 0xFEF65A) is known color: Corn. HEX triplet: FE, F6 and 5A. RGB value is (254,246,90). Sum of RGB (Red+Green+Blue) = 254+246+90=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 90 (35.55% from 255 or 15.25% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF65A is #0109A5. Grayscale: #E7E7E7. Windows color (decimal): -68006 or 5961470. OLE color: 5961470.
HSL color Cylindrical-coordinate representation of color #FEF65A: hue angle of 57.07º 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 #FEF65A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 90 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.00 |
| HSL | 57.07º | 0.99% | 0.67% | - |
| HSV(B) | 57.07º | 0.65% | 1% | - |
| XYZ | 75.67 | 87.72 | 22.62 | - |
| YUV | 230.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 90 | 0 | 0.03 | 0.65 | 0.00 | 57.07 | 0.99 | 0.67 |
| Hex | FE | F6 | 5A | 0 | 3 | 41 | 0 | 39 | 63 | 43 |
| Octal | 376 | 366 | 132 | 0 | 3 | 101 | 0 | 71 | 143 | 103 |
| Binary | 11111110 | 11110110 | 1011010 | 0 | 11 | 1000001 | 0 | 111001 | 1100011 | 1000011 |
Color Harmonies of #FEF65A
Complementary color
Monochromatic Colors of #FEF65A
Black with #FEF65A
Text Example
Text Example
White with #FEF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF65A; }
p { color: rgb(254,246,90); }
H1.HeaderClassName
{
color: #FEF65A;
}
.AnyTagClassName
{
color: #FEF65A;
}
</style>
background-color css
<style>
a { background-color: #FEF65A; }
a { background-color: rgb(254,246,90); }
div.DivClassName
{
background-color: #FEF65A;
}
.BgClassName
{
background-color: #FEF65A;
}
</style>
border-color css
<style>
span { border-color: #FEF65A; }
span { border-color: rgb(254,246,90); }
td.TdClassName
{
border-color: #FEF65A;
}
.TagClassName
{
border-color: #FEF65A;
}
</style>