Shades of Gorse #FBE32B
Tints of Gorse #FBE32B
RGB
CMYK
RGB Variations
Color information
#FBE32B (or 0xFBE32B) is known color: Gorse. HEX triplet: FB, E3 and 2B. RGB value is (251,227,43). Sum of RGB (Red+Green+Blue) = 251+227+43=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE32B is #041CD4. Grayscale: #D5D5D5. Windows color (decimal): -269525 or 2876411. OLE color: 2876411.
HSL color Cylindrical-coordinate representation of color #FBE32B: hue angle of 53.08º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBE32B is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 43 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.02 |
| HSL | 53.08º | 0.96% | 0.58% | - |
| HSV(B) | 53.08º | 0.83% | 0.98% | - |
| XYZ | 67.69 | 75.62 | 13.31 | - |
| YUV | 213.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 43 | 0 | 0.10 | 0.83 | 0.02 | 53.08 | 0.96 | 0.58 |
| Hex | FB | E3 | 2B | 0 | A | 53 | 2 | 35 | 60 | 3A |
| Octal | 373 | 343 | 53 | 0 | 12 | 123 | 2 | 65 | 140 | 72 |
| Binary | 11111011 | 11100011 | 101011 | 0 | 1010 | 1010011 | 10 | 110101 | 1100000 | 111010 |
Color Harmonies of #FBE32B
Complementary color
Monochromatic Colors of #FBE32B
Black with #FBE32B
Text Example
Text Example
White with #FBE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE32B; }
p { color: rgb(251,227,43); }
H1.HeaderClassName
{
color: #FBE32B;
}
.AnyTagClassName
{
color: #FBE32B;
}
</style>
background-color css
<style>
a { background-color: #FBE32B; }
a { background-color: rgb(251,227,43); }
div.DivClassName
{
background-color: #FBE32B;
}
.BgClassName
{
background-color: #FBE32B;
}
</style>
border-color css
<style>
span { border-color: #FBE32B; }
span { border-color: rgb(251,227,43); }
td.TdClassName
{
border-color: #FBE32B;
}
.TagClassName
{
border-color: #FBE32B;
}
</style>