Shades of Gorse #FBE144
Tints of Gorse #FBE144
RGB
CMYK
RGB Variations
Color information
#FBE144 (or 0xFBE144) is known color: Gorse. HEX triplet: FB, E1 and 44. RGB value is (251,225,68). Sum of RGB (Red+Green+Blue) = 251+225+68=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE144 is #041EBB. Grayscale: #D7D7D7. Windows color (decimal): -270012 or 4514299. OLE color: 4514299.
HSL color Cylindrical-coordinate representation of color #FBE144: hue angle of 51.48º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBE144 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 68 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.02 |
| HSL | 51.48º | 0.96% | 0.63% | - |
| HSV(B) | 51.48º | 0.73% | 0.98% | - |
| XYZ | 67.75 | 74.78 | 16.33 | - |
| YUV | 214.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 68 | 0 | 0.10 | 0.73 | 0.02 | 51.48 | 0.96 | 0.63 |
| Hex | FB | E1 | 44 | 0 | A | 49 | 2 | 33 | 60 | 3F |
| Octal | 373 | 341 | 104 | 0 | 12 | 111 | 2 | 63 | 140 | 77 |
| Binary | 11111011 | 11100001 | 1000100 | 0 | 1010 | 1001001 | 10 | 110011 | 1100000 | 111111 |
Color Harmonies of #FBE144
Complementary color
Monochromatic Colors of #FBE144
Black with #FBE144
Text Example
Text Example
White with #FBE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE144; }
p { color: rgb(251,225,68); }
H1.HeaderClassName
{
color: #FBE144;
}
.AnyTagClassName
{
color: #FBE144;
}
</style>
background-color css
<style>
a { background-color: #FBE144; }
a { background-color: rgb(251,225,68); }
div.DivClassName
{
background-color: #FBE144;
}
.BgClassName
{
background-color: #FBE144;
}
</style>
border-color css
<style>
span { border-color: #FBE144; }
span { border-color: rgb(251,225,68); }
td.TdClassName
{
border-color: #FBE144;
}
.TagClassName
{
border-color: #FBE144;
}
</style>