Shades of Gorse #FBDC36
Tints of Gorse #FBDC36
RGB
CMYK
RGB Variations
Color information
#FBDC36 (or 0xFBDC36) is known color: Gorse. HEX triplet: FB, DC and 36. RGB value is (251,220,54). Sum of RGB (Red+Green+Blue) = 251+220+54=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 54 (21.48% from 255 or 10.29% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC36 is #0423C9. Grayscale: #D3D3D3. Windows color (decimal): -271306 or 3595515. OLE color: 3595515.
HSL color Cylindrical-coordinate representation of color #FBDC36: hue angle of 50.56º 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 #FBDC36 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.56º | 0.96% | 0.6% | - |
| HSV(B) | 50.56º | 0.78% | 0.98% | - |
| XYZ | 66.04 | 71.96 | 13.9 | - |
| YUV | 210.35 | 39.77 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 54 | 0 | 0.12 | 0.78 | 0.02 | 50.56 | 0.96 | 0.6 |
| Hex | FB | DC | 36 | 0 | C | 4E | 2 | 33 | 60 | 3C |
| Octal | 373 | 334 | 66 | 0 | 14 | 116 | 2 | 63 | 140 | 74 |
| Binary | 11111011 | 11011100 | 110110 | 0 | 1100 | 1001110 | 10 | 110011 | 1100000 | 111100 |
Color Harmonies of #FBDC36
Complementary color
Monochromatic Colors of #FBDC36
Black with #FBDC36
Text Example
Text Example
White with #FBDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC36; }
p { color: rgb(251,220,54); }
H1.HeaderClassName
{
color: #FBDC36;
}
.AnyTagClassName
{
color: #FBDC36;
}
</style>
background-color css
<style>
a { background-color: #FBDC36; }
a { background-color: rgb(251,220,54); }
div.DivClassName
{
background-color: #FBDC36;
}
.BgClassName
{
background-color: #FBDC36;
}
</style>
border-color css
<style>
span { border-color: #FBDC36; }
span { border-color: rgb(251,220,54); }
td.TdClassName
{
border-color: #FBDC36;
}
.TagClassName
{
border-color: #FBDC36;
}
</style>