Shades of Gorse #FBED3B
Tints of Gorse #FBED3B
RGB
CMYK
RGB Variations
Color information
#FBED3B (or 0xFBED3B) is known color: Gorse. HEX triplet: FB, ED and 3B. RGB value is (251,237,59). Sum of RGB (Red+Green+Blue) = 251+237+59=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 59 (23.44% from 255 or 10.79% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED3B is #0412C4. Grayscale: #DDDDDD. Windows color (decimal): -266949 or 3927547. OLE color: 3927547.
HSL color Cylindrical-coordinate representation of color #FBED3B: hue angle of 55.62º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBED3B is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 59 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.02 |
| HSL | 55.63º | 0.96% | 0.61% | - |
| HSV(B) | 55.63º | 0.76% | 0.98% | - |
| XYZ | 70.86 | 81.39 | 16.11 | - |
| YUV | 220.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 59 | 0 | 0.06 | 0.76 | 0.02 | 55.63 | 0.96 | 0.61 |
| Hex | FB | ED | 3B | 0 | 6 | 4C | 2 | 38 | 60 | 3D |
| Octal | 373 | 355 | 73 | 0 | 6 | 114 | 2 | 70 | 140 | 75 |
| Binary | 11111011 | 11101101 | 111011 | 0 | 110 | 1001100 | 10 | 111000 | 1100000 | 111101 |
Color Harmonies of #FBED3B
Complementary color
Monochromatic Colors of #FBED3B
Black with #FBED3B
Text Example
Text Example
White with #FBED3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED3B; }
p { color: rgb(251,237,59); }
H1.HeaderClassName
{
color: #FBED3B;
}
.AnyTagClassName
{
color: #FBED3B;
}
</style>
background-color css
<style>
a { background-color: #FBED3B; }
a { background-color: rgb(251,237,59); }
div.DivClassName
{
background-color: #FBED3B;
}
.BgClassName
{
background-color: #FBED3B;
}
</style>
border-color css
<style>
span { border-color: #FBED3B; }
span { border-color: rgb(251,237,59); }
td.TdClassName
{
border-color: #FBED3B;
}
.TagClassName
{
border-color: #FBED3B;
}
</style>