Shades of Gorse #FBED3C
Tints of Gorse #FBED3C
RGB
CMYK
RGB Variations
Color information
#FBED3C (or 0xFBED3C) is known color: Gorse. HEX triplet: FB, ED and 3C. RGB value is (251,237,60). Sum of RGB (Red+Green+Blue) = 251+237+60=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 60 (23.83% from 255 or 10.95% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED3C is #0412C3. Grayscale: #DDDDDD. Windows color (decimal): -266948 or 3993083. OLE color: 3993083.
HSL color Cylindrical-coordinate representation of color #FBED3C: hue angle of 55.6º 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 #FBED3C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 60 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.02 |
| HSL | 55.6º | 0.96% | 0.61% | - |
| HSV(B) | 55.6º | 0.76% | 0.98% | - |
| XYZ | 70.88 | 81.4 | 16.25 | - |
| YUV | 221.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 60 | 0 | 0.06 | 0.76 | 0.02 | 55.6 | 0.96 | 0.61 |
| Hex | FB | ED | 3C | 0 | 6 | 4C | 2 | 38 | 60 | 3D |
| Octal | 373 | 355 | 74 | 0 | 6 | 114 | 2 | 70 | 140 | 75 |
| Binary | 11111011 | 11101101 | 111100 | 0 | 110 | 1001100 | 10 | 111000 | 1100000 | 111101 |
Color Harmonies of #FBED3C
Complementary color
Monochromatic Colors of #FBED3C
Black with #FBED3C
Text Example
Text Example
White with #FBED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED3C; }
p { color: rgb(251,237,60); }
H1.HeaderClassName
{
color: #FBED3C;
}
.AnyTagClassName
{
color: #FBED3C;
}
</style>
background-color css
<style>
a { background-color: #FBED3C; }
a { background-color: rgb(251,237,60); }
div.DivClassName
{
background-color: #FBED3C;
}
.BgClassName
{
background-color: #FBED3C;
}
</style>
border-color css
<style>
span { border-color: #FBED3C; }
span { border-color: rgb(251,237,60); }
td.TdClassName
{
border-color: #FBED3C;
}
.TagClassName
{
border-color: #FBED3C;
}
</style>