Shades of Gorse #FEE73F
Tints of Gorse #FEE73F
RGB
CMYK
RGB Variations
Color information
#FEE73F (or 0xFEE73F) is known color: Gorse. HEX triplet: FE, E7 and 3F. RGB value is (254,231,63). Sum of RGB (Red+Green+Blue) = 254+231+63=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 63 (25% from 255 or 11.50% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE73F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE73F is #0118C0. Grayscale: #DBDBDB. Windows color (decimal): -71873 or 4188158. OLE color: 4188158.
HSL color Cylindrical-coordinate representation of color #FEE73F: hue angle of 52.77º 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 #FEE73F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 63 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.00 |
| HSL | 52.77º | 0.99% | 0.62% | - |
| HSV(B) | 52.77º | 0.75% | 1% | - |
| XYZ | 70.35 | 78.58 | 16.16 | - |
| YUV | 218.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 63 | 0 | 0.09 | 0.75 | 0.00 | 52.77 | 0.99 | 0.62 |
| Hex | FE | E7 | 3F | 0 | 9 | 4B | 0 | 35 | 63 | 3E |
| Octal | 376 | 347 | 77 | 0 | 11 | 113 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11100111 | 111111 | 0 | 1001 | 1001011 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE73F
Complementary color
Monochromatic Colors of #FEE73F
Black with #FEE73F
Text Example
Text Example
White with #FEE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE73F; }
p { color: rgb(254,231,63); }
H1.HeaderClassName
{
color: #FEE73F;
}
.AnyTagClassName
{
color: #FEE73F;
}
</style>
background-color css
<style>
a { background-color: #FEE73F; }
a { background-color: rgb(254,231,63); }
div.DivClassName
{
background-color: #FEE73F;
}
.BgClassName
{
background-color: #FEE73F;
}
</style>
border-color css
<style>
span { border-color: #FEE73F; }
span { border-color: rgb(254,231,63); }
td.TdClassName
{
border-color: #FEE73F;
}
.TagClassName
{
border-color: #FEE73F;
}
</style>