Shades of Gorse #FBF93C
Tints of Gorse #FBF93C
RGB
CMYK
RGB Variations
Color information
#FBF93C (or 0xFBF93C) is known color: Gorse. HEX triplet: FB, F9 and 3C. RGB value is (251,249,60). Sum of RGB (Red+Green+Blue) = 251+249+60=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 60 (23.83% from 255 or 10.71% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF93C is #0406C3. Grayscale: #E4E4E4. Windows color (decimal): -263876 or 3996155. OLE color: 3996155.
HSL color Cylindrical-coordinate representation of color #FBF93C: hue angle of 59.37º 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 #FBF93C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 60 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.02 |
| HSL | 59.37º | 0.96% | 0.61% | - |
| HSV(B) | 59.37º | 0.76% | 0.98% | - |
| XYZ | 74.47 | 88.59 | 17.45 | - |
| YUV | 228.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 60 | 0 | 0.01 | 0.76 | 0.02 | 59.37 | 0.96 | 0.61 |
| Hex | FB | F9 | 3C | 0 | 1 | 4C | 2 | 3B | 60 | 3D |
| Octal | 373 | 371 | 74 | 0 | 1 | 114 | 2 | 73 | 140 | 75 |
| Binary | 11111011 | 11111001 | 111100 | 0 | 1 | 1001100 | 10 | 111011 | 1100000 | 111101 |
Color Harmonies of #FBF93C
Complementary color
Monochromatic Colors of #FBF93C
Black with #FBF93C
Text Example
Text Example
White with #FBF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF93C; }
p { color: rgb(251,249,60); }
H1.HeaderClassName
{
color: #FBF93C;
}
.AnyTagClassName
{
color: #FBF93C;
}
</style>
background-color css
<style>
a { background-color: #FBF93C; }
a { background-color: rgb(251,249,60); }
div.DivClassName
{
background-color: #FBF93C;
}
.BgClassName
{
background-color: #FBF93C;
}
</style>
border-color css
<style>
span { border-color: #FBF93C; }
span { border-color: rgb(251,249,60); }
td.TdClassName
{
border-color: #FBF93C;
}
.TagClassName
{
border-color: #FBF93C;
}
</style>