Shades of Gorse #FBED40
Tints of Gorse #FBED40
RGB
CMYK
RGB Variations
Color information
#FBED40 (or 0xFBED40) is known color: Gorse. HEX triplet: FB, ED and 40. RGB value is (251,237,64). Sum of RGB (Red+Green+Blue) = 251+237+64=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED40 is #0412BF. Grayscale: #DEDEDE. Windows color (decimal): -266944 or 4255227. OLE color: 4255227.
HSL color Cylindrical-coordinate representation of color #FBED40: hue angle of 55.51º 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 #FBED40 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 64 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.02 |
| HSL | 55.51º | 0.96% | 0.62% | - |
| HSV(B) | 55.51º | 0.75% | 0.98% | - |
| XYZ | 70.99 | 81.45 | 16.83 | - |
| YUV | 221.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 64 | 0 | 0.06 | 0.75 | 0.02 | 55.51 | 0.96 | 0.62 |
| Hex | FB | ED | 40 | 0 | 6 | 4B | 2 | 38 | 60 | 3E |
| Octal | 373 | 355 | 100 | 0 | 6 | 113 | 2 | 70 | 140 | 76 |
| Binary | 11111011 | 11101101 | 1000000 | 0 | 110 | 1001011 | 10 | 111000 | 1100000 | 111110 |
Color Harmonies of #FBED40
Complementary color
Monochromatic Colors of #FBED40
Black with #FBED40
Text Example
Text Example
White with #FBED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED40; }
p { color: rgb(251,237,64); }
H1.HeaderClassName
{
color: #FBED40;
}
.AnyTagClassName
{
color: #FBED40;
}
</style>
background-color css
<style>
a { background-color: #FBED40; }
a { background-color: rgb(251,237,64); }
div.DivClassName
{
background-color: #FBED40;
}
.BgClassName
{
background-color: #FBED40;
}
</style>
border-color css
<style>
span { border-color: #FBED40; }
span { border-color: rgb(251,237,64); }
td.TdClassName
{
border-color: #FBED40;
}
.TagClassName
{
border-color: #FBED40;
}
</style>