Shades of Gorse #FBDF37
Tints of Gorse #FBDF37
RGB
CMYK
RGB Variations
Color information
#FBDF37 (or 0xFBDF37) is known color: Gorse. HEX triplet: FB, DF and 37. RGB value is (251,223,55). Sum of RGB (Red+Green+Blue) = 251+223+55=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF37 is #0420C8. Grayscale: #D4D4D4. Windows color (decimal): -270537 or 3661819. OLE color: 3661819.
HSL color Cylindrical-coordinate representation of color #FBDF37: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBDF37 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 55 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.02 |
| HSL | 51.43º | 0.96% | 0.6% | - |
| HSV(B) | 51.43º | 0.78% | 0.98% | - |
| XYZ | 66.86 | 73.56 | 14.29 | - |
| YUV | 212.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 55 | 0 | 0.11 | 0.78 | 0.02 | 51.43 | 0.96 | 0.6 |
| Hex | FB | DF | 37 | 0 | B | 4E | 2 | 33 | 60 | 3C |
| Octal | 373 | 337 | 67 | 0 | 13 | 116 | 2 | 63 | 140 | 74 |
| Binary | 11111011 | 11011111 | 110111 | 0 | 1011 | 1001110 | 10 | 110011 | 1100000 | 111100 |
Color Harmonies of #FBDF37
Complementary color
Monochromatic Colors of #FBDF37
Black with #FBDF37
Text Example
Text Example
White with #FBDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF37; }
p { color: rgb(251,223,55); }
H1.HeaderClassName
{
color: #FBDF37;
}
.AnyTagClassName
{
color: #FBDF37;
}
</style>
background-color css
<style>
a { background-color: #FBDF37; }
a { background-color: rgb(251,223,55); }
div.DivClassName
{
background-color: #FBDF37;
}
.BgClassName
{
background-color: #FBDF37;
}
</style>
border-color css
<style>
span { border-color: #FBDF37; }
span { border-color: rgb(251,223,55); }
td.TdClassName
{
border-color: #FBDF37;
}
.TagClassName
{
border-color: #FBDF37;
}
</style>