Shades of Gorse #FCE841
Tints of Gorse #FCE841
RGB
CMYK
RGB Variations
Color information
#FCE841 (or 0xFCE841) is known color: Gorse. HEX triplet: FC, E8 and 41. RGB value is (252,232,65). Sum of RGB (Red+Green+Blue) = 252+232+65=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 65 (25.78% from 255 or 11.84% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE841 is #0317BE. Grayscale: #DBDBDB. Windows color (decimal): -202687 or 4319484. OLE color: 4319484.
HSL color Cylindrical-coordinate representation of color #FCE841: hue angle of 53.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCE841 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 65 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.01 |
| HSL | 53.58º | 0.97% | 0.62% | - |
| HSV(B) | 53.58º | 0.74% | 0.99% | - |
| XYZ | 69.96 | 78.79 | 16.52 | - |
| YUV | 218.94 | 41.13 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 65 | 0 | 0.08 | 0.74 | 0.01 | 53.58 | 0.97 | 0.62 |
| Hex | FC | E8 | 41 | 0 | 8 | 4A | 1 | 36 | 61 | 3E |
| Octal | 374 | 350 | 101 | 0 | 10 | 112 | 1 | 66 | 141 | 76 |
| Binary | 11111100 | 11101000 | 1000001 | 0 | 1000 | 1001010 | 1 | 110110 | 1100001 | 111110 |
Color Harmonies of #FCE841
Complementary color
Monochromatic Colors of #FCE841
Black with #FCE841
Text Example
Text Example
White with #FCE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE841; }
p { color: rgb(252,232,65); }
H1.HeaderClassName
{
color: #FCE841;
}
.AnyTagClassName
{
color: #FCE841;
}
</style>
background-color css
<style>
a { background-color: #FCE841; }
a { background-color: rgb(252,232,65); }
div.DivClassName
{
background-color: #FCE841;
}
.BgClassName
{
background-color: #FCE841;
}
</style>
border-color css
<style>
span { border-color: #FCE841; }
span { border-color: rgb(252,232,65); }
td.TdClassName
{
border-color: #FCE841;
}
.TagClassName
{
border-color: #FCE841;
}
</style>