Shades of Gorse #FBEA2C
Tints of Gorse #FBEA2C
RGB
CMYK
RGB Variations
Color information
#FBEA2C (or 0xFBEA2C) is known color: Gorse. HEX triplet: FB, EA and 2C. RGB value is (251,234,44). Sum of RGB (Red+Green+Blue) = 251+234+44=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 44 (17.58% from 255 or 8.32% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA2C is #0415D3. Grayscale: #DADADA. Windows color (decimal): -267732 or 2943739. OLE color: 2943739.
HSL color Cylindrical-coordinate representation of color #FBEA2C: hue angle of 55.07º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBEA2C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 44 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.02 |
| HSL | 55.07º | 0.96% | 0.58% | - |
| HSV(B) | 55.07º | 0.82% | 0.98% | - |
| XYZ | 69.66 | 79.54 | 14.06 | - |
| YUV | 217.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 44 | 0 | 0.07 | 0.82 | 0.02 | 55.07 | 0.96 | 0.58 |
| Hex | FB | EA | 2C | 0 | 7 | 52 | 2 | 37 | 60 | 3A |
| Octal | 373 | 352 | 54 | 0 | 7 | 122 | 2 | 67 | 140 | 72 |
| Binary | 11111011 | 11101010 | 101100 | 0 | 111 | 1010010 | 10 | 110111 | 1100000 | 111010 |
Color Harmonies of #FBEA2C
Complementary color
Monochromatic Colors of #FBEA2C
Black with #FBEA2C
Text Example
Text Example
White with #FBEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA2C; }
p { color: rgb(251,234,44); }
H1.HeaderClassName
{
color: #FBEA2C;
}
.AnyTagClassName
{
color: #FBEA2C;
}
</style>
background-color css
<style>
a { background-color: #FBEA2C; }
a { background-color: rgb(251,234,44); }
div.DivClassName
{
background-color: #FBEA2C;
}
.BgClassName
{
background-color: #FBEA2C;
}
</style>
border-color css
<style>
span { border-color: #FBEA2C; }
span { border-color: rgb(251,234,44); }
td.TdClassName
{
border-color: #FBEA2C;
}
.TagClassName
{
border-color: #FBEA2C;
}
</style>