Shades of Gorse #FBF330
Tints of Gorse #FBF330
RGB
CMYK
RGB Variations
Color information
#FBF330 (or 0xFBF330) is known color: Gorse. HEX triplet: FB, F3 and 30. RGB value is (251,243,48). Sum of RGB (Red+Green+Blue) = 251+243+48=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 48 (19.14% from 255 or 8.86% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF330 is #040CCF. Grayscale: #DFDFDF. Windows color (decimal): -265424 or 3208187. OLE color: 3208187.
HSL color Cylindrical-coordinate representation of color #FBF330: hue angle of 57.64º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBF330 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 48 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.02 |
| HSL | 57.64º | 0.96% | 0.59% | - |
| HSV(B) | 57.64º | 0.81% | 0.98% | - |
| XYZ | 72.37 | 84.82 | 15.35 | - |
| YUV | 223.16 | 29.15 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 48 | 0 | 0.03 | 0.81 | 0.02 | 57.64 | 0.96 | 0.59 |
| Hex | FB | F3 | 30 | 0 | 3 | 51 | 2 | 3A | 60 | 3B |
| Octal | 373 | 363 | 60 | 0 | 3 | 121 | 2 | 72 | 140 | 73 |
| Binary | 11111011 | 11110011 | 110000 | 0 | 11 | 1010001 | 10 | 111010 | 1100000 | 111011 |
Color Harmonies of #FBF330
Complementary color
Monochromatic Colors of #FBF330
Black with #FBF330
Text Example
Text Example
White with #FBF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF330; }
p { color: rgb(251,243,48); }
H1.HeaderClassName
{
color: #FBF330;
}
.AnyTagClassName
{
color: #FBF330;
}
</style>
background-color css
<style>
a { background-color: #FBF330; }
a { background-color: rgb(251,243,48); }
div.DivClassName
{
background-color: #FBF330;
}
.BgClassName
{
background-color: #FBF330;
}
</style>
border-color css
<style>
span { border-color: #FBF330; }
span { border-color: rgb(251,243,48); }
td.TdClassName
{
border-color: #FBF330;
}
.TagClassName
{
border-color: #FBF330;
}
</style>