Shades of Corn #FEF35A
Tints of Corn #FEF35A
RGB
CMYK
RGB Variations
Color information
#FEF35A (or 0xFEF35A) is known color: Corn. HEX triplet: FE, F3 and 5A. RGB value is (254,243,90). Sum of RGB (Red+Green+Blue) = 254+243+90=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF35A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF35A is #010CA5. Grayscale: #E5E5E5. Windows color (decimal): -68774 or 5960702. OLE color: 5960702.
HSL color Cylindrical-coordinate representation of color #FEF35A: hue angle of 55.98º 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 #FEF35A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 90 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.00 |
| HSL | 55.98º | 0.99% | 0.67% | - |
| HSV(B) | 55.98º | 0.65% | 1% | - |
| XYZ | 74.77 | 85.91 | 22.31 | - |
| YUV | 228.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 90 | 0 | 0.04 | 0.65 | 0.00 | 55.98 | 0.99 | 0.67 |
| Hex | FE | F3 | 5A | 0 | 4 | 41 | 0 | 38 | 63 | 43 |
| Octal | 376 | 363 | 132 | 0 | 4 | 101 | 0 | 70 | 143 | 103 |
| Binary | 11111110 | 11110011 | 1011010 | 0 | 100 | 1000001 | 0 | 111000 | 1100011 | 1000011 |
Color Harmonies of #FEF35A
Complementary color
Monochromatic Colors of #FEF35A
Black with #FEF35A
Text Example
Text Example
White with #FEF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF35A; }
p { color: rgb(254,243,90); }
H1.HeaderClassName
{
color: #FEF35A;
}
.AnyTagClassName
{
color: #FEF35A;
}
</style>
background-color css
<style>
a { background-color: #FEF35A; }
a { background-color: rgb(254,243,90); }
div.DivClassName
{
background-color: #FEF35A;
}
.BgClassName
{
background-color: #FEF35A;
}
</style>
border-color css
<style>
span { border-color: #FEF35A; }
span { border-color: rgb(254,243,90); }
td.TdClassName
{
border-color: #FEF35A;
}
.TagClassName
{
border-color: #FEF35A;
}
</style>