Shades of Gorse #FFFF2A
Tints of Gorse #FFFF2A
RGB
CMYK
RGB Variations
Color information
#FFFF2A (or 0xFFFF2A) is known color: Gorse. HEX triplet: FF, FF and 2A. RGB value is (255,255,42). Sum of RGB (Red+Green+Blue) = 255+255+42=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 42 (16.80% from 255 or 7.61% from 552); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF2A is #0000D5. Grayscale: #E7E7E7. Windows color (decimal): -214 or 2818047. OLE color: 2818047.
HSL color Cylindrical-coordinate representation of color #FFFF2A: hue angle of 60º 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 #FFFF2A is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 42 | - |
| CMYK | 0 | 0 | 0.84 | 0 |
| HSL | 60º | 1% | 0.58% | - |
| HSV(B) | 60º | 0.84% | 1% | - |
| XYZ | 77.42 | 92.95 | 16.05 | - |
| YUV | 230.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 42 | 0 | 0 | 0.84 | 0 | 60 | 1 | 0.58 |
| Hex | FF | FF | 2A | 0 | 0 | 54 | 0 | 3C | 64 | 3A |
| Octal | 377 | 377 | 52 | 0 | 0 | 124 | 0 | 74 | 144 | 72 |
| Binary | 11111111 | 11111111 | 101010 | 0 | 0 | 1010100 | 0 | 111100 | 1100100 | 111010 |
Color Harmonies of #FFFF2A
Complementary color
Monochromatic Colors of #FFFF2A
Black with #FFFF2A
Text Example
Text Example
White with #FFFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF2A; }
p { color: rgb(255,255,42); }
H1.HeaderClassName
{
color: #FFFF2A;
}
.AnyTagClassName
{
color: #FFFF2A;
}
</style>
background-color css
<style>
a { background-color: #FFFF2A; }
a { background-color: rgb(255,255,42); }
div.DivClassName
{
background-color: #FFFF2A;
}
.BgClassName
{
background-color: #FFFF2A;
}
</style>
border-color css
<style>
span { border-color: #FFFF2A; }
span { border-color: rgb(255,255,42); }
td.TdClassName
{
border-color: #FFFF2A;
}
.TagClassName
{
border-color: #FFFF2A;
}
</style>