Shades of Gorse #FBE440
Tints of Gorse #FBE440
RGB
CMYK
RGB Variations
Color information
#FBE440 (or 0xFBE440) is known color: Gorse. HEX triplet: FB, E4 and 40. RGB value is (251,228,64). Sum of RGB (Red+Green+Blue) = 251+228+64=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE440 is #041BBF. Grayscale: #D8D8D8. Windows color (decimal): -269248 or 4252923. OLE color: 4252923.
HSL color Cylindrical-coordinate representation of color #FBE440: hue angle of 52.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBE440 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.02 |
| HSL | 52.62º | 0.96% | 0.62% | - |
| HSV(B) | 52.62º | 0.75% | 0.98% | - |
| XYZ | 68.45 | 76.37 | 15.98 | - |
| YUV | 216.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 64 | 0 | 0.09 | 0.75 | 0.02 | 52.62 | 0.96 | 0.62 |
| Hex | FB | E4 | 40 | 0 | 9 | 4B | 2 | 35 | 60 | 3E |
| Octal | 373 | 344 | 100 | 0 | 11 | 113 | 2 | 65 | 140 | 76 |
| Binary | 11111011 | 11100100 | 1000000 | 0 | 1001 | 1001011 | 10 | 110101 | 1100000 | 111110 |
Color Harmonies of #FBE440
Complementary color
Monochromatic Colors of #FBE440
Black with #FBE440
Text Example
Text Example
White with #FBE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE440; }
p { color: rgb(251,228,64); }
H1.HeaderClassName
{
color: #FBE440;
}
.AnyTagClassName
{
color: #FBE440;
}
</style>
background-color css
<style>
a { background-color: #FBE440; }
a { background-color: rgb(251,228,64); }
div.DivClassName
{
background-color: #FBE440;
}
.BgClassName
{
background-color: #FBE440;
}
</style>
border-color css
<style>
span { border-color: #FBE440; }
span { border-color: rgb(251,228,64); }
td.TdClassName
{
border-color: #FBE440;
}
.TagClassName
{
border-color: #FBE440;
}
</style>