Shades of Gorse #FFE52A
Tints of Gorse #FFE52A
RGB
CMYK
RGB Variations
Color information
#FFE52A (or 0xFFE52A) is known color: Gorse. HEX triplet: FF, E5 and 2A. RGB value is (255,229,42). Sum of RGB (Red+Green+Blue) = 255+229+42=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE52A is #001AD5. Grayscale: #D8D8D8. Windows color (decimal): -6870 or 2811391. OLE color: 2811391.
HSL color Cylindrical-coordinate representation of color #FFE52A: hue angle of 52.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFE52A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 42 | - |
| CMYK | 0 | 0.10 | 0.84 | 0 |
| HSL | 52.68º | 1% | 0.58% | - |
| HSV(B) | 52.68º | 0.84% | 1% | - |
| XYZ | 69.68 | 77.47 | 13.47 | - |
| YUV | 215.46 | 30.11 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 42 | 0 | 0.10 | 0.84 | 0 | 52.68 | 1 | 0.58 |
| Hex | FF | E5 | 2A | 0 | A | 54 | 0 | 35 | 64 | 3A |
| Octal | 377 | 345 | 52 | 0 | 12 | 124 | 0 | 65 | 144 | 72 |
| Binary | 11111111 | 11100101 | 101010 | 0 | 1010 | 1010100 | 0 | 110101 | 1100100 | 111010 |
Color Harmonies of #FFE52A
Complementary color
Monochromatic Colors of #FFE52A
Black with #FFE52A
Text Example
Text Example
White with #FFE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE52A; }
p { color: rgb(255,229,42); }
H1.HeaderClassName
{
color: #FFE52A;
}
.AnyTagClassName
{
color: #FFE52A;
}
</style>
background-color css
<style>
a { background-color: #FFE52A; }
a { background-color: rgb(255,229,42); }
div.DivClassName
{
background-color: #FFE52A;
}
.BgClassName
{
background-color: #FFE52A;
}
</style>
border-color css
<style>
span { border-color: #FFE52A; }
span { border-color: rgb(255,229,42); }
td.TdClassName
{
border-color: #FFE52A;
}
.TagClassName
{
border-color: #FFE52A;
}
</style>