Shades of Gorse #FEF529
Tints of Gorse #FEF529
RGB
CMYK
RGB Variations
Color information
#FEF529 (or 0xFEF529) is known color: Gorse. HEX triplet: FE, F5 and 29. RGB value is (254,245,41). Sum of RGB (Red+Green+Blue) = 254+245+41=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 41 (16.41% from 255 or 7.59% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF529 is #010AD6. Grayscale: #E1E1E1. Windows color (decimal): -68311 or 2749950. OLE color: 2749950.
HSL color Cylindrical-coordinate representation of color #FEF529: hue angle of 57.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEF529 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 41 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.00 |
| HSL | 57.46º | 0.99% | 0.58% | - |
| HSV(B) | 57.46º | 0.84% | 1% | - |
| XYZ | 73.93 | 86.54 | 14.9 | - |
| YUV | 224.44 | 24.48 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 41 | 0 | 0.04 | 0.84 | 0.00 | 57.46 | 0.99 | 0.58 |
| Hex | FE | F5 | 29 | 0 | 4 | 54 | 0 | 39 | 63 | 3A |
| Octal | 376 | 365 | 51 | 0 | 4 | 124 | 0 | 71 | 143 | 72 |
| Binary | 11111110 | 11110101 | 101001 | 0 | 100 | 1010100 | 0 | 111001 | 1100011 | 111010 |
Color Harmonies of #FEF529
Complementary color
Monochromatic Colors of #FEF529
Black with #FEF529
Text Example
Text Example
White with #FEF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF529; }
p { color: rgb(254,245,41); }
H1.HeaderClassName
{
color: #FEF529;
}
.AnyTagClassName
{
color: #FEF529;
}
</style>
background-color css
<style>
a { background-color: #FEF529; }
a { background-color: rgb(254,245,41); }
div.DivClassName
{
background-color: #FEF529;
}
.BgClassName
{
background-color: #FEF529;
}
</style>
border-color css
<style>
span { border-color: #FEF529; }
span { border-color: rgb(254,245,41); }
td.TdClassName
{
border-color: #FEF529;
}
.TagClassName
{
border-color: #FEF529;
}
</style>