Shades of Gorse #FBE325
Tints of Gorse #FBE325
RGB
CMYK
RGB Variations
Color information
#FBE325 (or 0xFBE325) is known color: Gorse. HEX triplet: FB, E3 and 25. RGB value is (251,227,37). Sum of RGB (Red+Green+Blue) = 251+227+37=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE325 is #041CDA. Grayscale: #D5D5D5. Windows color (decimal): -269531 or 2483195. OLE color: 2483195.
HSL color Cylindrical-coordinate representation of color #FBE325: hue angle of 53.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBE325 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.02 |
| HSL | 53.27º | 0.96% | 0.56% | - |
| HSV(B) | 53.27º | 0.85% | 0.98% | - |
| XYZ | 67.59 | 75.58 | 12.78 | - |
| YUV | 212.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 37 | 0 | 0.10 | 0.85 | 0.02 | 53.27 | 0.96 | 0.56 |
| Hex | FB | E3 | 25 | 0 | A | 55 | 2 | 35 | 60 | 38 |
| Octal | 373 | 343 | 45 | 0 | 12 | 125 | 2 | 65 | 140 | 70 |
| Binary | 11111011 | 11100011 | 100101 | 0 | 1010 | 1010101 | 10 | 110101 | 1100000 | 111000 |
Color Harmonies of #FBE325
Complementary color
Monochromatic Colors of #FBE325
Black with #FBE325
Text Example
Text Example
White with #FBE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE325; }
p { color: rgb(251,227,37); }
H1.HeaderClassName
{
color: #FBE325;
}
.AnyTagClassName
{
color: #FBE325;
}
</style>
background-color css
<style>
a { background-color: #FBE325; }
a { background-color: rgb(251,227,37); }
div.DivClassName
{
background-color: #FBE325;
}
.BgClassName
{
background-color: #FBE325;
}
</style>
border-color css
<style>
span { border-color: #FBE325; }
span { border-color: rgb(251,227,37); }
td.TdClassName
{
border-color: #FBE325;
}
.TagClassName
{
border-color: #FBE325;
}
</style>