Shades of Gorse #FBEA2D
Tints of Gorse #FBEA2D
RGB
CMYK
RGB Variations
Color information
#FBEA2D (or 0xFBEA2D) is known color: Gorse. HEX triplet: FB, EA and 2D. RGB value is (251,234,45). Sum of RGB (Red+Green+Blue) = 251+234+45=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA2D is #0415D2. Grayscale: #DADADA. Windows color (decimal): -267731 or 3009275. OLE color: 3009275.
HSL color Cylindrical-coordinate representation of color #FBEA2D: hue angle of 55.05º 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 #FBEA2D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.02 |
| HSL | 55.05º | 0.96% | 0.58% | - |
| HSV(B) | 55.05º | 0.82% | 0.98% | - |
| XYZ | 69.68 | 79.54 | 14.16 | - |
| YUV | 217.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 45 | 0 | 0.07 | 0.82 | 0.02 | 55.05 | 0.96 | 0.58 |
| Hex | FB | EA | 2D | 0 | 7 | 52 | 2 | 37 | 60 | 3A |
| Octal | 373 | 352 | 55 | 0 | 7 | 122 | 2 | 67 | 140 | 72 |
| Binary | 11111011 | 11101010 | 101101 | 0 | 111 | 1010010 | 10 | 110111 | 1100000 | 111010 |
Color Harmonies of #FBEA2D
Complementary color
Monochromatic Colors of #FBEA2D
Black with #FBEA2D
Text Example
Text Example
White with #FBEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA2D; }
p { color: rgb(251,234,45); }
H1.HeaderClassName
{
color: #FBEA2D;
}
.AnyTagClassName
{
color: #FBEA2D;
}
</style>
background-color css
<style>
a { background-color: #FBEA2D; }
a { background-color: rgb(251,234,45); }
div.DivClassName
{
background-color: #FBEA2D;
}
.BgClassName
{
background-color: #FBEA2D;
}
</style>
border-color css
<style>
span { border-color: #FBEA2D; }
span { border-color: rgb(251,234,45); }
td.TdClassName
{
border-color: #FBEA2D;
}
.TagClassName
{
border-color: #FBEA2D;
}
</style>