Shades of Gorse #FCE241
Tints of Gorse #FCE241
RGB
CMYK
RGB Variations
Color information
#FCE241 (or 0xFCE241) is known color: Gorse. HEX triplet: FC, E2 and 41. RGB value is (252,226,65). Sum of RGB (Red+Green+Blue) = 252+226+65=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE241 is #031DBE. Grayscale: #D8D8D8. Windows color (decimal): -204223 or 4317948. OLE color: 4317948.
HSL color Cylindrical-coordinate representation of color #FCE241: hue angle of 51.66º 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 #FCE241 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 65 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.01 |
| HSL | 51.66º | 0.97% | 0.62% | - |
| HSV(B) | 51.66º | 0.74% | 0.99% | - |
| XYZ | 68.3 | 75.47 | 15.97 | - |
| YUV | 215.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 65 | 0 | 0.10 | 0.74 | 0.01 | 51.66 | 0.97 | 0.62 |
| Hex | FC | E2 | 41 | 0 | A | 4A | 1 | 34 | 61 | 3E |
| Octal | 374 | 342 | 101 | 0 | 12 | 112 | 1 | 64 | 141 | 76 |
| Binary | 11111100 | 11100010 | 1000001 | 0 | 1010 | 1001010 | 1 | 110100 | 1100001 | 111110 |
Color Harmonies of #FCE241
Complementary color
Monochromatic Colors of #FCE241
Black with #FCE241
Text Example
Text Example
White with #FCE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE241; }
p { color: rgb(252,226,65); }
H1.HeaderClassName
{
color: #FCE241;
}
.AnyTagClassName
{
color: #FCE241;
}
</style>
background-color css
<style>
a { background-color: #FCE241; }
a { background-color: rgb(252,226,65); }
div.DivClassName
{
background-color: #FCE241;
}
.BgClassName
{
background-color: #FCE241;
}
</style>
border-color css
<style>
span { border-color: #FCE241; }
span { border-color: rgb(252,226,65); }
td.TdClassName
{
border-color: #FCE241;
}
.TagClassName
{
border-color: #FCE241;
}
</style>