Shades of Gorse #FBDD2B
Tints of Gorse #FBDD2B
RGB
CMYK
RGB Variations
Color information
#FBDD2B (or 0xFBDD2B) is known color: Gorse. HEX triplet: FB, DD and 2B. RGB value is (251,221,43). Sum of RGB (Red+Green+Blue) = 251+221+43=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD2B is #0422D4. Grayscale: #D2D2D2. Windows color (decimal): -271061 or 2874875. OLE color: 2874875.
HSL color Cylindrical-coordinate representation of color #FBDD2B: hue angle of 51.35º 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 #FBDD2B is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 43 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.02 |
| HSL | 51.35º | 0.96% | 0.58% | - |
| HSV(B) | 51.35º | 0.83% | 0.98% | - |
| XYZ | 66.08 | 72.4 | 12.78 | - |
| YUV | 209.68 | 33.94 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 43 | 0 | 0.12 | 0.83 | 0.02 | 51.35 | 0.96 | 0.58 |
| Hex | FB | DD | 2B | 0 | C | 53 | 2 | 33 | 60 | 3A |
| Octal | 373 | 335 | 53 | 0 | 14 | 123 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011101 | 101011 | 0 | 1100 | 1010011 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDD2B
Complementary color
Monochromatic Colors of #FBDD2B
Black with #FBDD2B
Text Example
Text Example
White with #FBDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD2B; }
p { color: rgb(251,221,43); }
H1.HeaderClassName
{
color: #FBDD2B;
}
.AnyTagClassName
{
color: #FBDD2B;
}
</style>
background-color css
<style>
a { background-color: #FBDD2B; }
a { background-color: rgb(251,221,43); }
div.DivClassName
{
background-color: #FBDD2B;
}
.BgClassName
{
background-color: #FBDD2B;
}
</style>
border-color css
<style>
span { border-color: #FBDD2B; }
span { border-color: rgb(251,221,43); }
td.TdClassName
{
border-color: #FBDD2B;
}
.TagClassName
{
border-color: #FBDD2B;
}
</style>