Shades of Gorse #FCEA2B
Tints of Gorse #FCEA2B
RGB
CMYK
RGB Variations
Color information
#FCEA2B (or 0xFCEA2B) is known color: Gorse. HEX triplet: FC, EA and 2B. RGB value is (252,234,43). Sum of RGB (Red+Green+Blue) = 252+234+43=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 43 (17.19% from 255 or 8.13% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA2B is #0315D4. Grayscale: #DADADA. Windows color (decimal): -202197 or 2878204. OLE color: 2878204.
HSL color Cylindrical-coordinate representation of color #FCEA2B: hue angle of 54.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCEA2B is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 43 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.01 |
| HSL | 54.83º | 0.97% | 0.58% | - |
| HSV(B) | 54.83º | 0.83% | 0.99% | - |
| XYZ | 70 | 79.72 | 13.98 | - |
| YUV | 217.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 43 | 0 | 0.07 | 0.83 | 0.01 | 54.83 | 0.97 | 0.58 |
| Hex | FC | EA | 2B | 0 | 7 | 53 | 1 | 37 | 61 | 3A |
| Octal | 374 | 352 | 53 | 0 | 7 | 123 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101010 | 101011 | 0 | 111 | 1010011 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEA2B
Complementary color
Monochromatic Colors of #FCEA2B
Black with #FCEA2B
Text Example
Text Example
White with #FCEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA2B; }
p { color: rgb(252,234,43); }
H1.HeaderClassName
{
color: #FCEA2B;
}
.AnyTagClassName
{
color: #FCEA2B;
}
</style>
background-color css
<style>
a { background-color: #FCEA2B; }
a { background-color: rgb(252,234,43); }
div.DivClassName
{
background-color: #FCEA2B;
}
.BgClassName
{
background-color: #FCEA2B;
}
</style>
border-color css
<style>
span { border-color: #FCEA2B; }
span { border-color: rgb(252,234,43); }
td.TdClassName
{
border-color: #FCEA2B;
}
.TagClassName
{
border-color: #FCEA2B;
}
</style>