Shades of Gorse #FBDC2F
Tints of Gorse #FBDC2F
RGB
CMYK
RGB Variations
Color information
#FBDC2F (or 0xFBDC2F) is known color: Gorse. HEX triplet: FB, DC and 2F. RGB value is (251,220,47). Sum of RGB (Red+Green+Blue) = 251+220+47=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC2F is #0423D0. Grayscale: #D2D2D2. Windows color (decimal): -271313 or 3136763. OLE color: 3136763.
HSL color Cylindrical-coordinate representation of color #FBDC2F: hue angle of 50.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBDC2F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.02 |
| HSL | 50.88º | 0.96% | 0.58% | - |
| HSV(B) | 50.88º | 0.81% | 0.98% | - |
| XYZ | 65.89 | 71.9 | 13.09 | - |
| YUV | 209.55 | 36.27 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 47 | 0 | 0.12 | 0.81 | 0.02 | 50.88 | 0.96 | 0.58 |
| Hex | FB | DC | 2F | 0 | C | 51 | 2 | 33 | 60 | 3A |
| Octal | 373 | 334 | 57 | 0 | 14 | 121 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011100 | 101111 | 0 | 1100 | 1010001 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDC2F
Complementary color
Monochromatic Colors of #FBDC2F
Black with #FBDC2F
Text Example
Text Example
White with #FBDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC2F; }
p { color: rgb(251,220,47); }
H1.HeaderClassName
{
color: #FBDC2F;
}
.AnyTagClassName
{
color: #FBDC2F;
}
</style>
background-color css
<style>
a { background-color: #FBDC2F; }
a { background-color: rgb(251,220,47); }
div.DivClassName
{
background-color: #FBDC2F;
}
.BgClassName
{
background-color: #FBDC2F;
}
</style>
border-color css
<style>
span { border-color: #FBDC2F; }
span { border-color: rgb(251,220,47); }
td.TdClassName
{
border-color: #FBDC2F;
}
.TagClassName
{
border-color: #FBDC2F;
}
</style>