Shades of Gorse #FBDB3B
Tints of Gorse #FBDB3B
RGB
CMYK
RGB Variations
Color information
#FBDB3B (or 0xFBDB3B) is known color: Gorse. HEX triplet: FB, DB and 3B. RGB value is (251,219,59). Sum of RGB (Red+Green+Blue) = 251+219+59=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB3B is #0424C4. Grayscale: #D3D3D3. Windows color (decimal): -271557 or 3922939. OLE color: 3922939.
HSL color Cylindrical-coordinate representation of color #FBDB3B: hue angle of 50º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBDB3B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 59 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.02 |
| HSL | 50º | 0.96% | 0.61% | - |
| HSV(B) | 50º | 0.76% | 0.98% | - |
| XYZ | 65.9 | 71.49 | 14.46 | - |
| YUV | 210.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 59 | 0 | 0.13 | 0.76 | 0.02 | 50 | 0.96 | 0.61 |
| Hex | FB | DB | 3B | 0 | D | 4C | 2 | 32 | 60 | 3D |
| Octal | 373 | 333 | 73 | 0 | 15 | 114 | 2 | 62 | 140 | 75 |
| Binary | 11111011 | 11011011 | 111011 | 0 | 1101 | 1001100 | 10 | 110010 | 1100000 | 111101 |
Color Harmonies of #FBDB3B
Complementary color
Monochromatic Colors of #FBDB3B
Black with #FBDB3B
Text Example
Text Example
White with #FBDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB3B; }
p { color: rgb(251,219,59); }
H1.HeaderClassName
{
color: #FBDB3B;
}
.AnyTagClassName
{
color: #FBDB3B;
}
</style>
background-color css
<style>
a { background-color: #FBDB3B; }
a { background-color: rgb(251,219,59); }
div.DivClassName
{
background-color: #FBDB3B;
}
.BgClassName
{
background-color: #FBDB3B;
}
</style>
border-color css
<style>
span { border-color: #FBDB3B; }
span { border-color: rgb(251,219,59); }
td.TdClassName
{
border-color: #FBDB3B;
}
.TagClassName
{
border-color: #FBDB3B;
}
</style>