Shades of Gorse #FEE33F
Tints of Gorse #FEE33F
RGB
CMYK
RGB Variations
Color information
#FEE33F (or 0xFEE33F) is known color: Gorse. HEX triplet: FE, E3 and 3F. RGB value is (254,227,63). Sum of RGB (Red+Green+Blue) = 254+227+63=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 63 (25% from 255 or 11.58% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE33F is #011CC0. Grayscale: #D9D9D9. Windows color (decimal): -72897 or 4187134. OLE color: 4187134.
HSL color Cylindrical-coordinate representation of color #FEE33F: hue angle of 51.52º 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 #FEE33F is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 63 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.00 |
| HSL | 51.52º | 0.99% | 0.62% | - |
| HSV(B) | 51.52º | 0.75% | 1% | - |
| XYZ | 69.24 | 76.37 | 15.79 | - |
| YUV | 216.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 63 | 0 | 0.11 | 0.75 | 0.00 | 51.52 | 0.99 | 0.62 |
| Hex | FE | E3 | 3F | 0 | B | 4B | 0 | 34 | 63 | 3E |
| Octal | 376 | 343 | 77 | 0 | 13 | 113 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100011 | 111111 | 0 | 1011 | 1001011 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE33F
Complementary color
Monochromatic Colors of #FEE33F
Black with #FEE33F
Text Example
Text Example
White with #FEE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE33F; }
p { color: rgb(254,227,63); }
H1.HeaderClassName
{
color: #FEE33F;
}
.AnyTagClassName
{
color: #FEE33F;
}
</style>
background-color css
<style>
a { background-color: #FEE33F; }
a { background-color: rgb(254,227,63); }
div.DivClassName
{
background-color: #FEE33F;
}
.BgClassName
{
background-color: #FEE33F;
}
</style>
border-color css
<style>
span { border-color: #FEE33F; }
span { border-color: rgb(254,227,63); }
td.TdClassName
{
border-color: #FEE33F;
}
.TagClassName
{
border-color: #FEE33F;
}
</style>