Shades of Gorse #FCEB2E
Tints of Gorse #FCEB2E
RGB
CMYK
RGB Variations
Color information
#FCEB2E (or 0xFCEB2E) is known color: Gorse. HEX triplet: FC, EB and 2E. RGB value is (252,235,46). Sum of RGB (Red+Green+Blue) = 252+235+46=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB2E is #0314D1. Grayscale: #DBDBDB. Windows color (decimal): -201938 or 3075068. OLE color: 3075068.
HSL color Cylindrical-coordinate representation of color #FCEB2E: hue angle of 55.05º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCEB2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.01 |
| HSL | 55.05º | 0.97% | 0.58% | - |
| HSV(B) | 55.05º | 0.82% | 0.99% | - |
| XYZ | 70.35 | 80.31 | 14.38 | - |
| YUV | 218.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 46 | 0 | 0.07 | 0.82 | 0.01 | 55.05 | 0.97 | 0.58 |
| Hex | FC | EB | 2E | 0 | 7 | 52 | 1 | 37 | 61 | 3A |
| Octal | 374 | 353 | 56 | 0 | 7 | 122 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101011 | 101110 | 0 | 111 | 1010010 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEB2E
Complementary color
Monochromatic Colors of #FCEB2E
Black with #FCEB2E
Text Example
Text Example
White with #FCEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB2E; }
p { color: rgb(252,235,46); }
H1.HeaderClassName
{
color: #FCEB2E;
}
.AnyTagClassName
{
color: #FCEB2E;
}
</style>
background-color css
<style>
a { background-color: #FCEB2E; }
a { background-color: rgb(252,235,46); }
div.DivClassName
{
background-color: #FCEB2E;
}
.BgClassName
{
background-color: #FCEB2E;
}
</style>
border-color css
<style>
span { border-color: #FCEB2E; }
span { border-color: rgb(252,235,46); }
td.TdClassName
{
border-color: #FCEB2E;
}
.TagClassName
{
border-color: #FCEB2E;
}
</style>