Shades of Gorse #FBF43C
Tints of Gorse #FBF43C
RGB
CMYK
RGB Variations
Color information
#FBF43C (or 0xFBF43C) is known color: Gorse. HEX triplet: FB, F4 and 3C. RGB value is (251,244,60). Sum of RGB (Red+Green+Blue) = 251+244+60=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 60 (23.83% from 255 or 10.81% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF43C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF43C is #040BC3. Grayscale: #E1E1E1. Windows color (decimal): -265156 or 3994875. OLE color: 3994875.
HSL color Cylindrical-coordinate representation of color #FBF43C: hue angle of 57.8º 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 #FBF43C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 60 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.02 |
| HSL | 57.8º | 0.96% | 0.61% | - |
| HSV(B) | 57.8º | 0.76% | 0.98% | - |
| XYZ | 72.95 | 85.54 | 16.94 | - |
| YUV | 225.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 60 | 0 | 0.03 | 0.76 | 0.02 | 57.8 | 0.96 | 0.61 |
| Hex | FB | F4 | 3C | 0 | 3 | 4C | 2 | 3A | 60 | 3D |
| Octal | 373 | 364 | 74 | 0 | 3 | 114 | 2 | 72 | 140 | 75 |
| Binary | 11111011 | 11110100 | 111100 | 0 | 11 | 1001100 | 10 | 111010 | 1100000 | 111101 |
Color Harmonies of #FBF43C
Complementary color
Monochromatic Colors of #FBF43C
Black with #FBF43C
Text Example
Text Example
White with #FBF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF43C; }
p { color: rgb(251,244,60); }
H1.HeaderClassName
{
color: #FBF43C;
}
.AnyTagClassName
{
color: #FBF43C;
}
</style>
background-color css
<style>
a { background-color: #FBF43C; }
a { background-color: rgb(251,244,60); }
div.DivClassName
{
background-color: #FBF43C;
}
.BgClassName
{
background-color: #FBF43C;
}
</style>
border-color css
<style>
span { border-color: #FBF43C; }
span { border-color: rgb(251,244,60); }
td.TdClassName
{
border-color: #FBF43C;
}
.TagClassName
{
border-color: #FBF43C;
}
</style>