Shades of Gorse #FBF73C
Tints of Gorse #FBF73C
RGB
CMYK
RGB Variations
Color information
#FBF73C (or 0xFBF73C) is known color: Gorse. HEX triplet: FB, F7 and 3C. RGB value is (251,247,60). Sum of RGB (Red+Green+Blue) = 251+247+60=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 60 (23.83% from 255 or 10.75% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF73C is #0408C3. Grayscale: #E3E3E3. Windows color (decimal): -264388 or 3995643. OLE color: 3995643.
HSL color Cylindrical-coordinate representation of color #FBF73C: hue angle of 58.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBF73C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.02 |
| HSL | 58.74º | 0.96% | 0.61% | - |
| HSV(B) | 58.74º | 0.76% | 0.98% | - |
| XYZ | 73.86 | 87.36 | 17.24 | - |
| YUV | 226.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 60 | 0 | 0.02 | 0.76 | 0.02 | 58.74 | 0.96 | 0.61 |
| Hex | FB | F7 | 3C | 0 | 2 | 4C | 2 | 3B | 60 | 3D |
| Octal | 373 | 367 | 74 | 0 | 2 | 114 | 2 | 73 | 140 | 75 |
| Binary | 11111011 | 11110111 | 111100 | 0 | 10 | 1001100 | 10 | 111011 | 1100000 | 111101 |
Color Harmonies of #FBF73C
Complementary color
Monochromatic Colors of #FBF73C
Black with #FBF73C
Text Example
Text Example
White with #FBF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF73C; }
p { color: rgb(251,247,60); }
H1.HeaderClassName
{
color: #FBF73C;
}
.AnyTagClassName
{
color: #FBF73C;
}
</style>
background-color css
<style>
a { background-color: #FBF73C; }
a { background-color: rgb(251,247,60); }
div.DivClassName
{
background-color: #FBF73C;
}
.BgClassName
{
background-color: #FBF73C;
}
</style>
border-color css
<style>
span { border-color: #FBF73C; }
span { border-color: rgb(251,247,60); }
td.TdClassName
{
border-color: #FBF73C;
}
.TagClassName
{
border-color: #FBF73C;
}
</style>