Shades of Gorse #FCE223
Tints of Gorse #FCE223
RGB
CMYK
RGB Variations
Color information
#FCE223 (or 0xFCE223) is known color: Gorse. HEX triplet: FC, E2 and 23. RGB value is (252,226,35). Sum of RGB (Red+Green+Blue) = 252+226+35=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 35 (14.06% from 255 or 6.82% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE223 is #031DDC. Grayscale: #D4D4D4. Windows color (decimal): -204253 or 2351868. OLE color: 2351868.
HSL color Cylindrical-coordinate representation of color #FCE223: hue angle of 52.81º 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 #FCE223 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 35 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.01 |
| HSL | 52.81º | 0.97% | 0.56% | - |
| HSV(B) | 52.81º | 0.86% | 0.99% | - |
| XYZ | 67.64 | 75.21 | 12.54 | - |
| YUV | 212 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 35 | 0 | 0.10 | 0.86 | 0.01 | 52.81 | 0.97 | 0.56 |
| Hex | FC | E2 | 23 | 0 | A | 56 | 1 | 35 | 61 | 38 |
| Octal | 374 | 342 | 43 | 0 | 12 | 126 | 1 | 65 | 141 | 70 |
| Binary | 11111100 | 11100010 | 100011 | 0 | 1010 | 1010110 | 1 | 110101 | 1100001 | 111000 |
Color Harmonies of #FCE223
Complementary color
Monochromatic Colors of #FCE223
Black with #FCE223
Text Example
Text Example
White with #FCE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE223; }
p { color: rgb(252,226,35); }
H1.HeaderClassName
{
color: #FCE223;
}
.AnyTagClassName
{
color: #FCE223;
}
</style>
background-color css
<style>
a { background-color: #FCE223; }
a { background-color: rgb(252,226,35); }
div.DivClassName
{
background-color: #FCE223;
}
.BgClassName
{
background-color: #FCE223;
}
</style>
border-color css
<style>
span { border-color: #FCE223; }
span { border-color: rgb(252,226,35); }
td.TdClassName
{
border-color: #FCE223;
}
.TagClassName
{
border-color: #FCE223;
}
</style>