Shades of Gorse #FCE123
Tints of Gorse #FCE123
RGB
CMYK
RGB Variations
Color information
#FCE123 (or 0xFCE123) is known color: Gorse. HEX triplet: FC, E1 and 23. RGB value is (252,225,35). Sum of RGB (Red+Green+Blue) = 252+225+35=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 35 (14.06% from 255 or 6.84% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE123 is #031EDC. Grayscale: #D4D4D4. Windows color (decimal): -204509 or 2351612. OLE color: 2351612.
HSL color Cylindrical-coordinate representation of color #FCE123: hue angle of 52.53º 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 #FCE123 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.01 |
| HSL | 52.53º | 0.97% | 0.56% | - |
| HSV(B) | 52.53º | 0.86% | 0.99% | - |
| XYZ | 67.37 | 74.67 | 12.45 | - |
| YUV | 211.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 35 | 0 | 0.11 | 0.86 | 0.01 | 52.53 | 0.97 | 0.56 |
| Hex | FC | E1 | 23 | 0 | B | 56 | 1 | 35 | 61 | 38 |
| Octal | 374 | 341 | 43 | 0 | 13 | 126 | 1 | 65 | 141 | 70 |
| Binary | 11111100 | 11100001 | 100011 | 0 | 1011 | 1010110 | 1 | 110101 | 1100001 | 111000 |
Color Harmonies of #FCE123
Complementary color
Monochromatic Colors of #FCE123
Black with #FCE123
Text Example
Text Example
White with #FCE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE123; }
p { color: rgb(252,225,35); }
H1.HeaderClassName
{
color: #FCE123;
}
.AnyTagClassName
{
color: #FCE123;
}
</style>
background-color css
<style>
a { background-color: #FCE123; }
a { background-color: rgb(252,225,35); }
div.DivClassName
{
background-color: #FCE123;
}
.BgClassName
{
background-color: #FCE123;
}
</style>
border-color css
<style>
span { border-color: #FCE123; }
span { border-color: rgb(252,225,35); }
td.TdClassName
{
border-color: #FCE123;
}
.TagClassName
{
border-color: #FCE123;
}
</style>