Shades of Gorse #FBDD2F
Tints of Gorse #FBDD2F
RGB
CMYK
RGB Variations
Color information
#FBDD2F (or 0xFBDD2F) is known color: Gorse. HEX triplet: FB, DD and 2F. RGB value is (251,221,47). Sum of RGB (Red+Green+Blue) = 251+221+47=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD2F is #0422D0. Grayscale: #D2D2D2. Windows color (decimal): -271057 or 3137019. OLE color: 3137019.
HSL color Cylindrical-coordinate representation of color #FBDD2F: hue angle of 51.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBDD2F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.02 |
| HSL | 51.18º | 0.96% | 0.58% | - |
| HSV(B) | 51.18º | 0.81% | 0.98% | - |
| XYZ | 66.15 | 72.43 | 13.18 | - |
| YUV | 210.13 | 35.94 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 47 | 0 | 0.12 | 0.81 | 0.02 | 51.18 | 0.96 | 0.58 |
| Hex | FB | DD | 2F | 0 | C | 51 | 2 | 33 | 60 | 3A |
| Octal | 373 | 335 | 57 | 0 | 14 | 121 | 2 | 63 | 140 | 72 |
| Binary | 11111011 | 11011101 | 101111 | 0 | 1100 | 1010001 | 10 | 110011 | 1100000 | 111010 |
Color Harmonies of #FBDD2F
Complementary color
Monochromatic Colors of #FBDD2F
Black with #FBDD2F
Text Example
Text Example
White with #FBDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD2F; }
p { color: rgb(251,221,47); }
H1.HeaderClassName
{
color: #FBDD2F;
}
.AnyTagClassName
{
color: #FBDD2F;
}
</style>
background-color css
<style>
a { background-color: #FBDD2F; }
a { background-color: rgb(251,221,47); }
div.DivClassName
{
background-color: #FBDD2F;
}
.BgClassName
{
background-color: #FBDD2F;
}
</style>
border-color css
<style>
span { border-color: #FBDD2F; }
span { border-color: rgb(251,221,47); }
td.TdClassName
{
border-color: #FBDD2F;
}
.TagClassName
{
border-color: #FBDD2F;
}
</style>