Shades of Gorse #FCE326
Tints of Gorse #FCE326
RGB
CMYK
RGB Variations
Color information
#FCE326 (or 0xFCE326) is known color: Gorse. HEX triplet: FC, E3 and 26. RGB value is (252,227,38). Sum of RGB (Red+Green+Blue) = 252+227+38=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 38 (15.23% from 255 or 7.35% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE326 is #031CD9. Grayscale: #D5D5D5. Windows color (decimal): -203994 or 2548732. OLE color: 2548732.
HSL color Cylindrical-coordinate representation of color #FCE326: hue angle of 52.99º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCE326 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 38 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.01 |
| HSL | 52.99º | 0.97% | 0.57% | - |
| HSV(B) | 52.99º | 0.85% | 0.99% | - |
| XYZ | 67.96 | 75.77 | 12.88 | - |
| YUV | 212.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 38 | 0 | 0.10 | 0.85 | 0.01 | 52.99 | 0.97 | 0.57 |
| Hex | FC | E3 | 26 | 0 | A | 55 | 1 | 35 | 61 | 39 |
| Octal | 374 | 343 | 46 | 0 | 12 | 125 | 1 | 65 | 141 | 71 |
| Binary | 11111100 | 11100011 | 100110 | 0 | 1010 | 1010101 | 1 | 110101 | 1100001 | 111001 |
Color Harmonies of #FCE326
Complementary color
Monochromatic Colors of #FCE326
Black with #FCE326
Text Example
Text Example
White with #FCE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE326; }
p { color: rgb(252,227,38); }
H1.HeaderClassName
{
color: #FCE326;
}
.AnyTagClassName
{
color: #FCE326;
}
</style>
background-color css
<style>
a { background-color: #FCE326; }
a { background-color: rgb(252,227,38); }
div.DivClassName
{
background-color: #FCE326;
}
.BgClassName
{
background-color: #FCE326;
}
</style>
border-color css
<style>
span { border-color: #FCE326; }
span { border-color: rgb(252,227,38); }
td.TdClassName
{
border-color: #FCE326;
}
.TagClassName
{
border-color: #FCE326;
}
</style>