Shades of Gorse #FEE42D
Tints of Gorse #FEE42D
RGB
CMYK
RGB Variations
Color information
#FEE42D (or 0xFEE42D) is known color: Gorse. HEX triplet: FE, E4 and 2D. RGB value is (254,228,45). Sum of RGB (Red+Green+Blue) = 254+228+45=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE42D is #011BD2. Grayscale: #D7D7D7. Windows color (decimal): -72659 or 3007742. OLE color: 3007742.
HSL color Cylindrical-coordinate representation of color #FEE42D: hue angle of 52.54º 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 #FEE42D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.00 |
| HSL | 52.54º | 0.99% | 0.59% | - |
| HSV(B) | 52.54º | 0.82% | 1% | - |
| XYZ | 69.09 | 76.75 | 13.65 | - |
| YUV | 214.91 | 32.11 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 45 | 0 | 0.10 | 0.82 | 0.00 | 52.54 | 0.99 | 0.59 |
| Hex | FE | E4 | 2D | 0 | A | 52 | 0 | 35 | 63 | 3B |
| Octal | 376 | 344 | 55 | 0 | 12 | 122 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100100 | 101101 | 0 | 1010 | 1010010 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE42D
Complementary color
Monochromatic Colors of #FEE42D
Black with #FEE42D
Text Example
Text Example
White with #FEE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE42D; }
p { color: rgb(254,228,45); }
H1.HeaderClassName
{
color: #FEE42D;
}
.AnyTagClassName
{
color: #FEE42D;
}
</style>
background-color css
<style>
a { background-color: #FEE42D; }
a { background-color: rgb(254,228,45); }
div.DivClassName
{
background-color: #FEE42D;
}
.BgClassName
{
background-color: #FEE42D;
}
</style>
border-color css
<style>
span { border-color: #FEE42D; }
span { border-color: rgb(254,228,45); }
td.TdClassName
{
border-color: #FEE42D;
}
.TagClassName
{
border-color: #FEE42D;
}
</style>