Shades of Corn #FEF35C
Tints of Corn #FEF35C
RGB
CMYK
RGB Variations
Color information
#FEF35C (or 0xFEF35C) is known color: Corn. HEX triplet: FE, F3 and 5C. RGB value is (254,243,92). Sum of RGB (Red+Green+Blue) = 254+243+92=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF35C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF35C is #010CA3. Grayscale: #E5E5E5. Windows color (decimal): -68772 or 6091774. OLE color: 6091774.
HSL color Cylindrical-coordinate representation of color #FEF35C: hue angle of 55.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEF35C is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 92 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.00 |
| HSL | 55.93º | 0.99% | 0.68% | - |
| HSV(B) | 55.93º | 0.64% | 1% | - |
| XYZ | 74.86 | 85.94 | 22.77 | - |
| YUV | 229.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 92 | 0 | 0.04 | 0.64 | 0.00 | 55.93 | 0.99 | 0.68 |
| Hex | FE | F3 | 5C | 0 | 4 | 40 | 0 | 38 | 63 | 44 |
| Octal | 376 | 363 | 134 | 0 | 4 | 100 | 0 | 70 | 143 | 104 |
| Binary | 11111110 | 11110011 | 1011100 | 0 | 100 | 1000000 | 0 | 111000 | 1100011 | 1000100 |
Color Harmonies of #FEF35C
Complementary color
Monochromatic Colors of #FEF35C
Black with #FEF35C
Text Example
Text Example
White with #FEF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF35C; }
p { color: rgb(254,243,92); }
H1.HeaderClassName
{
color: #FEF35C;
}
.AnyTagClassName
{
color: #FEF35C;
}
</style>
background-color css
<style>
a { background-color: #FEF35C; }
a { background-color: rgb(254,243,92); }
div.DivClassName
{
background-color: #FEF35C;
}
.BgClassName
{
background-color: #FEF35C;
}
</style>
border-color css
<style>
span { border-color: #FEF35C; }
span { border-color: rgb(254,243,92); }
td.TdClassName
{
border-color: #FEF35C;
}
.TagClassName
{
border-color: #FEF35C;
}
</style>