Shades of Gorse #FEF32E
Tints of Gorse #FEF32E
RGB
CMYK
RGB Variations
Color information
#FEF32E (or 0xFEF32E) is known color: Gorse. HEX triplet: FE, F3 and 2E. RGB value is (254,243,46). Sum of RGB (Red+Green+Blue) = 254+243+46=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 46 (18.36% from 255 or 8.47% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF32E is #010CD1. Grayscale: #E0E0E0. Windows color (decimal): -68818 or 3077118. OLE color: 3077118.
HSL color Cylindrical-coordinate representation of color #FEF32E: hue angle of 56.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEF32E is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 46 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.00 |
| HSL | 56.83º | 0.99% | 0.59% | - |
| HSV(B) | 56.83º | 0.82% | 1% | - |
| XYZ | 73.42 | 85.37 | 15.19 | - |
| YUV | 223.83 | 27.64 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 46 | 0 | 0.04 | 0.82 | 0.00 | 56.83 | 0.99 | 0.59 |
| Hex | FE | F3 | 2E | 0 | 4 | 52 | 0 | 39 | 63 | 3B |
| Octal | 376 | 363 | 56 | 0 | 4 | 122 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110011 | 101110 | 0 | 100 | 1010010 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF32E
Complementary color
Monochromatic Colors of #FEF32E
Black with #FEF32E
Text Example
Text Example
White with #FEF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF32E; }
p { color: rgb(254,243,46); }
H1.HeaderClassName
{
color: #FEF32E;
}
.AnyTagClassName
{
color: #FEF32E;
}
</style>
background-color css
<style>
a { background-color: #FEF32E; }
a { background-color: rgb(254,243,46); }
div.DivClassName
{
background-color: #FEF32E;
}
.BgClassName
{
background-color: #FEF32E;
}
</style>
border-color css
<style>
span { border-color: #FEF32E; }
span { border-color: rgb(254,243,46); }
td.TdClassName
{
border-color: #FEF32E;
}
.TagClassName
{
border-color: #FEF32E;
}
</style>