Shades of Gorse #FBFC2F
Tints of Gorse #FBFC2F
RGB
CMYK
RGB Variations
Color information
#FBFC2F (or 0xFBFC2F) is known color: Gorse. HEX triplet: FB, FC and 2F. RGB value is (251,252,47). Sum of RGB (Red+Green+Blue) = 251+252+47=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 47 (18.75% from 255 or 8.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC2F is #0403D0. Grayscale: #E5E5E5. Windows color (decimal): -263121 or 3144955. OLE color: 3144955.
HSL color Cylindrical-coordinate representation of color #FBFC2F: hue angle of 60.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBFC2F is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 47 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.01 |
| HSL | 60.29º | 0.97% | 0.59% | - |
| HSV(B) | 60.29º | 0.81% | 0.99% | - |
| XYZ | 75.11 | 90.34 | 16.17 | - |
| YUV | 228.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 47 | 0.00 | 0 | 0.81 | 0.01 | 60.29 | 0.97 | 0.59 |
| Hex | FB | FC | 2F | 0 | 0 | 51 | 1 | 3C | 61 | 3B |
| Octal | 373 | 374 | 57 | 0 | 0 | 121 | 1 | 74 | 141 | 73 |
| Binary | 11111011 | 11111100 | 101111 | 0 | 0 | 1010001 | 1 | 111100 | 1100001 | 111011 |
Color Harmonies of #FBFC2F
Complementary color
Monochromatic Colors of #FBFC2F
Black with #FBFC2F
Text Example
Text Example
White with #FBFC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC2F; }
p { color: rgb(251,252,47); }
H1.HeaderClassName
{
color: #FBFC2F;
}
.AnyTagClassName
{
color: #FBFC2F;
}
</style>
background-color css
<style>
a { background-color: #FBFC2F; }
a { background-color: rgb(251,252,47); }
div.DivClassName
{
background-color: #FBFC2F;
}
.BgClassName
{
background-color: #FBFC2F;
}
</style>
border-color css
<style>
span { border-color: #FBFC2F; }
span { border-color: rgb(251,252,47); }
td.TdClassName
{
border-color: #FBFC2F;
}
.TagClassName
{
border-color: #FBFC2F;
}
</style>