Shades of Gorse #FBFC2E
Tints of Gorse #FBFC2E
RGB
CMYK
RGB Variations
Color information
#FBFC2E (or 0xFBFC2E) is known color: Gorse. HEX triplet: FB, FC and 2E. RGB value is (251,252,46). Sum of RGB (Red+Green+Blue) = 251+252+46=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 46 (18.36% from 255 or 8.38% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC2E is #0403D1. Grayscale: #E5E5E5. Windows color (decimal): -263122 or 3079419. OLE color: 3079419.
HSL color Cylindrical-coordinate representation of color #FBFC2E: hue angle of 60.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFC2E is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 46 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.01 |
| HSL | 60.29º | 0.97% | 0.58% | - |
| HSV(B) | 60.29º | 0.82% | 0.99% | - |
| XYZ | 75.09 | 90.33 | 16.06 | - |
| YUV | 228.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 46 | 0.00 | 0 | 0.82 | 0.01 | 60.29 | 0.97 | 0.58 |
| Hex | FB | FC | 2E | 0 | 0 | 52 | 1 | 3C | 61 | 3A |
| Octal | 373 | 374 | 56 | 0 | 0 | 122 | 1 | 74 | 141 | 72 |
| Binary | 11111011 | 11111100 | 101110 | 0 | 0 | 1010010 | 1 | 111100 | 1100001 | 111010 |
Color Harmonies of #FBFC2E
Complementary color
Monochromatic Colors of #FBFC2E
Black with #FBFC2E
Text Example
Text Example
White with #FBFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC2E; }
p { color: rgb(251,252,46); }
H1.HeaderClassName
{
color: #FBFC2E;
}
.AnyTagClassName
{
color: #FBFC2E;
}
</style>
background-color css
<style>
a { background-color: #FBFC2E; }
a { background-color: rgb(251,252,46); }
div.DivClassName
{
background-color: #FBFC2E;
}
.BgClassName
{
background-color: #FBFC2E;
}
</style>
border-color css
<style>
span { border-color: #FBFC2E; }
span { border-color: rgb(251,252,46); }
td.TdClassName
{
border-color: #FBFC2E;
}
.TagClassName
{
border-color: #FBFC2E;
}
</style>