Shades of Gorse #FBE83C
Tints of Gorse #FBE83C
RGB
CMYK
RGB Variations
Color information
#FBE83C (or 0xFBE83C) is known color: Gorse. HEX triplet: FB, E8 and 3C. RGB value is (251,232,60). Sum of RGB (Red+Green+Blue) = 251+232+60=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE83C is #0417C3. Grayscale: #DADADA. Windows color (decimal): -268228 or 3991803. OLE color: 3991803.
HSL color Cylindrical-coordinate representation of color #FBE83C: hue angle of 54.03º 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 #FBE83C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 60 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.02 |
| HSL | 54.03º | 0.96% | 0.61% | - |
| HSV(B) | 54.03º | 0.76% | 0.98% | - |
| XYZ | 69.46 | 78.55 | 15.78 | - |
| YUV | 218.07 | 38.79 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 60 | 0 | 0.08 | 0.76 | 0.02 | 54.03 | 0.96 | 0.61 |
| Hex | FB | E8 | 3C | 0 | 8 | 4C | 2 | 36 | 60 | 3D |
| Octal | 373 | 350 | 74 | 0 | 10 | 114 | 2 | 66 | 140 | 75 |
| Binary | 11111011 | 11101000 | 111100 | 0 | 1000 | 1001100 | 10 | 110110 | 1100000 | 111101 |
Color Harmonies of #FBE83C
Complementary color
Monochromatic Colors of #FBE83C
Black with #FBE83C
Text Example
Text Example
White with #FBE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE83C; }
p { color: rgb(251,232,60); }
H1.HeaderClassName
{
color: #FBE83C;
}
.AnyTagClassName
{
color: #FBE83C;
}
</style>
background-color css
<style>
a { background-color: #FBE83C; }
a { background-color: rgb(251,232,60); }
div.DivClassName
{
background-color: #FBE83C;
}
.BgClassName
{
background-color: #FBE83C;
}
</style>
border-color css
<style>
span { border-color: #FBE83C; }
span { border-color: rgb(251,232,60); }
td.TdClassName
{
border-color: #FBE83C;
}
.TagClassName
{
border-color: #FBE83C;
}
</style>