Shades of Gorse #FBDA33
Tints of Gorse #FBDA33
RGB
CMYK
RGB Variations
Color information
#FBDA33 (or 0xFBDA33) is known color: Gorse. HEX triplet: FB, DA and 33. RGB value is (251,218,51). Sum of RGB (Red+Green+Blue) = 251+218+51=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 51 (20.31% from 255 or 9.81% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA33 is #0425CC. Grayscale: #D1D1D1. Windows color (decimal): -271821 or 3398395. OLE color: 3398395.
HSL color Cylindrical-coordinate representation of color #FBDA33: hue angle of 50.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBDA33 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 51 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.02 |
| HSL | 50.1º | 0.96% | 0.59% | - |
| HSV(B) | 50.1º | 0.8% | 0.98% | - |
| XYZ | 65.45 | 70.89 | 13.37 | - |
| YUV | 208.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 51 | 0 | 0.13 | 0.80 | 0.02 | 50.1 | 0.96 | 0.59 |
| Hex | FB | DA | 33 | 0 | D | 50 | 2 | 32 | 60 | 3B |
| Octal | 373 | 332 | 63 | 0 | 15 | 120 | 2 | 62 | 140 | 73 |
| Binary | 11111011 | 11011010 | 110011 | 0 | 1101 | 1010000 | 10 | 110010 | 1100000 | 111011 |
Color Harmonies of #FBDA33
Complementary color
Monochromatic Colors of #FBDA33
Black with #FBDA33
Text Example
Text Example
White with #FBDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA33; }
p { color: rgb(251,218,51); }
H1.HeaderClassName
{
color: #FBDA33;
}
.AnyTagClassName
{
color: #FBDA33;
}
</style>
background-color css
<style>
a { background-color: #FBDA33; }
a { background-color: rgb(251,218,51); }
div.DivClassName
{
background-color: #FBDA33;
}
.BgClassName
{
background-color: #FBDA33;
}
</style>
border-color css
<style>
span { border-color: #FBDA33; }
span { border-color: rgb(251,218,51); }
td.TdClassName
{
border-color: #FBDA33;
}
.TagClassName
{
border-color: #FBDA33;
}
</style>