Shades of Gorse #FCE73C
Tints of Gorse #FCE73C
RGB
CMYK
RGB Variations
Color information
#FCE73C (or 0xFCE73C) is known color: Gorse. HEX triplet: FC, E7 and 3C. RGB value is (252,231,60). Sum of RGB (Red+Green+Blue) = 252+231+60=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE73C is #0318C3. Grayscale: #DADADA. Windows color (decimal): -202948 or 3991548. OLE color: 3991548.
HSL color Cylindrical-coordinate representation of color #FCE73C: hue angle of 53.44º 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 #FCE73C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 60 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.01 |
| HSL | 53.44º | 0.97% | 0.61% | - |
| HSV(B) | 53.44º | 0.76% | 0.99% | - |
| XYZ | 69.54 | 78.17 | 15.7 | - |
| YUV | 217.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 60 | 0 | 0.08 | 0.76 | 0.01 | 53.44 | 0.97 | 0.61 |
| Hex | FC | E7 | 3C | 0 | 8 | 4C | 1 | 35 | 61 | 3D |
| Octal | 374 | 347 | 74 | 0 | 10 | 114 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100111 | 111100 | 0 | 1000 | 1001100 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE73C
Complementary color
Monochromatic Colors of #FCE73C
Black with #FCE73C
Text Example
Text Example
White with #FCE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE73C; }
p { color: rgb(252,231,60); }
H1.HeaderClassName
{
color: #FCE73C;
}
.AnyTagClassName
{
color: #FCE73C;
}
</style>
background-color css
<style>
a { background-color: #FCE73C; }
a { background-color: rgb(252,231,60); }
div.DivClassName
{
background-color: #FCE73C;
}
.BgClassName
{
background-color: #FCE73C;
}
</style>
border-color css
<style>
span { border-color: #FCE73C; }
span { border-color: rgb(252,231,60); }
td.TdClassName
{
border-color: #FCE73C;
}
.TagClassName
{
border-color: #FCE73C;
}
</style>