Shades of Gorse #FBDB3D
Tints of Gorse #FBDB3D
RGB
CMYK
RGB Variations
Color information
#FBDB3D (or 0xFBDB3D) is known color: Gorse. HEX triplet: FB, DB and 3D. RGB value is (251,219,61). Sum of RGB (Red+Green+Blue) = 251+219+61=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB3D is #0424C2. Grayscale: #D3D3D3. Windows color (decimal): -271555 or 4054011. OLE color: 4054011.
HSL color Cylindrical-coordinate representation of color #FBDB3D: hue angle of 49.89º 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 #FBDB3D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 61 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.02 |
| HSL | 49.89º | 0.96% | 0.61% | - |
| HSV(B) | 49.89º | 0.76% | 0.98% | - |
| XYZ | 65.96 | 71.51 | 14.74 | - |
| YUV | 210.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 61 | 0 | 0.13 | 0.76 | 0.02 | 49.89 | 0.96 | 0.61 |
| Hex | FB | DB | 3D | 0 | D | 4C | 2 | 32 | 60 | 3D |
| Octal | 373 | 333 | 75 | 0 | 15 | 114 | 2 | 62 | 140 | 75 |
| Binary | 11111011 | 11011011 | 111101 | 0 | 1101 | 1001100 | 10 | 110010 | 1100000 | 111101 |
Color Harmonies of #FBDB3D
Complementary color
Monochromatic Colors of #FBDB3D
Black with #FBDB3D
Text Example
Text Example
White with #FBDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB3D; }
p { color: rgb(251,219,61); }
H1.HeaderClassName
{
color: #FBDB3D;
}
.AnyTagClassName
{
color: #FBDB3D;
}
</style>
background-color css
<style>
a { background-color: #FBDB3D; }
a { background-color: rgb(251,219,61); }
div.DivClassName
{
background-color: #FBDB3D;
}
.BgClassName
{
background-color: #FBDB3D;
}
</style>
border-color css
<style>
span { border-color: #FBDB3D; }
span { border-color: rgb(251,219,61); }
td.TdClassName
{
border-color: #FBDB3D;
}
.TagClassName
{
border-color: #FBDB3D;
}
</style>