Shades of Gorse #FBDB28
Tints of Gorse #FBDB28
RGB
CMYK
RGB Variations
Color information
#FBDB28 (or 0xFBDB28) is known color: Gorse. HEX triplet: FB, DB and 28. RGB value is (251,219,40). Sum of RGB (Red+Green+Blue) = 251+219+40=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB28 is #0424D7. Grayscale: #D0D0D0. Windows color (decimal): -271576 or 2677755. OLE color: 2677755.
HSL color Cylindrical-coordinate representation of color #FBDB28: hue angle of 50.9º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBDB28 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.02 |
| HSL | 50.9º | 0.96% | 0.57% | - |
| HSV(B) | 50.9º | 0.84% | 0.98% | - |
| XYZ | 65.5 | 71.33 | 12.32 | - |
| YUV | 208.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 40 | 0 | 0.13 | 0.84 | 0.02 | 50.9 | 0.96 | 0.57 |
| Hex | FB | DB | 28 | 0 | D | 54 | 2 | 33 | 60 | 39 |
| Octal | 373 | 333 | 50 | 0 | 15 | 124 | 2 | 63 | 140 | 71 |
| Binary | 11111011 | 11011011 | 101000 | 0 | 1101 | 1010100 | 10 | 110011 | 1100000 | 111001 |
Color Harmonies of #FBDB28
Complementary color
Monochromatic Colors of #FBDB28
Black with #FBDB28
Text Example
Text Example
White with #FBDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB28; }
p { color: rgb(251,219,40); }
H1.HeaderClassName
{
color: #FBDB28;
}
.AnyTagClassName
{
color: #FBDB28;
}
</style>
background-color css
<style>
a { background-color: #FBDB28; }
a { background-color: rgb(251,219,40); }
div.DivClassName
{
background-color: #FBDB28;
}
.BgClassName
{
background-color: #FBDB28;
}
</style>
border-color css
<style>
span { border-color: #FBDB28; }
span { border-color: rgb(251,219,40); }
td.TdClassName
{
border-color: #FBDB28;
}
.TagClassName
{
border-color: #FBDB28;
}
</style>