Shades of Gorse #FCE53C
Tints of Gorse #FCE53C
RGB
CMYK
RGB Variations
Color information
#FCE53C (or 0xFCE53C) is known color: Gorse. HEX triplet: FC, E5 and 3C. RGB value is (252,229,60). Sum of RGB (Red+Green+Blue) = 252+229+60=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 60 (23.83% from 255 or 11.09% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE53C is #031AC3. Grayscale: #D9D9D9. Windows color (decimal): -203460 or 3991036. OLE color: 3991036.
HSL color Cylindrical-coordinate representation of color #FCE53C: hue angle of 52.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCE53C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 60 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.01 |
| HSL | 52.81º | 0.97% | 0.61% | - |
| HSV(B) | 52.81º | 0.76% | 0.99% | - |
| XYZ | 68.98 | 77.06 | 15.51 | - |
| YUV | 216.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 60 | 0 | 0.09 | 0.76 | 0.01 | 52.81 | 0.97 | 0.61 |
| Hex | FC | E5 | 3C | 0 | 9 | 4C | 1 | 35 | 61 | 3D |
| Octal | 374 | 345 | 74 | 0 | 11 | 114 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100101 | 111100 | 0 | 1001 | 1001100 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE53C
Complementary color
Monochromatic Colors of #FCE53C
Black with #FCE53C
Text Example
Text Example
White with #FCE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE53C; }
p { color: rgb(252,229,60); }
H1.HeaderClassName
{
color: #FCE53C;
}
.AnyTagClassName
{
color: #FCE53C;
}
</style>
background-color css
<style>
a { background-color: #FCE53C; }
a { background-color: rgb(252,229,60); }
div.DivClassName
{
background-color: #FCE53C;
}
.BgClassName
{
background-color: #FCE53C;
}
</style>
border-color css
<style>
span { border-color: #FCE53C; }
span { border-color: rgb(252,229,60); }
td.TdClassName
{
border-color: #FCE53C;
}
.TagClassName
{
border-color: #FCE53C;
}
</style>