Shades of Gorse #FBDD32
Tints of Gorse #FBDD32
RGB
CMYK
RGB Variations
Color information
#FBDD32 (or 0xFBDD32) is known color: Gorse. HEX triplet: FB, DD and 32. RGB value is (251,221,50). Sum of RGB (Red+Green+Blue) = 251+221+50=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 50 (19.92% from 255 or 9.58% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD32 is #0422CD. Grayscale: #D3D3D3. Windows color (decimal): -271054 or 3333627. OLE color: 3333627.
HSL color Cylindrical-coordinate representation of color #FBDD32: hue angle of 51.04º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBDD32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 51.04º | 0.96% | 0.59% | - |
| HSV(B) | 51.04º | 0.8% | 0.98% | - |
| XYZ | 66.22 | 72.45 | 13.51 | - |
| YUV | 210.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 50 | 0 | 0.12 | 0.80 | 0.02 | 51.04 | 0.96 | 0.59 |
| Hex | FB | DD | 32 | 0 | C | 50 | 2 | 33 | 60 | 3B |
| Octal | 373 | 335 | 62 | 0 | 14 | 120 | 2 | 63 | 140 | 73 |
| Binary | 11111011 | 11011101 | 110010 | 0 | 1100 | 1010000 | 10 | 110011 | 1100000 | 111011 |
Color Harmonies of #FBDD32
Complementary color
Monochromatic Colors of #FBDD32
Black with #FBDD32
Text Example
Text Example
White with #FBDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD32; }
p { color: rgb(251,221,50); }
H1.HeaderClassName
{
color: #FBDD32;
}
.AnyTagClassName
{
color: #FBDD32;
}
</style>
background-color css
<style>
a { background-color: #FBDD32; }
a { background-color: rgb(251,221,50); }
div.DivClassName
{
background-color: #FBDD32;
}
.BgClassName
{
background-color: #FBDD32;
}
</style>
border-color css
<style>
span { border-color: #FBDD32; }
span { border-color: rgb(251,221,50); }
td.TdClassName
{
border-color: #FBDD32;
}
.TagClassName
{
border-color: #FBDD32;
}
</style>