Shades of Gorse #FBDC33
Tints of Gorse #FBDC33
RGB
CMYK
RGB Variations
Color information
#FBDC33 (or 0xFBDC33) is known color: Gorse. HEX triplet: FB, DC and 33. RGB value is (251,220,51). Sum of RGB (Red+Green+Blue) = 251+220+51=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC33 is #0423CC. Grayscale: #D2D2D2. Windows color (decimal): -271309 or 3398907. OLE color: 3398907.
HSL color Cylindrical-coordinate representation of color #FBDC33: hue angle of 50.7º 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 #FBDC33 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 50.7º | 0.96% | 0.59% | - |
| HSV(B) | 50.7º | 0.8% | 0.98% | - |
| XYZ | 65.97 | 71.93 | 13.54 | - |
| YUV | 210 | 38.27 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 51 | 0 | 0.12 | 0.80 | 0.02 | 50.7 | 0.96 | 0.59 |
| Hex | FB | DC | 33 | 0 | C | 50 | 2 | 33 | 60 | 3B |
| Octal | 373 | 334 | 63 | 0 | 14 | 120 | 2 | 63 | 140 | 73 |
| Binary | 11111011 | 11011100 | 110011 | 0 | 1100 | 1010000 | 10 | 110011 | 1100000 | 111011 |
Color Harmonies of #FBDC33
Complementary color
Monochromatic Colors of #FBDC33
Black with #FBDC33
Text Example
Text Example
White with #FBDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC33; }
p { color: rgb(251,220,51); }
H1.HeaderClassName
{
color: #FBDC33;
}
.AnyTagClassName
{
color: #FBDC33;
}
</style>
background-color css
<style>
a { background-color: #FBDC33; }
a { background-color: rgb(251,220,51); }
div.DivClassName
{
background-color: #FBDC33;
}
.BgClassName
{
background-color: #FBDC33;
}
</style>
border-color css
<style>
span { border-color: #FBDC33; }
span { border-color: rgb(251,220,51); }
td.TdClassName
{
border-color: #FBDC33;
}
.TagClassName
{
border-color: #FBDC33;
}
</style>