Shades of Gorse #FBDA2A
Tints of Gorse #FBDA2A
RGB
CMYK
RGB Variations
Color information
#FBDA2A (or 0xFBDA2A) is known color: Gorse. HEX triplet: FB, DA and 2A. RGB value is (251,218,42). Sum of RGB (Red+Green+Blue) = 251+218+42=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA2A is #0425D5. Grayscale: #D0D0D0. Windows color (decimal): -271830 or 2808571. OLE color: 2808571.
HSL color Cylindrical-coordinate representation of color #FBDA2A: hue angle of 50.53º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBDA2A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 42 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.02 |
| HSL | 50.53º | 0.96% | 0.57% | - |
| HSV(B) | 50.53º | 0.83% | 0.98% | - |
| XYZ | 65.27 | 70.82 | 12.42 | - |
| YUV | 207.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 42 | 0 | 0.13 | 0.83 | 0.02 | 50.53 | 0.96 | 0.57 |
| Hex | FB | DA | 2A | 0 | D | 53 | 2 | 33 | 60 | 39 |
| Octal | 373 | 332 | 52 | 0 | 15 | 123 | 2 | 63 | 140 | 71 |
| Binary | 11111011 | 11011010 | 101010 | 0 | 1101 | 1010011 | 10 | 110011 | 1100000 | 111001 |
Color Harmonies of #FBDA2A
Complementary color
Monochromatic Colors of #FBDA2A
Black with #FBDA2A
Text Example
Text Example
White with #FBDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA2A; }
p { color: rgb(251,218,42); }
H1.HeaderClassName
{
color: #FBDA2A;
}
.AnyTagClassName
{
color: #FBDA2A;
}
</style>
background-color css
<style>
a { background-color: #FBDA2A; }
a { background-color: rgb(251,218,42); }
div.DivClassName
{
background-color: #FBDA2A;
}
.BgClassName
{
background-color: #FBDA2A;
}
</style>
border-color css
<style>
span { border-color: #FBDA2A; }
span { border-color: rgb(251,218,42); }
td.TdClassName
{
border-color: #FBDA2A;
}
.TagClassName
{
border-color: #FBDA2A;
}
</style>