Shades of Gorse #FFE92A
Tints of Gorse #FFE92A
RGB
CMYK
RGB Variations
Color information
#FFE92A (or 0xFFE92A) is known color: Gorse. HEX triplet: FF, E9 and 2A. RGB value is (255,233,42). Sum of RGB (Red+Green+Blue) = 255+233+42=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE92A is #0016D5. Grayscale: #DADADA. Windows color (decimal): -5846 or 2812415. OLE color: 2812415.
HSL color Cylindrical-coordinate representation of color #FFE92A: hue angle of 53.8º 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 #FFE92A is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 42 | - |
| CMYK | 0 | 0.09 | 0.84 | 0 |
| HSL | 53.8º | 1% | 0.58% | - |
| HSV(B) | 53.8º | 0.84% | 1% | - |
| XYZ | 70.8 | 79.7 | 13.84 | - |
| YUV | 217.8 | 28.79 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 42 | 0 | 0.09 | 0.84 | 0 | 53.8 | 1 | 0.58 |
| Hex | FF | E9 | 2A | 0 | 9 | 54 | 0 | 36 | 64 | 3A |
| Octal | 377 | 351 | 52 | 0 | 11 | 124 | 0 | 66 | 144 | 72 |
| Binary | 11111111 | 11101001 | 101010 | 0 | 1001 | 1010100 | 0 | 110110 | 1100100 | 111010 |
Color Harmonies of #FFE92A
Complementary color
Monochromatic Colors of #FFE92A
Black with #FFE92A
Text Example
Text Example
White with #FFE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE92A; }
p { color: rgb(255,233,42); }
H1.HeaderClassName
{
color: #FFE92A;
}
.AnyTagClassName
{
color: #FFE92A;
}
</style>
background-color css
<style>
a { background-color: #FFE92A; }
a { background-color: rgb(255,233,42); }
div.DivClassName
{
background-color: #FFE92A;
}
.BgClassName
{
background-color: #FFE92A;
}
</style>
border-color css
<style>
span { border-color: #FFE92A; }
span { border-color: rgb(255,233,42); }
td.TdClassName
{
border-color: #FFE92A;
}
.TagClassName
{
border-color: #FFE92A;
}
</style>