Shades of Gorse #FBDB36
Tints of Gorse #FBDB36
RGB
CMYK
RGB Variations
Color information
#FBDB36 (or 0xFBDB36) is known color: Gorse. HEX triplet: FB, DB and 36. RGB value is (251,219,54). Sum of RGB (Red+Green+Blue) = 251+219+54=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB36 is #0424C9. Grayscale: #D2D2D2. Windows color (decimal): -271562 or 3595259. OLE color: 3595259.
HSL color Cylindrical-coordinate representation of color #FBDB36: hue angle of 50.25º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBDB36 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 54 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.02 |
| HSL | 50.25º | 0.96% | 0.6% | - |
| HSV(B) | 50.25º | 0.78% | 0.98% | - |
| XYZ | 65.78 | 71.44 | 13.81 | - |
| YUV | 209.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 54 | 0 | 0.13 | 0.78 | 0.02 | 50.25 | 0.96 | 0.6 |
| Hex | FB | DB | 36 | 0 | D | 4E | 2 | 32 | 60 | 3C |
| Octal | 373 | 333 | 66 | 0 | 15 | 116 | 2 | 62 | 140 | 74 |
| Binary | 11111011 | 11011011 | 110110 | 0 | 1101 | 1001110 | 10 | 110010 | 1100000 | 111100 |
Color Harmonies of #FBDB36
Complementary color
Monochromatic Colors of #FBDB36
Black with #FBDB36
Text Example
Text Example
White with #FBDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB36; }
p { color: rgb(251,219,54); }
H1.HeaderClassName
{
color: #FBDB36;
}
.AnyTagClassName
{
color: #FBDB36;
}
</style>
background-color css
<style>
a { background-color: #FBDB36; }
a { background-color: rgb(251,219,54); }
div.DivClassName
{
background-color: #FBDB36;
}
.BgClassName
{
background-color: #FBDB36;
}
</style>
border-color css
<style>
span { border-color: #FBDB36; }
span { border-color: rgb(251,219,54); }
td.TdClassName
{
border-color: #FBDB36;
}
.TagClassName
{
border-color: #FBDB36;
}
</style>