Shades of Gorse #FEE63D
Tints of Gorse #FEE63D
RGB
CMYK
RGB Variations
Color information
#FEE63D (or 0xFEE63D) is known color: Gorse. HEX triplet: FE, E6 and 3D. RGB value is (254,230,61). Sum of RGB (Red+Green+Blue) = 254+230+61=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE63D is #0119C2. Grayscale: #DADADA. Windows color (decimal): -72131 or 4056830. OLE color: 4056830.
HSL color Cylindrical-coordinate representation of color #FEE63D: hue angle of 52.54º 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 #FEE63D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 61 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.00 |
| HSL | 52.54º | 0.99% | 0.62% | - |
| HSV(B) | 52.54º | 0.76% | 1% | - |
| XYZ | 70.01 | 78 | 15.78 | - |
| YUV | 217.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 61 | 0 | 0.09 | 0.76 | 0.00 | 52.54 | 0.99 | 0.62 |
| Hex | FE | E6 | 3D | 0 | 9 | 4C | 0 | 35 | 63 | 3E |
| Octal | 376 | 346 | 75 | 0 | 11 | 114 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11100110 | 111101 | 0 | 1001 | 1001100 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE63D
Complementary color
Monochromatic Colors of #FEE63D
Black with #FEE63D
Text Example
Text Example
White with #FEE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE63D; }
p { color: rgb(254,230,61); }
H1.HeaderClassName
{
color: #FEE63D;
}
.AnyTagClassName
{
color: #FEE63D;
}
</style>
background-color css
<style>
a { background-color: #FEE63D; }
a { background-color: rgb(254,230,61); }
div.DivClassName
{
background-color: #FEE63D;
}
.BgClassName
{
background-color: #FEE63D;
}
</style>
border-color css
<style>
span { border-color: #FEE63D; }
span { border-color: rgb(254,230,61); }
td.TdClassName
{
border-color: #FEE63D;
}
.TagClassName
{
border-color: #FEE63D;
}
</style>