Shades of Gorse #FBF72C
Tints of Gorse #FBF72C
RGB
CMYK
RGB Variations
Color information
#FBF72C (or 0xFBF72C) is known color: Gorse. HEX triplet: FB, F7 and 2C. RGB value is (251,247,44). Sum of RGB (Red+Green+Blue) = 251+247+44=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 44 (17.58% from 255 or 8.12% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF72C is #0408D3. Grayscale: #E1E1E1. Windows color (decimal): -264404 or 2947067. OLE color: 2947067.
HSL color Cylindrical-coordinate representation of color #FBF72C: hue angle of 58.84º 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 #FBF72C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 44 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.02 |
| HSL | 58.84º | 0.96% | 0.58% | - |
| HSV(B) | 58.84º | 0.82% | 0.98% | - |
| XYZ | 73.5 | 87.21 | 15.34 | - |
| YUV | 225.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 44 | 0 | 0.02 | 0.82 | 0.02 | 58.84 | 0.96 | 0.58 |
| Hex | FB | F7 | 2C | 0 | 2 | 52 | 2 | 3B | 60 | 3A |
| Octal | 373 | 367 | 54 | 0 | 2 | 122 | 2 | 73 | 140 | 72 |
| Binary | 11111011 | 11110111 | 101100 | 0 | 10 | 1010010 | 10 | 111011 | 1100000 | 111010 |
Color Harmonies of #FBF72C
Complementary color
Monochromatic Colors of #FBF72C
Black with #FBF72C
Text Example
Text Example
White with #FBF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF72C; }
p { color: rgb(251,247,44); }
H1.HeaderClassName
{
color: #FBF72C;
}
.AnyTagClassName
{
color: #FBF72C;
}
</style>
background-color css
<style>
a { background-color: #FBF72C; }
a { background-color: rgb(251,247,44); }
div.DivClassName
{
background-color: #FBF72C;
}
.BgClassName
{
background-color: #FBF72C;
}
</style>
border-color css
<style>
span { border-color: #FBF72C; }
span { border-color: rgb(251,247,44); }
td.TdClassName
{
border-color: #FBF72C;
}
.TagClassName
{
border-color: #FBF72C;
}
</style>