Shades of Corn #FEF75D
Tints of Corn #FEF75D
RGB
CMYK
RGB Variations
Color information
#FEF75D (or 0xFEF75D) is known color: Corn. HEX triplet: FE, F7 and 5D. RGB value is (254,247,93). Sum of RGB (Red+Green+Blue) = 254+247+93=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 93 (36.72% from 255 or 15.66% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF75D is #0108A2. Grayscale: #E8E8E8. Windows color (decimal): -67747 or 6158334. OLE color: 6158334.
HSL color Cylindrical-coordinate representation of color #FEF75D: hue angle of 57.39º 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 #FEF75D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 93 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.00 |
| HSL | 57.39º | 0.99% | 0.68% | - |
| HSV(B) | 57.39º | 0.63% | 1% | - |
| XYZ | 76.11 | 88.38 | 23.4 | - |
| YUV | 231.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 93 | 0 | 0.03 | 0.63 | 0.00 | 57.39 | 0.99 | 0.68 |
| Hex | FE | F7 | 5D | 0 | 3 | 3F | 0 | 39 | 63 | 44 |
| Octal | 376 | 367 | 135 | 0 | 3 | 77 | 0 | 71 | 143 | 104 |
| Binary | 11111110 | 11110111 | 1011101 | 0 | 11 | 111111 | 0 | 111001 | 1100011 | 1000100 |
Color Harmonies of #FEF75D
Complementary color
Monochromatic Colors of #FEF75D
Black with #FEF75D
Text Example
Text Example
White with #FEF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF75D; }
p { color: rgb(254,247,93); }
H1.HeaderClassName
{
color: #FEF75D;
}
.AnyTagClassName
{
color: #FEF75D;
}
</style>
background-color css
<style>
a { background-color: #FEF75D; }
a { background-color: rgb(254,247,93); }
div.DivClassName
{
background-color: #FEF75D;
}
.BgClassName
{
background-color: #FEF75D;
}
</style>
border-color css
<style>
span { border-color: #FEF75D; }
span { border-color: rgb(254,247,93); }
td.TdClassName
{
border-color: #FEF75D;
}
.TagClassName
{
border-color: #FEF75D;
}
</style>