Shades of Gorse #FCE93E
Tints of Gorse #FCE93E
RGB
CMYK
RGB Variations
Color information
#FCE93E (or 0xFCE93E) is known color: Gorse. HEX triplet: FC, E9 and 3E. RGB value is (252,233,62). Sum of RGB (Red+Green+Blue) = 252+233+62=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 62 (24.61% from 255 or 11.33% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE93E is #0316C1. Grayscale: #DBDBDB. Windows color (decimal): -202434 or 4123132. OLE color: 4123132.
HSL color Cylindrical-coordinate representation of color #FCE93E: hue angle of 54º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE93E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 62 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.01 |
| HSL | 54º | 0.97% | 0.62% | - |
| HSV(B) | 54º | 0.75% | 0.99% | - |
| XYZ | 70.15 | 79.32 | 16.17 | - |
| YUV | 219.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 62 | 0 | 0.08 | 0.75 | 0.01 | 54 | 0.97 | 0.62 |
| Hex | FC | E9 | 3E | 0 | 8 | 4B | 1 | 36 | 61 | 3E |
| Octal | 374 | 351 | 76 | 0 | 10 | 113 | 1 | 66 | 141 | 76 |
| Binary | 11111100 | 11101001 | 111110 | 0 | 1000 | 1001011 | 1 | 110110 | 1100001 | 111110 |
Color Harmonies of #FCE93E
Complementary color
Monochromatic Colors of #FCE93E
Black with #FCE93E
Text Example
Text Example
White with #FCE93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE93E; }
p { color: rgb(252,233,62); }
H1.HeaderClassName
{
color: #FCE93E;
}
.AnyTagClassName
{
color: #FCE93E;
}
</style>
background-color css
<style>
a { background-color: #FCE93E; }
a { background-color: rgb(252,233,62); }
div.DivClassName
{
background-color: #FCE93E;
}
.BgClassName
{
background-color: #FCE93E;
}
</style>
border-color css
<style>
span { border-color: #FCE93E; }
span { border-color: rgb(252,233,62); }
td.TdClassName
{
border-color: #FCE93E;
}
.TagClassName
{
border-color: #FCE93E;
}
</style>