Shades of Corn #FEF65F
Tints of Corn #FEF65F
RGB
CMYK
RGB Variations
Color information
#FEF65F (or 0xFEF65F) is known color: Corn. HEX triplet: FE, F6 and 5F. RGB value is (254,246,95). Sum of RGB (Red+Green+Blue) = 254+246+95=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 95 (37.5% from 255 or 15.97% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF65F is #0109A0. Grayscale: #E7E7E7. Windows color (decimal): -68001 or 6289150. OLE color: 6289150.
HSL color Cylindrical-coordinate representation of color #FEF65F: hue angle of 56.98º 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 #FEF65F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 95 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.00 |
| HSL | 56.98º | 0.99% | 0.68% | - |
| HSV(B) | 56.98º | 0.63% | 1% | - |
| XYZ | 75.89 | 87.81 | 23.78 | - |
| YUV | 231.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 95 | 0 | 0.03 | 0.63 | 0.00 | 56.98 | 0.99 | 0.68 |
| Hex | FE | F6 | 5F | 0 | 3 | 3F | 0 | 39 | 63 | 44 |
| Octal | 376 | 366 | 137 | 0 | 3 | 77 | 0 | 71 | 143 | 104 |
| Binary | 11111110 | 11110110 | 1011111 | 0 | 11 | 111111 | 0 | 111001 | 1100011 | 1000100 |
Color Harmonies of #FEF65F
Complementary color
Monochromatic Colors of #FEF65F
Black with #FEF65F
Text Example
Text Example
White with #FEF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF65F; }
p { color: rgb(254,246,95); }
H1.HeaderClassName
{
color: #FEF65F;
}
.AnyTagClassName
{
color: #FEF65F;
}
</style>
background-color css
<style>
a { background-color: #FEF65F; }
a { background-color: rgb(254,246,95); }
div.DivClassName
{
background-color: #FEF65F;
}
.BgClassName
{
background-color: #FEF65F;
}
</style>
border-color css
<style>
span { border-color: #FEF65F; }
span { border-color: rgb(254,246,95); }
td.TdClassName
{
border-color: #FEF65F;
}
.TagClassName
{
border-color: #FEF65F;
}
</style>