Shades of Gorse #FEE63F
Tints of Gorse #FEE63F
RGB
CMYK
RGB Variations
Color information
#FEE63F (or 0xFEE63F) is known color: Gorse. HEX triplet: FE, E6 and 3F. RGB value is (254,230,63). Sum of RGB (Red+Green+Blue) = 254+230+63=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 63 (25% from 255 or 11.52% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE63F is #0119C0. Grayscale: #DADADA. Windows color (decimal): -72129 or 4187902. OLE color: 4187902.
HSL color Cylindrical-coordinate representation of color #FEE63F: hue angle of 52.46º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEE63F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 63 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.00 |
| HSL | 52.46º | 0.99% | 0.62% | - |
| HSV(B) | 52.46º | 0.75% | 1% | - |
| XYZ | 70.07 | 78.02 | 16.07 | - |
| YUV | 218.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 63 | 0 | 0.09 | 0.75 | 0.00 | 52.46 | 0.99 | 0.62 |
| Hex | FE | E6 | 3F | 0 | 9 | 4B | 0 | 34 | 63 | 3E |
| Octal | 376 | 346 | 77 | 0 | 11 | 113 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100110 | 111111 | 0 | 1001 | 1001011 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE63F
Complementary color
Monochromatic Colors of #FEE63F
Black with #FEE63F
Text Example
Text Example
White with #FEE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE63F; }
p { color: rgb(254,230,63); }
H1.HeaderClassName
{
color: #FEE63F;
}
.AnyTagClassName
{
color: #FEE63F;
}
</style>
background-color css
<style>
a { background-color: #FEE63F; }
a { background-color: rgb(254,230,63); }
div.DivClassName
{
background-color: #FEE63F;
}
.BgClassName
{
background-color: #FEE63F;
}
</style>
border-color css
<style>
span { border-color: #FEE63F; }
span { border-color: rgb(254,230,63); }
td.TdClassName
{
border-color: #FEE63F;
}
.TagClassName
{
border-color: #FEE63F;
}
</style>