Shades of Gorse #FBDA2D
Tints of Gorse #FBDA2D
RGB
CMYK
RGB Variations
Color information
#FBDA2D (or 0xFBDA2D) is known color: Gorse. HEX triplet: FB, DA and 2D. RGB value is (251,218,45). Sum of RGB (Red+Green+Blue) = 251+218+45=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA2D is #0425D2. Grayscale: #D0D0D0. Windows color (decimal): -271827 or 3005179. OLE color: 3005179.
HSL color Cylindrical-coordinate representation of color #FBDA2D: hue angle of 50.39º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBDA2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 45 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.02 |
| HSL | 50.39º | 0.96% | 0.58% | - |
| HSV(B) | 50.39º | 0.82% | 0.98% | - |
| XYZ | 65.33 | 70.84 | 12.71 | - |
| YUV | 208.15 | 35.93 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 45 | 0 | 0.13 | 0.82 | 0.02 | 50.39 | 0.96 | 0.58 |
| Hex | FB | DA | 2D | 0 | D | 52 | 2 | 32 | 60 | 3A |
| Octal | 373 | 332 | 55 | 0 | 15 | 122 | 2 | 62 | 140 | 72 |
| Binary | 11111011 | 11011010 | 101101 | 0 | 1101 | 1010010 | 10 | 110010 | 1100000 | 111010 |
Color Harmonies of #FBDA2D
Complementary color
Monochromatic Colors of #FBDA2D
Black with #FBDA2D
Text Example
Text Example
White with #FBDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA2D; }
p { color: rgb(251,218,45); }
H1.HeaderClassName
{
color: #FBDA2D;
}
.AnyTagClassName
{
color: #FBDA2D;
}
</style>
background-color css
<style>
a { background-color: #FBDA2D; }
a { background-color: rgb(251,218,45); }
div.DivClassName
{
background-color: #FBDA2D;
}
.BgClassName
{
background-color: #FBDA2D;
}
</style>
border-color css
<style>
span { border-color: #FBDA2D; }
span { border-color: rgb(251,218,45); }
td.TdClassName
{
border-color: #FBDA2D;
}
.TagClassName
{
border-color: #FBDA2D;
}
</style>