Shades of Gorse #FBDB43
Tints of Gorse #FBDB43
RGB
CMYK
RGB Variations
Color information
#FBDB43 (or 0xFBDB43) is known color: Gorse. HEX triplet: FB, DB and 43. RGB value is (251,219,67). Sum of RGB (Red+Green+Blue) = 251+219+67=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 67 (26.56% from 255 or 12.48% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB43 is #0424BC. Grayscale: #D3D3D3. Windows color (decimal): -271549 or 4447227. OLE color: 4447227.
HSL color Cylindrical-coordinate representation of color #FBDB43: hue angle of 49.57º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBDB43 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 67 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.02 |
| HSL | 49.57º | 0.96% | 0.62% | - |
| HSV(B) | 49.57º | 0.73% | 0.98% | - |
| XYZ | 66.13 | 71.58 | 15.64 | - |
| YUV | 211.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 67 | 0 | 0.13 | 0.73 | 0.02 | 49.57 | 0.96 | 0.62 |
| Hex | FB | DB | 43 | 0 | D | 49 | 2 | 32 | 60 | 3E |
| Octal | 373 | 333 | 103 | 0 | 15 | 111 | 2 | 62 | 140 | 76 |
| Binary | 11111011 | 11011011 | 1000011 | 0 | 1101 | 1001001 | 10 | 110010 | 1100000 | 111110 |
Color Harmonies of #FBDB43
Complementary color
Monochromatic Colors of #FBDB43
Black with #FBDB43
Text Example
Text Example
White with #FBDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB43; }
p { color: rgb(251,219,67); }
H1.HeaderClassName
{
color: #FBDB43;
}
.AnyTagClassName
{
color: #FBDB43;
}
</style>
background-color css
<style>
a { background-color: #FBDB43; }
a { background-color: rgb(251,219,67); }
div.DivClassName
{
background-color: #FBDB43;
}
.BgClassName
{
background-color: #FBDB43;
}
</style>
border-color css
<style>
span { border-color: #FBDB43; }
span { border-color: rgb(251,219,67); }
td.TdClassName
{
border-color: #FBDB43;
}
.TagClassName
{
border-color: #FBDB43;
}
</style>