Shades of Gorse #FBE343
Tints of Gorse #FBE343
RGB
CMYK
RGB Variations
Color information
#FBE343 (or 0xFBE343) is known color: Gorse. HEX triplet: FB, E3 and 43. RGB value is (251,227,67). Sum of RGB (Red+Green+Blue) = 251+227+67=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 67 (26.56% from 255 or 12.29% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE343 is #041CBC. Grayscale: #D8D8D8. Windows color (decimal): -269501 or 4449275. OLE color: 4449275.
HSL color Cylindrical-coordinate representation of color #FBE343: hue angle of 52.17º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBE343 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 67 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.02 |
| HSL | 52.17º | 0.96% | 0.62% | - |
| HSV(B) | 52.17º | 0.73% | 0.98% | - |
| XYZ | 68.27 | 75.85 | 16.35 | - |
| YUV | 215.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 67 | 0 | 0.10 | 0.73 | 0.02 | 52.17 | 0.96 | 0.62 |
| Hex | FB | E3 | 43 | 0 | A | 49 | 2 | 34 | 60 | 3E |
| Octal | 373 | 343 | 103 | 0 | 12 | 111 | 2 | 64 | 140 | 76 |
| Binary | 11111011 | 11100011 | 1000011 | 0 | 1010 | 1001001 | 10 | 110100 | 1100000 | 111110 |
Color Harmonies of #FBE343
Complementary color
Monochromatic Colors of #FBE343
Black with #FBE343
Text Example
Text Example
White with #FBE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE343; }
p { color: rgb(251,227,67); }
H1.HeaderClassName
{
color: #FBE343;
}
.AnyTagClassName
{
color: #FBE343;
}
</style>
background-color css
<style>
a { background-color: #FBE343; }
a { background-color: rgb(251,227,67); }
div.DivClassName
{
background-color: #FBE343;
}
.BgClassName
{
background-color: #FBE343;
}
</style>
border-color css
<style>
span { border-color: #FBE343; }
span { border-color: rgb(251,227,67); }
td.TdClassName
{
border-color: #FBE343;
}
.TagClassName
{
border-color: #FBE343;
}
</style>