Shades of Gorse #FEF526
Tints of Gorse #FEF526
RGB
CMYK
RGB Variations
Color information
#FEF526 (or 0xFEF526) is known color: Gorse. HEX triplet: FE, F5 and 26. RGB value is (254,245,38). Sum of RGB (Red+Green+Blue) = 254+245+38=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 38 (15.23% from 255 or 7.08% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF526 is #010AD9. Grayscale: #E0E0E0. Windows color (decimal): -68314 or 2553342. OLE color: 2553342.
HSL color Cylindrical-coordinate representation of color #FEF526: hue angle of 57.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEF526 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 38 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.00 |
| HSL | 57.5º | 0.99% | 0.57% | - |
| HSV(B) | 57.5º | 0.85% | 1% | - |
| XYZ | 73.88 | 86.52 | 14.64 | - |
| YUV | 224.09 | 22.98 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 38 | 0 | 0.04 | 0.85 | 0.00 | 57.5 | 0.99 | 0.57 |
| Hex | FE | F5 | 26 | 0 | 4 | 55 | 0 | 3A | 63 | 39 |
| Octal | 376 | 365 | 46 | 0 | 4 | 125 | 0 | 72 | 143 | 71 |
| Binary | 11111110 | 11110101 | 100110 | 0 | 100 | 1010101 | 0 | 111010 | 1100011 | 111001 |
Color Harmonies of #FEF526
Complementary color
Monochromatic Colors of #FEF526
Black with #FEF526
Text Example
Text Example
White with #FEF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF526; }
p { color: rgb(254,245,38); }
H1.HeaderClassName
{
color: #FEF526;
}
.AnyTagClassName
{
color: #FEF526;
}
</style>
background-color css
<style>
a { background-color: #FEF526; }
a { background-color: rgb(254,245,38); }
div.DivClassName
{
background-color: #FEF526;
}
.BgClassName
{
background-color: #FEF526;
}
</style>
border-color css
<style>
span { border-color: #FEF526; }
span { border-color: rgb(254,245,38); }
td.TdClassName
{
border-color: #FEF526;
}
.TagClassName
{
border-color: #FEF526;
}
</style>