Shades of Gorse #FBDC2D
Tints of Gorse #FBDC2D
RGB
CMYK
RGB Variations
Color information
#FBDC2D (or 0xFBDC2D) is known color: Gorse. HEX triplet: FB, DC and 2D. RGB value is (251,220,45). Sum of RGB (Red+Green+Blue) = 251+220+45=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC2D is #0423D2. Grayscale: #D2D2D2. Windows color (decimal): -271315 or 3005691. OLE color: 3005691.
HSL color Cylindrical-coordinate representation of color #FBDC2D: hue angle of 50.97º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBDC2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 50.97º | 0.96% | 0.58% | - |
| HSV(B) | 50.97º | 0.82% | 0.98% | - |
| XYZ | 65.85 | 71.89 | 12.89 | - |
| YUV | 209.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 45 | 0 | 0.12 | 0.82 | 0.02 | 50.97 | 0.96 | 0.58 |
| Hex | FB | DC | 2D | 0 | C | 52 | 2 | 33 | 60 | 3A |
| Octal | 373 | 334 | 55 | 0 | 14 | 122 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011100 | 101101 | 0 | 1100 | 1010010 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDC2D
Complementary color
Monochromatic Colors of #FBDC2D
Black with #FBDC2D
Text Example
Text Example
White with #FBDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC2D; }
p { color: rgb(251,220,45); }
H1.HeaderClassName
{
color: #FBDC2D;
}
.AnyTagClassName
{
color: #FBDC2D;
}
</style>
background-color css
<style>
a { background-color: #FBDC2D; }
a { background-color: rgb(251,220,45); }
div.DivClassName
{
background-color: #FBDC2D;
}
.BgClassName
{
background-color: #FBDC2D;
}
</style>
border-color css
<style>
span { border-color: #FBDC2D; }
span { border-color: rgb(251,220,45); }
td.TdClassName
{
border-color: #FBDC2D;
}
.TagClassName
{
border-color: #FBDC2D;
}
</style>