Shades of Gorse #FBDC40
Tints of Gorse #FBDC40
RGB
CMYK
RGB Variations
Color information
#FBDC40 (or 0xFBDC40) is known color: Gorse. HEX triplet: FB, DC and 40. RGB value is (251,220,64). Sum of RGB (Red+Green+Blue) = 251+220+64=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC40 is #0423BF. Grayscale: #D4D4D4. Windows color (decimal): -271296 or 4250875. OLE color: 4250875.
HSL color Cylindrical-coordinate representation of color #FBDC40: hue angle of 50.05º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBDC40 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 64 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.02 |
| HSL | 50.05º | 0.96% | 0.62% | - |
| HSV(B) | 50.05º | 0.75% | 0.98% | - |
| XYZ | 66.3 | 72.07 | 15.27 | - |
| YUV | 211.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 64 | 0 | 0.12 | 0.75 | 0.02 | 50.05 | 0.96 | 0.62 |
| Hex | FB | DC | 40 | 0 | C | 4B | 2 | 32 | 60 | 3E |
| Octal | 373 | 334 | 100 | 0 | 14 | 113 | 2 | 62 | 140 | 76 |
| Binary | 11111011 | 11011100 | 1000000 | 0 | 1100 | 1001011 | 10 | 110010 | 1100000 | 111110 |
Color Harmonies of #FBDC40
Complementary color
Monochromatic Colors of #FBDC40
Black with #FBDC40
Text Example
Text Example
White with #FBDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC40; }
p { color: rgb(251,220,64); }
H1.HeaderClassName
{
color: #FBDC40;
}
.AnyTagClassName
{
color: #FBDC40;
}
</style>
background-color css
<style>
a { background-color: #FBDC40; }
a { background-color: rgb(251,220,64); }
div.DivClassName
{
background-color: #FBDC40;
}
.BgClassName
{
background-color: #FBDC40;
}
</style>
border-color css
<style>
span { border-color: #FBDC40; }
span { border-color: rgb(251,220,64); }
td.TdClassName
{
border-color: #FBDC40;
}
.TagClassName
{
border-color: #FBDC40;
}
</style>