Shades of Gorse #FCE935
Tints of Gorse #FCE935
RGB
CMYK
RGB Variations
Color information
#FCE935 (or 0xFCE935) is known color: Gorse. HEX triplet: FC, E9 and 35. RGB value is (252,233,53). Sum of RGB (Red+Green+Blue) = 252+233+53=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 53 (21.09% from 255 or 9.85% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE935 is #0316CA. Grayscale: #DADADA. Windows color (decimal): -202443 or 3533308. OLE color: 3533308.
HSL color Cylindrical-coordinate representation of color #FCE935: hue angle of 54.27º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCE935 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 53 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.01 |
| HSL | 54.27º | 0.97% | 0.6% | - |
| HSV(B) | 54.27º | 0.79% | 0.99% | - |
| XYZ | 69.93 | 79.23 | 14.98 | - |
| YUV | 218.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 53 | 0 | 0.08 | 0.79 | 0.01 | 54.27 | 0.97 | 0.6 |
| Hex | FC | E9 | 35 | 0 | 8 | 4F | 1 | 36 | 61 | 3C |
| Octal | 374 | 351 | 65 | 0 | 10 | 117 | 1 | 66 | 141 | 74 |
| Binary | 11111100 | 11101001 | 110101 | 0 | 1000 | 1001111 | 1 | 110110 | 1100001 | 111100 |
Color Harmonies of #FCE935
Complementary color
Monochromatic Colors of #FCE935
Black with #FCE935
Text Example
Text Example
White with #FCE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE935; }
p { color: rgb(252,233,53); }
H1.HeaderClassName
{
color: #FCE935;
}
.AnyTagClassName
{
color: #FCE935;
}
</style>
background-color css
<style>
a { background-color: #FCE935; }
a { background-color: rgb(252,233,53); }
div.DivClassName
{
background-color: #FCE935;
}
.BgClassName
{
background-color: #FCE935;
}
</style>
border-color css
<style>
span { border-color: #FCE935; }
span { border-color: rgb(252,233,53); }
td.TdClassName
{
border-color: #FCE935;
}
.TagClassName
{
border-color: #FCE935;
}
</style>