Shades of Gorse #FCE92C
Tints of Gorse #FCE92C
RGB
CMYK
RGB Variations
Color information
#FCE92C (or 0xFCE92C) is known color: Gorse. HEX triplet: FC, E9 and 2C. RGB value is (252,233,44). Sum of RGB (Red+Green+Blue) = 252+233+44=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 44 (17.58% from 255 or 8.32% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE92C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE92C is #0316D3. Grayscale: #D9D9D9. Windows color (decimal): -202452 or 2943484. OLE color: 2943484.
HSL color Cylindrical-coordinate representation of color #FCE92C: hue angle of 54.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCE92C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 44 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.01 |
| HSL | 54.52º | 0.97% | 0.58% | - |
| HSV(B) | 54.52º | 0.83% | 0.99% | - |
| XYZ | 69.74 | 79.16 | 13.99 | - |
| YUV | 217.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 44 | 0 | 0.08 | 0.83 | 0.01 | 54.52 | 0.97 | 0.58 |
| Hex | FC | E9 | 2C | 0 | 8 | 53 | 1 | 37 | 61 | 3A |
| Octal | 374 | 351 | 54 | 0 | 10 | 123 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101001 | 101100 | 0 | 1000 | 1010011 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCE92C
Complementary color
Monochromatic Colors of #FCE92C
Black with #FCE92C
Text Example
Text Example
White with #FCE92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE92C; }
p { color: rgb(252,233,44); }
H1.HeaderClassName
{
color: #FCE92C;
}
.AnyTagClassName
{
color: #FCE92C;
}
</style>
background-color css
<style>
a { background-color: #FCE92C; }
a { background-color: rgb(252,233,44); }
div.DivClassName
{
background-color: #FCE92C;
}
.BgClassName
{
background-color: #FCE92C;
}
</style>
border-color css
<style>
span { border-color: #FCE92C; }
span { border-color: rgb(252,233,44); }
td.TdClassName
{
border-color: #FCE92C;
}
.TagClassName
{
border-color: #FCE92C;
}
</style>