Shades of Gorse #FFFA2B
Tints of Gorse #FFFA2B
RGB
CMYK
RGB Variations
Color information
#FFFA2B (or 0xFFFA2B) is known color: Gorse. HEX triplet: FF, FA and 2B. RGB value is (255,250,43). Sum of RGB (Red+Green+Blue) = 255+250+43=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA2B is #0005D4. Grayscale: #E4E4E4. Windows color (decimal): -1493 or 2882303. OLE color: 2882303.
HSL color Cylindrical-coordinate representation of color #FFFA2B: hue angle of 58.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFFA2B is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 43 | - |
| CMYK | 0 | 0.02 | 0.83 | 0 |
| HSL | 58.58º | 1% | 0.58% | - |
| HSV(B) | 58.58º | 0.83% | 1% | - |
| XYZ | 75.86 | 89.81 | 15.62 | - |
| YUV | 227.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 43 | 0 | 0.02 | 0.83 | 0 | 58.58 | 1 | 0.58 |
| Hex | FF | FA | 2B | 0 | 2 | 53 | 0 | 3B | 64 | 3A |
| Octal | 377 | 372 | 53 | 0 | 2 | 123 | 0 | 73 | 144 | 72 |
| Binary | 11111111 | 11111010 | 101011 | 0 | 10 | 1010011 | 0 | 111011 | 1100100 | 111010 |
Color Harmonies of #FFFA2B
Complementary color
Monochromatic Colors of #FFFA2B
Black with #FFFA2B
Text Example
Text Example
White with #FFFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA2B; }
p { color: rgb(255,250,43); }
H1.HeaderClassName
{
color: #FFFA2B;
}
.AnyTagClassName
{
color: #FFFA2B;
}
</style>
background-color css
<style>
a { background-color: #FFFA2B; }
a { background-color: rgb(255,250,43); }
div.DivClassName
{
background-color: #FFFA2B;
}
.BgClassName
{
background-color: #FFFA2B;
}
</style>
border-color css
<style>
span { border-color: #FFFA2B; }
span { border-color: rgb(255,250,43); }
td.TdClassName
{
border-color: #FFFA2B;
}
.TagClassName
{
border-color: #FFFA2B;
}
</style>