Shades of Gorse #FBDC38
Tints of Gorse #FBDC38
RGB
CMYK
RGB Variations
Color information
#FBDC38 (or 0xFBDC38) is known color: Gorse. HEX triplet: FB, DC and 38. RGB value is (251,220,56). Sum of RGB (Red+Green+Blue) = 251+220+56=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 56 (22.27% from 255 or 10.63% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC38 is #0423C7. Grayscale: #D3D3D3. Windows color (decimal): -271304 or 3726587. OLE color: 3726587.
HSL color Cylindrical-coordinate representation of color #FBDC38: hue angle of 50.46º 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 #FBDC38 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 56 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.46º | 0.96% | 0.6% | - |
| HSV(B) | 50.46º | 0.78% | 0.98% | - |
| XYZ | 66.09 | 71.98 | 14.15 | - |
| YUV | 210.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 56 | 0 | 0.12 | 0.78 | 0.02 | 50.46 | 0.96 | 0.6 |
| Hex | FB | DC | 38 | 0 | C | 4E | 2 | 32 | 60 | 3C |
| Octal | 373 | 334 | 70 | 0 | 14 | 116 | 2 | 62 | 140 | 74 |
| Binary | 11111011 | 11011100 | 111000 | 0 | 1100 | 1001110 | 10 | 110010 | 1100000 | 111100 |
Color Harmonies of #FBDC38
Complementary color
Monochromatic Colors of #FBDC38
Black with #FBDC38
Text Example
Text Example
White with #FBDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC38; }
p { color: rgb(251,220,56); }
H1.HeaderClassName
{
color: #FBDC38;
}
.AnyTagClassName
{
color: #FBDC38;
}
</style>
background-color css
<style>
a { background-color: #FBDC38; }
a { background-color: rgb(251,220,56); }
div.DivClassName
{
background-color: #FBDC38;
}
.BgClassName
{
background-color: #FBDC38;
}
</style>
border-color css
<style>
span { border-color: #FBDC38; }
span { border-color: rgb(251,220,56); }
td.TdClassName
{
border-color: #FBDC38;
}
.TagClassName
{
border-color: #FBDC38;
}
</style>