Shades of Gorse #FEE42B
Tints of Gorse #FEE42B
RGB
CMYK
RGB Variations
Color information
#FEE42B (or 0xFEE42B) is known color: Gorse. HEX triplet: FE, E4 and 2B. RGB value is (254,228,43). Sum of RGB (Red+Green+Blue) = 254+228+43=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE42B is #011BD4. Grayscale: #D7D7D7. Windows color (decimal): -72661 or 2876670. OLE color: 2876670.
HSL color Cylindrical-coordinate representation of color #FEE42B: hue angle of 52.61º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEE42B is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 43 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.00 |
| HSL | 52.61º | 0.99% | 0.58% | - |
| HSV(B) | 52.61º | 0.83% | 1% | - |
| XYZ | 69.05 | 76.73 | 13.46 | - |
| YUV | 214.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 43 | 0 | 0.10 | 0.83 | 0.00 | 52.61 | 0.99 | 0.58 |
| Hex | FE | E4 | 2B | 0 | A | 53 | 0 | 35 | 63 | 3A |
| Octal | 376 | 344 | 53 | 0 | 12 | 123 | 0 | 65 | 143 | 72 |
| Binary | 11111110 | 11100100 | 101011 | 0 | 1010 | 1010011 | 0 | 110101 | 1100011 | 111010 |
Color Harmonies of #FEE42B
Complementary color
Monochromatic Colors of #FEE42B
Black with #FEE42B
Text Example
Text Example
White with #FEE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE42B; }
p { color: rgb(254,228,43); }
H1.HeaderClassName
{
color: #FEE42B;
}
.AnyTagClassName
{
color: #FEE42B;
}
</style>
background-color css
<style>
a { background-color: #FEE42B; }
a { background-color: rgb(254,228,43); }
div.DivClassName
{
background-color: #FEE42B;
}
.BgClassName
{
background-color: #FEE42B;
}
</style>
border-color css
<style>
span { border-color: #FEE42B; }
span { border-color: rgb(254,228,43); }
td.TdClassName
{
border-color: #FEE42B;
}
.TagClassName
{
border-color: #FEE42B;
}
</style>