Shades of Gorse #FBDA2E
Tints of Gorse #FBDA2E
RGB
CMYK
RGB Variations
Color information
#FBDA2E (or 0xFBDA2E) is known color: Gorse. HEX triplet: FB, DA and 2E. RGB value is (251,218,46). Sum of RGB (Red+Green+Blue) = 251+218+46=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA2E is #0425D1. Grayscale: #D0D0D0. Windows color (decimal): -271826 or 3070715. OLE color: 3070715.
HSL color Cylindrical-coordinate representation of color #FBDA2E: hue angle of 50.34º 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 #FBDA2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 46 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.02 |
| HSL | 50.34º | 0.96% | 0.58% | - |
| HSV(B) | 50.34º | 0.82% | 0.98% | - |
| XYZ | 65.35 | 70.85 | 12.82 | - |
| YUV | 208.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 46 | 0 | 0.13 | 0.82 | 0.02 | 50.34 | 0.96 | 0.58 |
| Hex | FB | DA | 2E | 0 | D | 52 | 2 | 32 | 60 | 3A |
| Octal | 373 | 332 | 56 | 0 | 15 | 122 | 2 | 62 | 140 | 72 |
| Binary | 11111011 | 11011010 | 101110 | 0 | 1101 | 1010010 | 10 | 110010 | 1100000 | 111010 |
Color Harmonies of #FBDA2E
Complementary color
Monochromatic Colors of #FBDA2E
Black with #FBDA2E
Text Example
Text Example
White with #FBDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA2E; }
p { color: rgb(251,218,46); }
H1.HeaderClassName
{
color: #FBDA2E;
}
.AnyTagClassName
{
color: #FBDA2E;
}
</style>
background-color css
<style>
a { background-color: #FBDA2E; }
a { background-color: rgb(251,218,46); }
div.DivClassName
{
background-color: #FBDA2E;
}
.BgClassName
{
background-color: #FBDA2E;
}
</style>
border-color css
<style>
span { border-color: #FBDA2E; }
span { border-color: rgb(251,218,46); }
td.TdClassName
{
border-color: #FBDA2E;
}
.TagClassName
{
border-color: #FBDA2E;
}
</style>