Shades of Gorse #FBDA2F
Tints of Gorse #FBDA2F
RGB
CMYK
RGB Variations
Color information
#FBDA2F (or 0xFBDA2F) is known color: Gorse. HEX triplet: FB, DA and 2F. RGB value is (251,218,47). Sum of RGB (Red+Green+Blue) = 251+218+47=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA2F is #0425D0. Grayscale: #D1D1D1. Windows color (decimal): -271825 or 3136251. OLE color: 3136251.
HSL color Cylindrical-coordinate representation of color #FBDA2F: hue angle of 50.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBDA2F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.02 |
| HSL | 50.29º | 0.96% | 0.58% | - |
| HSV(B) | 50.29º | 0.81% | 0.98% | - |
| XYZ | 65.37 | 70.86 | 12.92 | - |
| YUV | 208.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 47 | 0 | 0.13 | 0.81 | 0.02 | 50.29 | 0.96 | 0.58 |
| Hex | FB | DA | 2F | 0 | D | 51 | 2 | 32 | 60 | 3A |
| Octal | 373 | 332 | 57 | 0 | 15 | 121 | 2 | 62 | 140 | 72 |
| Binary | 11111011 | 11011010 | 101111 | 0 | 1101 | 1010001 | 10 | 110010 | 1100000 | 111010 |
Color Harmonies of #FBDA2F
Complementary color
Monochromatic Colors of #FBDA2F
Black with #FBDA2F
Text Example
Text Example
White with #FBDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA2F; }
p { color: rgb(251,218,47); }
H1.HeaderClassName
{
color: #FBDA2F;
}
.AnyTagClassName
{
color: #FBDA2F;
}
</style>
background-color css
<style>
a { background-color: #FBDA2F; }
a { background-color: rgb(251,218,47); }
div.DivClassName
{
background-color: #FBDA2F;
}
.BgClassName
{
background-color: #FBDA2F;
}
</style>
border-color css
<style>
span { border-color: #FBDA2F; }
span { border-color: rgb(251,218,47); }
td.TdClassName
{
border-color: #FBDA2F;
}
.TagClassName
{
border-color: #FBDA2F;
}
</style>