Shades of Gorse #FFFE2A
Tints of Gorse #FFFE2A
RGB
CMYK
RGB Variations
Color information
#FFFE2A (or 0xFFFE2A) is known color: Gorse. HEX triplet: FF, FE and 2A. RGB value is (255,254,42). Sum of RGB (Red+Green+Blue) = 255+254+42=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 42 (16.80% from 255 or 7.62% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE2A is #0001D5. Grayscale: #E6E6E6. Windows color (decimal): -470 or 2817791. OLE color: 2817791.
HSL color Cylindrical-coordinate representation of color #FFFE2A: hue angle of 59.72º 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 #FFFE2A is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 42 | - |
| CMYK | 0 | 0.00 | 0.84 | 0 |
| HSL | 59.72º | 1% | 0.58% | - |
| HSV(B) | 59.72º | 0.84% | 1% | - |
| XYZ | 77.1 | 92.31 | 15.94 | - |
| YUV | 230.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 42 | 0 | 0.00 | 0.84 | 0 | 59.72 | 1 | 0.58 |
| Hex | FF | FE | 2A | 0 | 0 | 54 | 0 | 3C | 64 | 3A |
| Octal | 377 | 376 | 52 | 0 | 0 | 124 | 0 | 74 | 144 | 72 |
| Binary | 11111111 | 11111110 | 101010 | 0 | 0 | 1010100 | 0 | 111100 | 1100100 | 111010 |
Color Harmonies of #FFFE2A
Complementary color
Monochromatic Colors of #FFFE2A
Black with #FFFE2A
Text Example
Text Example
White with #FFFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE2A; }
p { color: rgb(255,254,42); }
H1.HeaderClassName
{
color: #FFFE2A;
}
.AnyTagClassName
{
color: #FFFE2A;
}
</style>
background-color css
<style>
a { background-color: #FFFE2A; }
a { background-color: rgb(255,254,42); }
div.DivClassName
{
background-color: #FFFE2A;
}
.BgClassName
{
background-color: #FFFE2A;
}
</style>
border-color css
<style>
span { border-color: #FFFE2A; }
span { border-color: rgb(255,254,42); }
td.TdClassName
{
border-color: #FFFE2A;
}
.TagClassName
{
border-color: #FFFE2A;
}
</style>