Shades of Gorse #FBDD3C
Tints of Gorse #FBDD3C
RGB
CMYK
RGB Variations
Color information
#FBDD3C (or 0xFBDD3C) is known color: Gorse. HEX triplet: FB, DD and 3C. RGB value is (251,221,60). Sum of RGB (Red+Green+Blue) = 251+221+60=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD3C is #0422C3. Grayscale: #D4D4D4. Windows color (decimal): -271044 or 3988987. OLE color: 3988987.
HSL color Cylindrical-coordinate representation of color #FBDD3C: hue angle of 50.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBDD3C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 60 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.02 |
| HSL | 50.58º | 0.96% | 0.61% | - |
| HSV(B) | 50.58º | 0.76% | 0.98% | - |
| XYZ | 66.46 | 72.55 | 14.78 | - |
| YUV | 211.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 60 | 0 | 0.12 | 0.76 | 0.02 | 50.58 | 0.96 | 0.61 |
| Hex | FB | DD | 3C | 0 | C | 4C | 2 | 33 | 60 | 3D |
| Octal | 373 | 335 | 74 | 0 | 14 | 114 | 2 | 63 | 140 | 75 |
| Binary | 11111011 | 11011101 | 111100 | 0 | 1100 | 1001100 | 10 | 110011 | 1100000 | 111101 |
Color Harmonies of #FBDD3C
Complementary color
Monochromatic Colors of #FBDD3C
Black with #FBDD3C
Text Example
Text Example
White with #FBDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD3C; }
p { color: rgb(251,221,60); }
H1.HeaderClassName
{
color: #FBDD3C;
}
.AnyTagClassName
{
color: #FBDD3C;
}
</style>
background-color css
<style>
a { background-color: #FBDD3C; }
a { background-color: rgb(251,221,60); }
div.DivClassName
{
background-color: #FBDD3C;
}
.BgClassName
{
background-color: #FBDD3C;
}
</style>
border-color css
<style>
span { border-color: #FBDD3C; }
span { border-color: rgb(251,221,60); }
td.TdClassName
{
border-color: #FBDD3C;
}
.TagClassName
{
border-color: #FBDD3C;
}
</style>