Shades of Gorse #FBDD2C
Tints of Gorse #FBDD2C
RGB
CMYK
RGB Variations
Color information
#FBDD2C (or 0xFBDD2C) is known color: Gorse. HEX triplet: FB, DD and 2C. RGB value is (251,221,44). Sum of RGB (Red+Green+Blue) = 251+221+44=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD2C is #0422D3. Grayscale: #D2D2D2. Windows color (decimal): -271060 or 2940411. OLE color: 2940411.
HSL color Cylindrical-coordinate representation of color #FBDD2C: hue angle of 51.3º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBDD2C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 44 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.3º | 0.96% | 0.58% | - |
| HSV(B) | 51.3º | 0.82% | 0.98% | - |
| XYZ | 66.09 | 72.4 | 12.87 | - |
| YUV | 209.79 | 34.44 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 44 | 0 | 0.12 | 0.82 | 0.02 | 51.3 | 0.96 | 0.58 |
| Hex | FB | DD | 2C | 0 | C | 52 | 2 | 33 | 60 | 3A |
| Octal | 373 | 335 | 54 | 0 | 14 | 122 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011101 | 101100 | 0 | 1100 | 1010010 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDD2C
Complementary color
Monochromatic Colors of #FBDD2C
Black with #FBDD2C
Text Example
Text Example
White with #FBDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD2C; }
p { color: rgb(251,221,44); }
H1.HeaderClassName
{
color: #FBDD2C;
}
.AnyTagClassName
{
color: #FBDD2C;
}
</style>
background-color css
<style>
a { background-color: #FBDD2C; }
a { background-color: rgb(251,221,44); }
div.DivClassName
{
background-color: #FBDD2C;
}
.BgClassName
{
background-color: #FBDD2C;
}
</style>
border-color css
<style>
span { border-color: #FBDD2C; }
span { border-color: rgb(251,221,44); }
td.TdClassName
{
border-color: #FBDD2C;
}
.TagClassName
{
border-color: #FBDD2C;
}
</style>