Shades of Gorse #FEE63A
Tints of Gorse #FEE63A
RGB
CMYK
RGB Variations
Color information
#FEE63A (or 0xFEE63A) is known color: Gorse. HEX triplet: FE, E6 and 3A. RGB value is (254,230,58). Sum of RGB (Red+Green+Blue) = 254+230+58=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE63A is #0119C5. Grayscale: #DADADA. Windows color (decimal): -72134 or 3860222. OLE color: 3860222.
HSL color Cylindrical-coordinate representation of color #FEE63A: hue angle of 52.65º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEE63A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.00 |
| HSL | 52.65º | 0.99% | 0.61% | - |
| HSV(B) | 52.65º | 0.77% | 1% | - |
| XYZ | 69.93 | 77.97 | 15.37 | - |
| YUV | 217.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 58 | 0 | 0.09 | 0.77 | 0.00 | 52.65 | 0.99 | 0.61 |
| Hex | FE | E6 | 3A | 0 | 9 | 4D | 0 | 35 | 63 | 3D |
| Octal | 376 | 346 | 72 | 0 | 11 | 115 | 0 | 65 | 143 | 75 |
| Binary | 11111110 | 11100110 | 111010 | 0 | 1001 | 1001101 | 0 | 110101 | 1100011 | 111101 |
Color Harmonies of #FEE63A
Complementary color
Monochromatic Colors of #FEE63A
Black with #FEE63A
Text Example
Text Example
White with #FEE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE63A; }
p { color: rgb(254,230,58); }
H1.HeaderClassName
{
color: #FEE63A;
}
.AnyTagClassName
{
color: #FEE63A;
}
</style>
background-color css
<style>
a { background-color: #FEE63A; }
a { background-color: rgb(254,230,58); }
div.DivClassName
{
background-color: #FEE63A;
}
.BgClassName
{
background-color: #FEE63A;
}
</style>
border-color css
<style>
span { border-color: #FEE63A; }
span { border-color: rgb(254,230,58); }
td.TdClassName
{
border-color: #FEE63A;
}
.TagClassName
{
border-color: #FEE63A;
}
</style>