Shades of Gorse #FBED26
Tints of Gorse #FBED26
RGB
CMYK
RGB Variations
Color information
#FBED26 (or 0xFBED26) is known color: Gorse. HEX triplet: FB, ED and 26. RGB value is (251,237,38). Sum of RGB (Red+Green+Blue) = 251+237+38=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 38 (15.23% from 255 or 7.22% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED26 is #0412D9. Grayscale: #DBDBDB. Windows color (decimal): -266970 or 2551291. OLE color: 2551291.
HSL color Cylindrical-coordinate representation of color #FBED26: hue angle of 56.06º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBED26 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 38 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.02 |
| HSL | 56.06º | 0.96% | 0.57% | - |
| HSV(B) | 56.06º | 0.85% | 0.98% | - |
| XYZ | 70.42 | 81.22 | 13.8 | - |
| YUV | 218.5 | 26.14 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 38 | 0 | 0.06 | 0.85 | 0.02 | 56.06 | 0.96 | 0.57 |
| Hex | FB | ED | 26 | 0 | 6 | 55 | 2 | 38 | 60 | 39 |
| Octal | 373 | 355 | 46 | 0 | 6 | 125 | 2 | 70 | 140 | 71 |
| Binary | 11111011 | 11101101 | 100110 | 0 | 110 | 1010101 | 10 | 111000 | 1100000 | 111001 |
Color Harmonies of #FBED26
Complementary color
Monochromatic Colors of #FBED26
Black with #FBED26
Text Example
Text Example
White with #FBED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED26; }
p { color: rgb(251,237,38); }
H1.HeaderClassName
{
color: #FBED26;
}
.AnyTagClassName
{
color: #FBED26;
}
</style>
background-color css
<style>
a { background-color: #FBED26; }
a { background-color: rgb(251,237,38); }
div.DivClassName
{
background-color: #FBED26;
}
.BgClassName
{
background-color: #FBED26;
}
</style>
border-color css
<style>
span { border-color: #FBED26; }
span { border-color: rgb(251,237,38); }
td.TdClassName
{
border-color: #FBED26;
}
.TagClassName
{
border-color: #FBED26;
}
</style>