Shades of Gorse #FBDB2E
Tints of Gorse #FBDB2E
RGB
CMYK
RGB Variations
Color information
#FBDB2E (or 0xFBDB2E) is known color: Gorse. HEX triplet: FB, DB and 2E. RGB value is (251,219,46). Sum of RGB (Red+Green+Blue) = 251+219+46=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB2E is #0424D1. Grayscale: #D1D1D1. Windows color (decimal): -271570 or 3070971. OLE color: 3070971.
HSL color Cylindrical-coordinate representation of color #FBDB2E: hue angle of 50.63º 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 #FBDB2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 46 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.02 |
| HSL | 50.63º | 0.96% | 0.58% | - |
| HSV(B) | 50.63º | 0.82% | 0.98% | - |
| XYZ | 65.61 | 71.37 | 12.9 | - |
| YUV | 208.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 46 | 0 | 0.13 | 0.82 | 0.02 | 50.63 | 0.96 | 0.58 |
| Hex | FB | DB | 2E | 0 | D | 52 | 2 | 33 | 60 | 3A |
| Octal | 373 | 333 | 56 | 0 | 15 | 122 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011011 | 101110 | 0 | 1101 | 1010010 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDB2E
Complementary color
Monochromatic Colors of #FBDB2E
Black with #FBDB2E
Text Example
Text Example
White with #FBDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB2E; }
p { color: rgb(251,219,46); }
H1.HeaderClassName
{
color: #FBDB2E;
}
.AnyTagClassName
{
color: #FBDB2E;
}
</style>
background-color css
<style>
a { background-color: #FBDB2E; }
a { background-color: rgb(251,219,46); }
div.DivClassName
{
background-color: #FBDB2E;
}
.BgClassName
{
background-color: #FBDB2E;
}
</style>
border-color css
<style>
span { border-color: #FBDB2E; }
span { border-color: rgb(251,219,46); }
td.TdClassName
{
border-color: #FBDB2E;
}
.TagClassName
{
border-color: #FBDB2E;
}
</style>