Shades of Gorse #FEF533
Tints of Gorse #FEF533
RGB
CMYK
RGB Variations
Color information
#FEF533 (or 0xFEF533) is known color: Gorse. HEX triplet: FE, F5 and 33. RGB value is (254,245,51). Sum of RGB (Red+Green+Blue) = 254+245+51=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 51 (20.31% from 255 or 9.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF533 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF533 is #010ACC. Grayscale: #E2E2E2. Windows color (decimal): -68301 or 3405310. OLE color: 3405310.
HSL color Cylindrical-coordinate representation of color #FEF533: hue angle of 57.34º 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 #FEF533 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 51 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.00 |
| HSL | 57.34º | 0.99% | 0.6% | - |
| HSV(B) | 57.34º | 0.8% | 1% | - |
| XYZ | 74.12 | 86.61 | 15.94 | - |
| YUV | 225.58 | 29.48 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 51 | 0 | 0.04 | 0.80 | 0.00 | 57.34 | 0.99 | 0.6 |
| Hex | FE | F5 | 33 | 0 | 4 | 50 | 0 | 39 | 63 | 3C |
| Octal | 376 | 365 | 63 | 0 | 4 | 120 | 0 | 71 | 143 | 74 |
| Binary | 11111110 | 11110101 | 110011 | 0 | 100 | 1010000 | 0 | 111001 | 1100011 | 111100 |
Color Harmonies of #FEF533
Complementary color
Monochromatic Colors of #FEF533
Black with #FEF533
Text Example
Text Example
White with #FEF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF533; }
p { color: rgb(254,245,51); }
H1.HeaderClassName
{
color: #FEF533;
}
.AnyTagClassName
{
color: #FEF533;
}
</style>
background-color css
<style>
a { background-color: #FEF533; }
a { background-color: rgb(254,245,51); }
div.DivClassName
{
background-color: #FEF533;
}
.BgClassName
{
background-color: #FEF533;
}
</style>
border-color css
<style>
span { border-color: #FEF533; }
span { border-color: rgb(254,245,51); }
td.TdClassName
{
border-color: #FEF533;
}
.TagClassName
{
border-color: #FEF533;
}
</style>