Shades of Gorse #FCE13C
Tints of Gorse #FCE13C
RGB
CMYK
RGB Variations
Color information
#FCE13C (or 0xFCE13C) is known color: Gorse. HEX triplet: FC, E1 and 3C. RGB value is (252,225,60). Sum of RGB (Red+Green+Blue) = 252+225+60=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE13C is #031EC3. Grayscale: #D6D6D6. Windows color (decimal): -204484 or 3990012. OLE color: 3990012.
HSL color Cylindrical-coordinate representation of color #FCE13C: hue angle of 51.56º 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 #FCE13C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.01 |
| HSL | 51.56º | 0.97% | 0.61% | - |
| HSV(B) | 51.56º | 0.76% | 0.99% | - |
| XYZ | 67.89 | 74.87 | 15.15 | - |
| YUV | 214.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 60 | 0 | 0.11 | 0.76 | 0.01 | 51.56 | 0.97 | 0.61 |
| Hex | FC | E1 | 3C | 0 | B | 4C | 1 | 34 | 61 | 3D |
| Octal | 374 | 341 | 74 | 0 | 13 | 114 | 1 | 64 | 141 | 75 |
| Binary | 11111100 | 11100001 | 111100 | 0 | 1011 | 1001100 | 1 | 110100 | 1100001 | 111101 |
Color Harmonies of #FCE13C
Complementary color
Monochromatic Colors of #FCE13C
Black with #FCE13C
Text Example
Text Example
White with #FCE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE13C; }
p { color: rgb(252,225,60); }
H1.HeaderClassName
{
color: #FCE13C;
}
.AnyTagClassName
{
color: #FCE13C;
}
</style>
background-color css
<style>
a { background-color: #FCE13C; }
a { background-color: rgb(252,225,60); }
div.DivClassName
{
background-color: #FCE13C;
}
.BgClassName
{
background-color: #FCE13C;
}
</style>
border-color css
<style>
span { border-color: #FCE13C; }
span { border-color: rgb(252,225,60); }
td.TdClassName
{
border-color: #FCE13C;
}
.TagClassName
{
border-color: #FCE13C;
}
</style>