Shades of Gorse #FBE143
Tints of Gorse #FBE143
RGB
CMYK
RGB Variations
Color information
#FBE143 (or 0xFBE143) is known color: Gorse. HEX triplet: FB, E1 and 43. RGB value is (251,225,67). Sum of RGB (Red+Green+Blue) = 251+225+67=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 67 (26.56% from 255 or 12.34% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE143 is #041EBC. Grayscale: #D7D7D7. Windows color (decimal): -270013 or 4448763. OLE color: 4448763.
HSL color Cylindrical-coordinate representation of color #FBE143: hue angle of 51.52º 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 #FBE143 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 67 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.02 |
| HSL | 51.52º | 0.96% | 0.62% | - |
| HSV(B) | 51.52º | 0.73% | 0.98% | - |
| XYZ | 67.72 | 74.76 | 16.17 | - |
| YUV | 214.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 67 | 0 | 0.10 | 0.73 | 0.02 | 51.52 | 0.96 | 0.62 |
| Hex | FB | E1 | 43 | 0 | A | 49 | 2 | 34 | 60 | 3E |
| Octal | 373 | 341 | 103 | 0 | 12 | 111 | 2 | 64 | 140 | 76 |
| Binary | 11111011 | 11100001 | 1000011 | 0 | 1010 | 1001001 | 10 | 110100 | 1100000 | 111110 |
Color Harmonies of #FBE143
Complementary color
Monochromatic Colors of #FBE143
Black with #FBE143
Text Example
Text Example
White with #FBE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE143; }
p { color: rgb(251,225,67); }
H1.HeaderClassName
{
color: #FBE143;
}
.AnyTagClassName
{
color: #FBE143;
}
</style>
background-color css
<style>
a { background-color: #FBE143; }
a { background-color: rgb(251,225,67); }
div.DivClassName
{
background-color: #FBE143;
}
.BgClassName
{
background-color: #FBE143;
}
</style>
border-color css
<style>
span { border-color: #FBE143; }
span { border-color: rgb(251,225,67); }
td.TdClassName
{
border-color: #FBE143;
}
.TagClassName
{
border-color: #FBE143;
}
</style>