Shades of Gorse #FEE43C
Tints of Gorse #FEE43C
RGB
CMYK
RGB Variations
Color information
#FEE43C (or 0xFEE43C) is known color: Gorse. HEX triplet: FE, E4 and 3C. RGB value is (254,228,60). Sum of RGB (Red+Green+Blue) = 254+228+60=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE43C is #011BC3. Grayscale: #D9D9D9. Windows color (decimal): -72644 or 3990782. OLE color: 3990782.
HSL color Cylindrical-coordinate representation of color #FEE43C: hue angle of 51.96º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE43C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 60 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.00 |
| HSL | 51.96º | 0.99% | 0.62% | - |
| HSV(B) | 51.96º | 0.76% | 1% | - |
| XYZ | 69.43 | 76.88 | 15.46 | - |
| YUV | 216.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 60 | 0 | 0.10 | 0.76 | 0.00 | 51.96 | 0.99 | 0.62 |
| Hex | FE | E4 | 3C | 0 | A | 4C | 0 | 34 | 63 | 3E |
| Octal | 376 | 344 | 74 | 0 | 12 | 114 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100100 | 111100 | 0 | 1010 | 1001100 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE43C
Complementary color
Monochromatic Colors of #FEE43C
Black with #FEE43C
Text Example
Text Example
White with #FEE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE43C; }
p { color: rgb(254,228,60); }
H1.HeaderClassName
{
color: #FEE43C;
}
.AnyTagClassName
{
color: #FEE43C;
}
</style>
background-color css
<style>
a { background-color: #FEE43C; }
a { background-color: rgb(254,228,60); }
div.DivClassName
{
background-color: #FEE43C;
}
.BgClassName
{
background-color: #FEE43C;
}
</style>
border-color css
<style>
span { border-color: #FEE43C; }
span { border-color: rgb(254,228,60); }
td.TdClassName
{
border-color: #FEE43C;
}
.TagClassName
{
border-color: #FEE43C;
}
</style>