Shades of Gorse #FBF534
Tints of Gorse #FBF534
RGB
CMYK
RGB Variations
Color information
#FBF534 (or 0xFBF534) is known color: Gorse. HEX triplet: FB, F5 and 34. RGB value is (251,245,52). Sum of RGB (Red+Green+Blue) = 251+245+52=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 52 (20.70% from 255 or 9.49% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF534 is #040ACB. Grayscale: #E1E1E1. Windows color (decimal): -264908 or 3470843. OLE color: 3470843.
HSL color Cylindrical-coordinate representation of color #FBF534: hue angle of 58.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBF534 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 52 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.02 |
| HSL | 58.19º | 0.96% | 0.59% | - |
| HSV(B) | 58.19º | 0.79% | 0.98% | - |
| XYZ | 73.06 | 86.06 | 16.01 | - |
| YUV | 224.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 52 | 0 | 0.02 | 0.79 | 0.02 | 58.19 | 0.96 | 0.59 |
| Hex | FB | F5 | 34 | 0 | 2 | 4F | 2 | 3A | 60 | 3B |
| Octal | 373 | 365 | 64 | 0 | 2 | 117 | 2 | 72 | 140 | 73 |
| Binary | 11111011 | 11110101 | 110100 | 0 | 10 | 1001111 | 10 | 111010 | 1100000 | 111011 |
Color Harmonies of #FBF534
Complementary color
Monochromatic Colors of #FBF534
Black with #FBF534
Text Example
Text Example
White with #FBF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF534; }
p { color: rgb(251,245,52); }
H1.HeaderClassName
{
color: #FBF534;
}
.AnyTagClassName
{
color: #FBF534;
}
</style>
background-color css
<style>
a { background-color: #FBF534; }
a { background-color: rgb(251,245,52); }
div.DivClassName
{
background-color: #FBF534;
}
.BgClassName
{
background-color: #FBF534;
}
</style>
border-color css
<style>
span { border-color: #FBF534; }
span { border-color: rgb(251,245,52); }
td.TdClassName
{
border-color: #FBF534;
}
.TagClassName
{
border-color: #FBF534;
}
</style>