Shades of Gorse #FBE030
Tints of Gorse #FBE030
RGB
CMYK
RGB Variations
Color information
#FBE030 (or 0xFBE030) is known color: Gorse. HEX triplet: FB, E0 and 30. RGB value is (251,224,48). Sum of RGB (Red+Green+Blue) = 251+224+48=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE030 is #041FCF. Grayscale: #D4D4D4. Windows color (decimal): -270288 or 3203323. OLE color: 3203323.
HSL color Cylindrical-coordinate representation of color #FBE030: hue angle of 52.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBE030 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 48 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.02 |
| HSL | 52.02º | 0.96% | 0.59% | - |
| HSV(B) | 52.02º | 0.81% | 0.98% | - |
| XYZ | 66.97 | 74.03 | 13.56 | - |
| YUV | 212.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 48 | 0 | 0.11 | 0.81 | 0.02 | 52.02 | 0.96 | 0.59 |
| Hex | FB | E0 | 30 | 0 | B | 51 | 2 | 34 | 60 | 3B |
| Octal | 373 | 340 | 60 | 0 | 13 | 121 | 2 | 64 | 140 | 73 |
| Binary | 11111011 | 11100000 | 110000 | 0 | 1011 | 1010001 | 10 | 110100 | 1100000 | 111011 |
Color Harmonies of #FBE030
Complementary color
Monochromatic Colors of #FBE030
Black with #FBE030
Text Example
Text Example
White with #FBE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE030; }
p { color: rgb(251,224,48); }
H1.HeaderClassName
{
color: #FBE030;
}
.AnyTagClassName
{
color: #FBE030;
}
</style>
background-color css
<style>
a { background-color: #FBE030; }
a { background-color: rgb(251,224,48); }
div.DivClassName
{
background-color: #FBE030;
}
.BgClassName
{
background-color: #FBE030;
}
</style>
border-color css
<style>
span { border-color: #FBE030; }
span { border-color: rgb(251,224,48); }
td.TdClassName
{
border-color: #FBE030;
}
.TagClassName
{
border-color: #FBE030;
}
</style>