Shades of Gorse #FCEB2C
Tints of Gorse #FCEB2C
RGB
CMYK
RGB Variations
Color information
#FCEB2C (or 0xFCEB2C) is known color: Gorse. HEX triplet: FC, EB and 2C. RGB value is (252,235,44). Sum of RGB (Red+Green+Blue) = 252+235+44=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB2C is #0314D3. Grayscale: #DBDBDB. Windows color (decimal): -201940 or 2943996. OLE color: 2943996.
HSL color Cylindrical-coordinate representation of color #FCEB2C: hue angle of 55.1º 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 #FCEB2C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 44 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.01 |
| HSL | 55.1º | 0.97% | 0.58% | - |
| HSV(B) | 55.1º | 0.83% | 0.99% | - |
| XYZ | 70.31 | 80.29 | 14.18 | - |
| YUV | 218.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 44 | 0 | 0.07 | 0.83 | 0.01 | 55.1 | 0.97 | 0.58 |
| Hex | FC | EB | 2C | 0 | 7 | 53 | 1 | 37 | 61 | 3A |
| Octal | 374 | 353 | 54 | 0 | 7 | 123 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101011 | 101100 | 0 | 111 | 1010011 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEB2C
Complementary color
Monochromatic Colors of #FCEB2C
Black with #FCEB2C
Text Example
Text Example
White with #FCEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB2C; }
p { color: rgb(252,235,44); }
H1.HeaderClassName
{
color: #FCEB2C;
}
.AnyTagClassName
{
color: #FCEB2C;
}
</style>
background-color css
<style>
a { background-color: #FCEB2C; }
a { background-color: rgb(252,235,44); }
div.DivClassName
{
background-color: #FCEB2C;
}
.BgClassName
{
background-color: #FCEB2C;
}
</style>
border-color css
<style>
span { border-color: #FCEB2C; }
span { border-color: rgb(252,235,44); }
td.TdClassName
{
border-color: #FCEB2C;
}
.TagClassName
{
border-color: #FCEB2C;
}
</style>