Shades of Gorse #FCE523
Tints of Gorse #FCE523
RGB
CMYK
RGB Variations
Color information
#FCE523 (or 0xFCE523) is known color: Gorse. HEX triplet: FC, E5 and 23. RGB value is (252,229,35). Sum of RGB (Red+Green+Blue) = 252+229+35=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE523 is #031ADC. Grayscale: #D6D6D6. Windows color (decimal): -203485 or 2352636. OLE color: 2352636.
HSL color Cylindrical-coordinate representation of color #FCE523: hue angle of 53.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCE523 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 35 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.01 |
| HSL | 53.64º | 0.97% | 0.56% | - |
| HSV(B) | 53.64º | 0.86% | 0.99% | - |
| XYZ | 68.47 | 76.86 | 12.82 | - |
| YUV | 213.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 35 | 0 | 0.09 | 0.86 | 0.01 | 53.64 | 0.97 | 0.56 |
| Hex | FC | E5 | 23 | 0 | 9 | 56 | 1 | 36 | 61 | 38 |
| Octal | 374 | 345 | 43 | 0 | 11 | 126 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100101 | 100011 | 0 | 1001 | 1010110 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE523
Complementary color
Monochromatic Colors of #FCE523
Black with #FCE523
Text Example
Text Example
White with #FCE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE523; }
p { color: rgb(252,229,35); }
H1.HeaderClassName
{
color: #FCE523;
}
.AnyTagClassName
{
color: #FCE523;
}
</style>
background-color css
<style>
a { background-color: #FCE523; }
a { background-color: rgb(252,229,35); }
div.DivClassName
{
background-color: #FCE523;
}
.BgClassName
{
background-color: #FCE523;
}
</style>
border-color css
<style>
span { border-color: #FCE523; }
span { border-color: rgb(252,229,35); }
td.TdClassName
{
border-color: #FCE523;
}
.TagClassName
{
border-color: #FCE523;
}
</style>