Shades of Gorse #FEE82F
Tints of Gorse #FEE82F
RGB
CMYK
RGB Variations
Color information
#FEE82F (or 0xFEE82F) is known color: Gorse. HEX triplet: FE, E8 and 2F. RGB value is (254,232,47). Sum of RGB (Red+Green+Blue) = 254+232+47=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 47 (18.75% from 255 or 8.82% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE82F is #0117D0. Grayscale: #DADADA. Windows color (decimal): -71633 or 3139838. OLE color: 3139838.
HSL color Cylindrical-coordinate representation of color #FEE82F: hue angle of 53.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEE82F is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 47 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.00 |
| HSL | 53.62º | 0.99% | 0.59% | - |
| HSV(B) | 53.62º | 0.81% | 1% | - |
| XYZ | 70.24 | 78.99 | 14.23 | - |
| YUV | 217.49 | 31.79 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 47 | 0 | 0.09 | 0.81 | 0.00 | 53.62 | 0.99 | 0.59 |
| Hex | FE | E8 | 2F | 0 | 9 | 51 | 0 | 36 | 63 | 3B |
| Octal | 376 | 350 | 57 | 0 | 11 | 121 | 0 | 66 | 143 | 73 |
| Binary | 11111110 | 11101000 | 101111 | 0 | 1001 | 1010001 | 0 | 110110 | 1100011 | 111011 |
Color Harmonies of #FEE82F
Complementary color
Monochromatic Colors of #FEE82F
Black with #FEE82F
Text Example
Text Example
White with #FEE82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE82F; }
p { color: rgb(254,232,47); }
H1.HeaderClassName
{
color: #FEE82F;
}
.AnyTagClassName
{
color: #FEE82F;
}
</style>
background-color css
<style>
a { background-color: #FEE82F; }
a { background-color: rgb(254,232,47); }
div.DivClassName
{
background-color: #FEE82F;
}
.BgClassName
{
background-color: #FEE82F;
}
</style>
border-color css
<style>
span { border-color: #FEE82F; }
span { border-color: rgb(254,232,47); }
td.TdClassName
{
border-color: #FEE82F;
}
.TagClassName
{
border-color: #FEE82F;
}
</style>