Shades of Gorse #FBFA2D
Tints of Gorse #FBFA2D
RGB
CMYK
RGB Variations
Color information
#FBFA2D (or 0xFBFA2D) is known color: Gorse. HEX triplet: FB, FA and 2D. RGB value is (251,250,45). Sum of RGB (Red+Green+Blue) = 251+250+45=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFA2D is #0405D2. Grayscale: #E3E3E3. Windows color (decimal): -263635 or 3013371. OLE color: 3013371.
HSL color Cylindrical-coordinate representation of color #FBFA2D: hue angle of 59.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFA2D is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 45 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.02 |
| HSL | 59.71º | 0.96% | 0.58% | - |
| HSV(B) | 59.71º | 0.82% | 0.98% | - |
| XYZ | 74.44 | 89.07 | 15.75 | - |
| YUV | 226.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 45 | 0 | 0.00 | 0.82 | 0.02 | 59.71 | 0.96 | 0.58 |
| Hex | FB | FA | 2D | 0 | 0 | 52 | 2 | 3C | 60 | 3A |
| Octal | 373 | 372 | 55 | 0 | 0 | 122 | 2 | 74 | 140 | 72 |
| Binary | 11111011 | 11111010 | 101101 | 0 | 0 | 1010010 | 10 | 111100 | 1100000 | 111010 |
Color Harmonies of #FBFA2D
Complementary color
Monochromatic Colors of #FBFA2D
Black with #FBFA2D
Text Example
Text Example
White with #FBFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA2D; }
p { color: rgb(251,250,45); }
H1.HeaderClassName
{
color: #FBFA2D;
}
.AnyTagClassName
{
color: #FBFA2D;
}
</style>
background-color css
<style>
a { background-color: #FBFA2D; }
a { background-color: rgb(251,250,45); }
div.DivClassName
{
background-color: #FBFA2D;
}
.BgClassName
{
background-color: #FBFA2D;
}
</style>
border-color css
<style>
span { border-color: #FBFA2D; }
span { border-color: rgb(251,250,45); }
td.TdClassName
{
border-color: #FBFA2D;
}
.TagClassName
{
border-color: #FBFA2D;
}
</style>