Shades of Gorse #FBED2D
Tints of Gorse #FBED2D
RGB
CMYK
RGB Variations
Color information
#FBED2D (or 0xFBED2D) is known color: Gorse. HEX triplet: FB, ED and 2D. RGB value is (251,237,45). Sum of RGB (Red+Green+Blue) = 251+237+45=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED2D is #0412D2. Grayscale: #DCDCDC. Windows color (decimal): -266963 or 3010043. OLE color: 3010043.
HSL color Cylindrical-coordinate representation of color #FBED2D: hue angle of 55.92º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBED2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.02 |
| HSL | 55.92º | 0.96% | 0.58% | - |
| HSV(B) | 55.92º | 0.82% | 0.98% | - |
| XYZ | 70.54 | 81.27 | 14.45 | - |
| YUV | 219.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 45 | 0 | 0.06 | 0.82 | 0.02 | 55.92 | 0.96 | 0.58 |
| Hex | FB | ED | 2D | 0 | 6 | 52 | 2 | 38 | 60 | 3A |
| Octal | 373 | 355 | 55 | 0 | 6 | 122 | 2 | 70 | 140 | 72 |
| Binary | 11111011 | 11101101 | 101101 | 0 | 110 | 1010010 | 10 | 111000 | 1100000 | 111010 |
Color Harmonies of #FBED2D
Complementary color
Monochromatic Colors of #FBED2D
Black with #FBED2D
Text Example
Text Example
White with #FBED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED2D; }
p { color: rgb(251,237,45); }
H1.HeaderClassName
{
color: #FBED2D;
}
.AnyTagClassName
{
color: #FBED2D;
}
</style>
background-color css
<style>
a { background-color: #FBED2D; }
a { background-color: rgb(251,237,45); }
div.DivClassName
{
background-color: #FBED2D;
}
.BgClassName
{
background-color: #FBED2D;
}
</style>
border-color css
<style>
span { border-color: #FBED2D; }
span { border-color: rgb(251,237,45); }
td.TdClassName
{
border-color: #FBED2D;
}
.TagClassName
{
border-color: #FBED2D;
}
</style>