Shades of Gorse #FBDD33
Tints of Gorse #FBDD33
RGB
CMYK
RGB Variations
Color information
#FBDD33 (or 0xFBDD33) is known color: Gorse. HEX triplet: FB, DD and 33. RGB value is (251,221,51). Sum of RGB (Red+Green+Blue) = 251+221+51=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 51 (20.31% from 255 or 9.75% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD33 is #0422CC. Grayscale: #D3D3D3. Windows color (decimal): -271053 or 3399163. OLE color: 3399163.
HSL color Cylindrical-coordinate representation of color #FBDD33: hue angle of 51º 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 #FBDD33 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 51º | 0.96% | 0.59% | - |
| HSV(B) | 51º | 0.8% | 0.98% | - |
| XYZ | 66.24 | 72.46 | 13.63 | - |
| YUV | 210.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 51 | 0 | 0.12 | 0.80 | 0.02 | 51 | 0.96 | 0.59 |
| Hex | FB | DD | 33 | 0 | C | 50 | 2 | 33 | 60 | 3B |
| Octal | 373 | 335 | 63 | 0 | 14 | 120 | 2 | 63 | 140 | 73 |
| Binary | 11111011 | 11011101 | 110011 | 0 | 1100 | 1010000 | 10 | 110011 | 1100000 | 111011 |
Color Harmonies of #FBDD33
Complementary color
Monochromatic Colors of #FBDD33
Black with #FBDD33
Text Example
Text Example
White with #FBDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD33; }
p { color: rgb(251,221,51); }
H1.HeaderClassName
{
color: #FBDD33;
}
.AnyTagClassName
{
color: #FBDD33;
}
</style>
background-color css
<style>
a { background-color: #FBDD33; }
a { background-color: rgb(251,221,51); }
div.DivClassName
{
background-color: #FBDD33;
}
.BgClassName
{
background-color: #FBDD33;
}
</style>
border-color css
<style>
span { border-color: #FBDD33; }
span { border-color: rgb(251,221,51); }
td.TdClassName
{
border-color: #FBDD33;
}
.TagClassName
{
border-color: #FBDD33;
}
</style>