Shades of Gorse #FBED29
Tints of Gorse #FBED29
RGB
CMYK
RGB Variations
Color information
#FBED29 (or 0xFBED29) is known color: Gorse. HEX triplet: FB, ED and 29. RGB value is (251,237,41). Sum of RGB (Red+Green+Blue) = 251+237+41=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 41 (16.41% from 255 or 7.75% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED29 is #0412D6. Grayscale: #DBDBDB. Windows color (decimal): -266967 or 2747899. OLE color: 2747899.
HSL color Cylindrical-coordinate representation of color #FBED29: hue angle of 56º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBED29 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 41 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.02 |
| HSL | 56º | 0.96% | 0.57% | - |
| HSV(B) | 56º | 0.84% | 0.98% | - |
| XYZ | 70.47 | 81.24 | 14.06 | - |
| YUV | 218.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 41 | 0 | 0.06 | 0.84 | 0.02 | 56 | 0.96 | 0.57 |
| Hex | FB | ED | 29 | 0 | 6 | 54 | 2 | 38 | 60 | 39 |
| Octal | 373 | 355 | 51 | 0 | 6 | 124 | 2 | 70 | 140 | 71 |
| Binary | 11111011 | 11101101 | 101001 | 0 | 110 | 1010100 | 10 | 111000 | 1100000 | 111001 |
Color Harmonies of #FBED29
Complementary color
Monochromatic Colors of #FBED29
Black with #FBED29
Text Example
Text Example
White with #FBED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED29; }
p { color: rgb(251,237,41); }
H1.HeaderClassName
{
color: #FBED29;
}
.AnyTagClassName
{
color: #FBED29;
}
</style>
background-color css
<style>
a { background-color: #FBED29; }
a { background-color: rgb(251,237,41); }
div.DivClassName
{
background-color: #FBED29;
}
.BgClassName
{
background-color: #FBED29;
}
</style>
border-color css
<style>
span { border-color: #FBED29; }
span { border-color: rgb(251,237,41); }
td.TdClassName
{
border-color: #FBED29;
}
.TagClassName
{
border-color: #FBED29;
}
</style>