Shades of Gorse #FEE83F
Tints of Gorse #FEE83F
RGB
CMYK
RGB Variations
Color information
#FEE83F (or 0xFEE83F) is known color: Gorse. HEX triplet: FE, E8 and 3F. RGB value is (254,232,63). Sum of RGB (Red+Green+Blue) = 254+232+63=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 63 (25% from 255 or 11.48% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE83F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE83F is #0117C0. Grayscale: #DCDCDC. Windows color (decimal): -71617 or 4188414. OLE color: 4188414.
HSL color Cylindrical-coordinate representation of color #FEE83F: hue angle of 53.09º 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 #FEE83F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 63 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.00 |
| HSL | 53.09º | 0.99% | 0.62% | - |
| HSV(B) | 53.09º | 0.75% | 1% | - |
| XYZ | 70.63 | 79.14 | 16.26 | - |
| YUV | 219.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 63 | 0 | 0.09 | 0.75 | 0.00 | 53.09 | 0.99 | 0.62 |
| Hex | FE | E8 | 3F | 0 | 9 | 4B | 0 | 35 | 63 | 3E |
| Octal | 376 | 350 | 77 | 0 | 11 | 113 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11101000 | 111111 | 0 | 1001 | 1001011 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE83F
Complementary color
Monochromatic Colors of #FEE83F
Black with #FEE83F
Text Example
Text Example
White with #FEE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE83F; }
p { color: rgb(254,232,63); }
H1.HeaderClassName
{
color: #FEE83F;
}
.AnyTagClassName
{
color: #FEE83F;
}
</style>
background-color css
<style>
a { background-color: #FEE83F; }
a { background-color: rgb(254,232,63); }
div.DivClassName
{
background-color: #FEE83F;
}
.BgClassName
{
background-color: #FEE83F;
}
</style>
border-color css
<style>
span { border-color: #FEE83F; }
span { border-color: rgb(254,232,63); }
td.TdClassName
{
border-color: #FEE83F;
}
.TagClassName
{
border-color: #FEE83F;
}
</style>