Shades of Gorse #FCE92D
Tints of Gorse #FCE92D
RGB
CMYK
RGB Variations
Color information
#FCE92D (or 0xFCE92D) is known color: Gorse. HEX triplet: FC, E9 and 2D. RGB value is (252,233,45). Sum of RGB (Red+Green+Blue) = 252+233+45=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE92D is #0316D2. Grayscale: #DADADA. Windows color (decimal): -202451 or 3009020. OLE color: 3009020.
HSL color Cylindrical-coordinate representation of color #FCE92D: hue angle of 54.49º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCE92D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 45 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.01 |
| HSL | 54.49º | 0.97% | 0.58% | - |
| HSV(B) | 54.49º | 0.82% | 0.99% | - |
| XYZ | 69.76 | 79.16 | 14.09 | - |
| YUV | 217.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 45 | 0 | 0.08 | 0.82 | 0.01 | 54.49 | 0.97 | 0.58 |
| Hex | FC | E9 | 2D | 0 | 8 | 52 | 1 | 36 | 61 | 3A |
| Octal | 374 | 351 | 55 | 0 | 10 | 122 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11101001 | 101101 | 0 | 1000 | 1010010 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE92D
Complementary color
Monochromatic Colors of #FCE92D
Black with #FCE92D
Text Example
Text Example
White with #FCE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE92D; }
p { color: rgb(252,233,45); }
H1.HeaderClassName
{
color: #FCE92D;
}
.AnyTagClassName
{
color: #FCE92D;
}
</style>
background-color css
<style>
a { background-color: #FCE92D; }
a { background-color: rgb(252,233,45); }
div.DivClassName
{
background-color: #FCE92D;
}
.BgClassName
{
background-color: #FCE92D;
}
</style>
border-color css
<style>
span { border-color: #FCE92D; }
span { border-color: rgb(252,233,45); }
td.TdClassName
{
border-color: #FCE92D;
}
.TagClassName
{
border-color: #FCE92D;
}
</style>