Shades of Gorse #FEE63E
Tints of Gorse #FEE63E
RGB
CMYK
RGB Variations
Color information
#FEE63E (or 0xFEE63E) is known color: Gorse. HEX triplet: FE, E6 and 3E. RGB value is (254,230,62). Sum of RGB (Red+Green+Blue) = 254+230+62=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 62 (24.61% from 255 or 11.36% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE63E is #0119C1. Grayscale: #DADADA. Windows color (decimal): -72130 or 4122366. OLE color: 4122366.
HSL color Cylindrical-coordinate representation of color #FEE63E: hue angle of 52.5º 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 #FEE63E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 62 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.00 |
| HSL | 52.5º | 0.99% | 0.62% | - |
| HSV(B) | 52.5º | 0.76% | 1% | - |
| XYZ | 70.04 | 78.01 | 15.92 | - |
| YUV | 218.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 62 | 0 | 0.09 | 0.76 | 0.00 | 52.5 | 0.99 | 0.62 |
| Hex | FE | E6 | 3E | 0 | 9 | 4C | 0 | 34 | 63 | 3E |
| Octal | 376 | 346 | 76 | 0 | 11 | 114 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100110 | 111110 | 0 | 1001 | 1001100 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE63E
Complementary color
Monochromatic Colors of #FEE63E
Black with #FEE63E
Text Example
Text Example
White with #FEE63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE63E; }
p { color: rgb(254,230,62); }
H1.HeaderClassName
{
color: #FEE63E;
}
.AnyTagClassName
{
color: #FEE63E;
}
</style>
background-color css
<style>
a { background-color: #FEE63E; }
a { background-color: rgb(254,230,62); }
div.DivClassName
{
background-color: #FEE63E;
}
.BgClassName
{
background-color: #FEE63E;
}
</style>
border-color css
<style>
span { border-color: #FEE63E; }
span { border-color: rgb(254,230,62); }
td.TdClassName
{
border-color: #FEE63E;
}
.TagClassName
{
border-color: #FEE63E;
}
</style>