Shades of Gorse #FBDA2B
Tints of Gorse #FBDA2B
RGB
CMYK
RGB Variations
Color information
#FBDA2B (or 0xFBDA2B) is known color: Gorse. HEX triplet: FB, DA and 2B. RGB value is (251,218,43). Sum of RGB (Red+Green+Blue) = 251+218+43=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 43 (17.19% from 255 or 8.40% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA2B is #0425D4. Grayscale: #D0D0D0. Windows color (decimal): -271829 or 2874107. OLE color: 2874107.
HSL color Cylindrical-coordinate representation of color #FBDA2B: hue angle of 50.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBDA2B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 43 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.02 |
| HSL | 50.48º | 0.96% | 0.58% | - |
| HSV(B) | 50.48º | 0.83% | 0.98% | - |
| XYZ | 65.29 | 70.83 | 12.52 | - |
| YUV | 207.92 | 34.93 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 43 | 0 | 0.13 | 0.83 | 0.02 | 50.48 | 0.96 | 0.58 |
| Hex | FB | DA | 2B | 0 | D | 53 | 2 | 32 | 60 | 3A |
| Octal | 373 | 332 | 53 | 0 | 15 | 123 | 2 | 62 | 140 | 72 |
| Binary | 11111011 | 11011010 | 101011 | 0 | 1101 | 1010011 | 10 | 110010 | 1100000 | 111010 |
Color Harmonies of #FBDA2B
Complementary color
Monochromatic Colors of #FBDA2B
Black with #FBDA2B
Text Example
Text Example
White with #FBDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA2B; }
p { color: rgb(251,218,43); }
H1.HeaderClassName
{
color: #FBDA2B;
}
.AnyTagClassName
{
color: #FBDA2B;
}
</style>
background-color css
<style>
a { background-color: #FBDA2B; }
a { background-color: rgb(251,218,43); }
div.DivClassName
{
background-color: #FBDA2B;
}
.BgClassName
{
background-color: #FBDA2B;
}
</style>
border-color css
<style>
span { border-color: #FBDA2B; }
span { border-color: rgb(251,218,43); }
td.TdClassName
{
border-color: #FBDA2B;
}
.TagClassName
{
border-color: #FBDA2B;
}
</style>