Shades of Gorse #FCE045
Tints of Gorse #FCE045
RGB
CMYK
RGB Variations
Color information
#FCE045 (or 0xFCE045) is known color: Gorse. HEX triplet: FC, E0 and 45. RGB value is (252,224,69). Sum of RGB (Red+Green+Blue) = 252+224+69=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 69 (27.34% from 255 or 12.66% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE045 is #031FBA. Grayscale: #D7D7D7. Windows color (decimal): -204731 or 4579580. OLE color: 4579580.
HSL color Cylindrical-coordinate representation of color #FCE045: hue angle of 50.82º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCE045 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 69 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 50.82º | 0.97% | 0.63% | - |
| HSV(B) | 50.82º | 0.73% | 0.99% | - |
| XYZ | 67.87 | 74.44 | 16.42 | - |
| YUV | 214.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 69 | 0 | 0.11 | 0.73 | 0.01 | 50.82 | 0.97 | 0.63 |
| Hex | FC | E0 | 45 | 0 | B | 49 | 1 | 33 | 61 | 3F |
| Octal | 374 | 340 | 105 | 0 | 13 | 111 | 1 | 63 | 141 | 77 |
| Binary | 11111100 | 11100000 | 1000101 | 0 | 1011 | 1001001 | 1 | 110011 | 1100001 | 111111 |
Color Harmonies of #FCE045
Complementary color
Monochromatic Colors of #FCE045
Black with #FCE045
Text Example
Text Example
White with #FCE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE045; }
p { color: rgb(252,224,69); }
H1.HeaderClassName
{
color: #FCE045;
}
.AnyTagClassName
{
color: #FCE045;
}
</style>
background-color css
<style>
a { background-color: #FCE045; }
a { background-color: rgb(252,224,69); }
div.DivClassName
{
background-color: #FCE045;
}
.BgClassName
{
background-color: #FCE045;
}
</style>
border-color css
<style>
span { border-color: #FCE045; }
span { border-color: rgb(252,224,69); }
td.TdClassName
{
border-color: #FCE045;
}
.TagClassName
{
border-color: #FCE045;
}
</style>