Shades of Gorse #FCE538
Tints of Gorse #FCE538
RGB
CMYK
RGB Variations
Color information
#FCE538 (or 0xFCE538) is known color: Gorse. HEX triplet: FC, E5 and 38. RGB value is (252,229,56). Sum of RGB (Red+Green+Blue) = 252+229+56=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 56 (22.27% from 255 or 10.43% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE538 is #031AC7. Grayscale: #D8D8D8. Windows color (decimal): -203464 or 3728892. OLE color: 3728892.
HSL color Cylindrical-coordinate representation of color #FCE538: hue angle of 52.96º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCE538 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 56 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.01 |
| HSL | 52.96º | 0.97% | 0.6% | - |
| HSV(B) | 52.96º | 0.78% | 0.99% | - |
| XYZ | 68.88 | 77.02 | 14.98 | - |
| YUV | 216.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 56 | 0 | 0.09 | 0.78 | 0.01 | 52.96 | 0.97 | 0.6 |
| Hex | FC | E5 | 38 | 0 | 9 | 4E | 1 | 35 | 61 | 3C |
| Octal | 374 | 345 | 70 | 0 | 11 | 116 | 1 | 65 | 141 | 74 |
| Binary | 11111100 | 11100101 | 111000 | 0 | 1001 | 1001110 | 1 | 110101 | 1100001 | 111100 |
Color Harmonies of #FCE538
Complementary color
Monochromatic Colors of #FCE538
Black with #FCE538
Text Example
Text Example
White with #FCE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE538; }
p { color: rgb(252,229,56); }
H1.HeaderClassName
{
color: #FCE538;
}
.AnyTagClassName
{
color: #FCE538;
}
</style>
background-color css
<style>
a { background-color: #FCE538; }
a { background-color: rgb(252,229,56); }
div.DivClassName
{
background-color: #FCE538;
}
.BgClassName
{
background-color: #FCE538;
}
</style>
border-color css
<style>
span { border-color: #FCE538; }
span { border-color: rgb(252,229,56); }
td.TdClassName
{
border-color: #FCE538;
}
.TagClassName
{
border-color: #FCE538;
}
</style>