Shades of Corn #FEF35D
Tints of Corn #FEF35D
RGB
CMYK
RGB Variations
Color information
#FEF35D (or 0xFEF35D) is known color: Corn. HEX triplet: FE, F3 and 5D. RGB value is (254,243,93). Sum of RGB (Red+Green+Blue) = 254+243+93=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF35D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF35D is #010CA2. Grayscale: #E5E5E5. Windows color (decimal): -68771 or 6157310. OLE color: 6157310.
HSL color Cylindrical-coordinate representation of color #FEF35D: hue angle of 55.9º 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 #FEF35D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.00 |
| HSL | 55.9º | 0.99% | 0.68% | - |
| HSV(B) | 55.9º | 0.63% | 1% | - |
| XYZ | 74.9 | 85.96 | 23 | - |
| YUV | 229.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 93 | 0 | 0.04 | 0.63 | 0.00 | 55.9 | 0.99 | 0.68 |
| Hex | FE | F3 | 5D | 0 | 4 | 3F | 0 | 38 | 63 | 44 |
| Octal | 376 | 363 | 135 | 0 | 4 | 77 | 0 | 70 | 143 | 104 |
| Binary | 11111110 | 11110011 | 1011101 | 0 | 100 | 111111 | 0 | 111000 | 1100011 | 1000100 |
Color Harmonies of #FEF35D
Complementary color
Monochromatic Colors of #FEF35D
Black with #FEF35D
Text Example
Text Example
White with #FEF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF35D; }
p { color: rgb(254,243,93); }
H1.HeaderClassName
{
color: #FEF35D;
}
.AnyTagClassName
{
color: #FEF35D;
}
</style>
background-color css
<style>
a { background-color: #FEF35D; }
a { background-color: rgb(254,243,93); }
div.DivClassName
{
background-color: #FEF35D;
}
.BgClassName
{
background-color: #FEF35D;
}
</style>
border-color css
<style>
span { border-color: #FEF35D; }
span { border-color: rgb(254,243,93); }
td.TdClassName
{
border-color: #FEF35D;
}
.TagClassName
{
border-color: #FEF35D;
}
</style>