Shades of Gorse #FCE023
Tints of Gorse #FCE023
RGB
CMYK
RGB Variations
Color information
#FCE023 (or 0xFCE023) is known color: Gorse. HEX triplet: FC, E0 and 23. RGB value is (252,224,35). Sum of RGB (Red+Green+Blue) = 252+224+35=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 35 (14.06% from 255 or 6.85% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE023 is #031FDC. Grayscale: #D3D3D3. Windows color (decimal): -204765 or 2351356. OLE color: 2351356.
HSL color Cylindrical-coordinate representation of color #FCE023: hue angle of 52.26º 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 #FCE023 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.01 |
| HSL | 52.26º | 0.97% | 0.56% | - |
| HSV(B) | 52.26º | 0.86% | 0.99% | - |
| XYZ | 67.1 | 74.13 | 12.36 | - |
| YUV | 210.83 | 28.78 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 35 | 0 | 0.11 | 0.86 | 0.01 | 52.26 | 0.97 | 0.56 |
| Hex | FC | E0 | 23 | 0 | B | 56 | 1 | 34 | 61 | 38 |
| Octal | 374 | 340 | 43 | 0 | 13 | 126 | 1 | 64 | 141 | 70 |
| Binary | 11111100 | 11100000 | 100011 | 0 | 1011 | 1010110 | 1 | 110100 | 1100001 | 111000 |
Color Harmonies of #FCE023
Complementary color
Monochromatic Colors of #FCE023
Black with #FCE023
Text Example
Text Example
White with #FCE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE023; }
p { color: rgb(252,224,35); }
H1.HeaderClassName
{
color: #FCE023;
}
.AnyTagClassName
{
color: #FCE023;
}
</style>
background-color css
<style>
a { background-color: #FCE023; }
a { background-color: rgb(252,224,35); }
div.DivClassName
{
background-color: #FCE023;
}
.BgClassName
{
background-color: #FCE023;
}
</style>
border-color css
<style>
span { border-color: #FCE023; }
span { border-color: rgb(252,224,35); }
td.TdClassName
{
border-color: #FCE023;
}
.TagClassName
{
border-color: #FCE023;
}
</style>