Shades of Gorse #FBE52D
Tints of Gorse #FBE52D
RGB
CMYK
RGB Variations
Color information
#FBE52D (or 0xFBE52D) is known color: Gorse. HEX triplet: FB, E5 and 2D. RGB value is (251,229,45). Sum of RGB (Red+Green+Blue) = 251+229+45=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE52D is #041AD2. Grayscale: #D7D7D7. Windows color (decimal): -269011 or 3007995. OLE color: 3007995.
HSL color Cylindrical-coordinate representation of color #FBE52D: hue angle of 53.59º 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 #FBE52D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.02 |
| HSL | 53.59º | 0.96% | 0.58% | - |
| HSV(B) | 53.59º | 0.82% | 0.98% | - |
| XYZ | 68.28 | 76.74 | 13.7 | - |
| YUV | 214.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 45 | 0 | 0.09 | 0.82 | 0.02 | 53.59 | 0.96 | 0.58 |
| Hex | FB | E5 | 2D | 0 | 9 | 52 | 2 | 36 | 60 | 3A |
| Octal | 373 | 345 | 55 | 0 | 11 | 122 | 2 | 66 | 140 | 72 |
| Binary | 11111011 | 11100101 | 101101 | 0 | 1001 | 1010010 | 10 | 110110 | 1100000 | 111010 |
Color Harmonies of #FBE52D
Complementary color
Monochromatic Colors of #FBE52D
Black with #FBE52D
Text Example
Text Example
White with #FBE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE52D; }
p { color: rgb(251,229,45); }
H1.HeaderClassName
{
color: #FBE52D;
}
.AnyTagClassName
{
color: #FBE52D;
}
</style>
background-color css
<style>
a { background-color: #FBE52D; }
a { background-color: rgb(251,229,45); }
div.DivClassName
{
background-color: #FBE52D;
}
.BgClassName
{
background-color: #FBE52D;
}
</style>
border-color css
<style>
span { border-color: #FBE52D; }
span { border-color: rgb(251,229,45); }
td.TdClassName
{
border-color: #FBE52D;
}
.TagClassName
{
border-color: #FBE52D;
}
</style>