Shades of Gorse #FBE03C
Tints of Gorse #FBE03C
RGB
CMYK
RGB Variations
Color information
#FBE03C (or 0xFBE03C) is known color: Gorse. HEX triplet: FB, E0 and 3C. RGB value is (251,224,60). Sum of RGB (Red+Green+Blue) = 251+224+60=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE03C is #041FC3. Grayscale: #D6D6D6. Windows color (decimal): -270276 or 3989755. OLE color: 3989755.
HSL color Cylindrical-coordinate representation of color #FBE03C: hue angle of 51.52º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBE03C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.02 |
| HSL | 51.52º | 0.96% | 0.61% | - |
| HSV(B) | 51.52º | 0.76% | 0.98% | - |
| XYZ | 67.25 | 74.15 | 15.04 | - |
| YUV | 213.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 60 | 0 | 0.11 | 0.76 | 0.02 | 51.52 | 0.96 | 0.61 |
| Hex | FB | E0 | 3C | 0 | B | 4C | 2 | 34 | 60 | 3D |
| Octal | 373 | 340 | 74 | 0 | 13 | 114 | 2 | 64 | 140 | 75 |
| Binary | 11111011 | 11100000 | 111100 | 0 | 1011 | 1001100 | 10 | 110100 | 1100000 | 111101 |
Color Harmonies of #FBE03C
Complementary color
Monochromatic Colors of #FBE03C
Black with #FBE03C
Text Example
Text Example
White with #FBE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE03C; }
p { color: rgb(251,224,60); }
H1.HeaderClassName
{
color: #FBE03C;
}
.AnyTagClassName
{
color: #FBE03C;
}
</style>
background-color css
<style>
a { background-color: #FBE03C; }
a { background-color: rgb(251,224,60); }
div.DivClassName
{
background-color: #FBE03C;
}
.BgClassName
{
background-color: #FBE03C;
}
</style>
border-color css
<style>
span { border-color: #FBE03C; }
span { border-color: rgb(251,224,60); }
td.TdClassName
{
border-color: #FBE03C;
}
.TagClassName
{
border-color: #FBE03C;
}
</style>