Shades of Gorse #FFFA2E
Tints of Gorse #FFFA2E
RGB
CMYK
RGB Variations
Color information
#FFFA2E (or 0xFFFA2E) is known color: Gorse. HEX triplet: FF, FA and 2E. RGB value is (255,250,46). Sum of RGB (Red+Green+Blue) = 255+250+46=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 46 (18.36% from 255 or 8.35% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA2E is #0005D1. Grayscale: #E5E5E5. Windows color (decimal): -1490 or 3078911. OLE color: 3078911.
HSL color Cylindrical-coordinate representation of color #FFFA2E: hue angle of 58.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFFA2E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 46 | - |
| CMYK | 0 | 0.02 | 0.82 | 0 |
| HSL | 58.56º | 1% | 0.59% | - |
| HSV(B) | 58.56º | 0.82% | 1% | - |
| XYZ | 75.92 | 89.83 | 15.92 | - |
| YUV | 228.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 46 | 0 | 0.02 | 0.82 | 0 | 58.56 | 1 | 0.59 |
| Hex | FF | FA | 2E | 0 | 2 | 52 | 0 | 3B | 64 | 3B |
| Octal | 377 | 372 | 56 | 0 | 2 | 122 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111010 | 101110 | 0 | 10 | 1010010 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFA2E
Complementary color
Monochromatic Colors of #FFFA2E
Black with #FFFA2E
Text Example
Text Example
White with #FFFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA2E; }
p { color: rgb(255,250,46); }
H1.HeaderClassName
{
color: #FFFA2E;
}
.AnyTagClassName
{
color: #FFFA2E;
}
</style>
background-color css
<style>
a { background-color: #FFFA2E; }
a { background-color: rgb(255,250,46); }
div.DivClassName
{
background-color: #FFFA2E;
}
.BgClassName
{
background-color: #FFFA2E;
}
</style>
border-color css
<style>
span { border-color: #FFFA2E; }
span { border-color: rgb(255,250,46); }
td.TdClassName
{
border-color: #FFFA2E;
}
.TagClassName
{
border-color: #FFFA2E;
}
</style>