Shades of Gorse #FBF52B
Tints of Gorse #FBF52B
RGB
CMYK
RGB Variations
Color information
#FBF52B (or 0xFBF52B) is known color: Gorse. HEX triplet: FB, F5 and 2B. RGB value is (251,245,43). Sum of RGB (Red+Green+Blue) = 251+245+43=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 43 (17.19% from 255 or 7.98% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF52B is #040AD4. Grayscale: #E0E0E0. Windows color (decimal): -264917 or 2881019. OLE color: 2881019.
HSL color Cylindrical-coordinate representation of color #FBF52B: hue angle of 58.27º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBF52B is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 43 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.02 |
| HSL | 58.27º | 0.96% | 0.58% | - |
| HSV(B) | 58.27º | 0.83% | 0.98% | - |
| XYZ | 72.87 | 85.99 | 15.04 | - |
| YUV | 223.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 43 | 0 | 0.02 | 0.83 | 0.02 | 58.27 | 0.96 | 0.58 |
| Hex | FB | F5 | 2B | 0 | 2 | 53 | 2 | 3A | 60 | 3A |
| Octal | 373 | 365 | 53 | 0 | 2 | 123 | 2 | 72 | 140 | 72 |
| Binary | 11111011 | 11110101 | 101011 | 0 | 10 | 1010011 | 10 | 111010 | 1100000 | 111010 |
Color Harmonies of #FBF52B
Complementary color
Monochromatic Colors of #FBF52B
Black with #FBF52B
Text Example
Text Example
White with #FBF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF52B; }
p { color: rgb(251,245,43); }
H1.HeaderClassName
{
color: #FBF52B;
}
.AnyTagClassName
{
color: #FBF52B;
}
</style>
background-color css
<style>
a { background-color: #FBF52B; }
a { background-color: rgb(251,245,43); }
div.DivClassName
{
background-color: #FBF52B;
}
.BgClassName
{
background-color: #FBF52B;
}
</style>
border-color css
<style>
span { border-color: #FBF52B; }
span { border-color: rgb(251,245,43); }
td.TdClassName
{
border-color: #FBF52B;
}
.TagClassName
{
border-color: #FBF52B;
}
</style>