Shades of Gorse #FEEF33
Tints of Gorse #FEEF33
RGB
CMYK
RGB Variations
Color information
#FEEF33 (or 0xFEEF33) is known color: Gorse. HEX triplet: FE, EF and 33. RGB value is (254,239,51). Sum of RGB (Red+Green+Blue) = 254+239+51=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 51 (20.31% from 255 or 9.38% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF33 is #0110CC. Grayscale: #DEDEDE. Windows color (decimal): -69837 or 3403774. OLE color: 3403774.
HSL color Cylindrical-coordinate representation of color #FEEF33: hue angle of 55.57º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEEF33 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 51 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.00 |
| HSL | 55.57º | 0.99% | 0.6% | - |
| HSV(B) | 55.57º | 0.8% | 1% | - |
| XYZ | 72.34 | 83.04 | 15.35 | - |
| YUV | 222.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 51 | 0 | 0.06 | 0.80 | 0.00 | 55.57 | 0.99 | 0.6 |
| Hex | FE | EF | 33 | 0 | 6 | 50 | 0 | 38 | 63 | 3C |
| Octal | 376 | 357 | 63 | 0 | 6 | 120 | 0 | 70 | 143 | 74 |
| Binary | 11111110 | 11101111 | 110011 | 0 | 110 | 1010000 | 0 | 111000 | 1100011 | 111100 |
Color Harmonies of #FEEF33
Complementary color
Monochromatic Colors of #FEEF33
Black with #FEEF33
Text Example
Text Example
White with #FEEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF33; }
p { color: rgb(254,239,51); }
H1.HeaderClassName
{
color: #FEEF33;
}
.AnyTagClassName
{
color: #FEEF33;
}
</style>
background-color css
<style>
a { background-color: #FEEF33; }
a { background-color: rgb(254,239,51); }
div.DivClassName
{
background-color: #FEEF33;
}
.BgClassName
{
background-color: #FEEF33;
}
</style>
border-color css
<style>
span { border-color: #FEEF33; }
span { border-color: rgb(254,239,51); }
td.TdClassName
{
border-color: #FEEF33;
}
.TagClassName
{
border-color: #FEEF33;
}
</style>