Shades of Gorse #FCE53B
Tints of Gorse #FCE53B
RGB
CMYK
RGB Variations
Color information
#FCE53B (or 0xFCE53B) is known color: Gorse. HEX triplet: FC, E5 and 3B. RGB value is (252,229,59). Sum of RGB (Red+Green+Blue) = 252+229+59=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 59 (23.44% from 255 or 10.93% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE53B is #031AC4. Grayscale: #D9D9D9. Windows color (decimal): -203461 or 3925500. OLE color: 3925500.
HSL color Cylindrical-coordinate representation of color #FCE53B: hue angle of 52.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCE53B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 59 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.01 |
| HSL | 52.85º | 0.97% | 0.61% | - |
| HSV(B) | 52.85º | 0.77% | 0.99% | - |
| XYZ | 68.95 | 77.05 | 15.38 | - |
| YUV | 216.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 59 | 0 | 0.09 | 0.77 | 0.01 | 52.85 | 0.97 | 0.61 |
| Hex | FC | E5 | 3B | 0 | 9 | 4D | 1 | 35 | 61 | 3D |
| Octal | 374 | 345 | 73 | 0 | 11 | 115 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100101 | 111011 | 0 | 1001 | 1001101 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE53B
Complementary color
Monochromatic Colors of #FCE53B
Black with #FCE53B
Text Example
Text Example
White with #FCE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE53B; }
p { color: rgb(252,229,59); }
H1.HeaderClassName
{
color: #FCE53B;
}
.AnyTagClassName
{
color: #FCE53B;
}
</style>
background-color css
<style>
a { background-color: #FCE53B; }
a { background-color: rgb(252,229,59); }
div.DivClassName
{
background-color: #FCE53B;
}
.BgClassName
{
background-color: #FCE53B;
}
</style>
border-color css
<style>
span { border-color: #FCE53B; }
span { border-color: rgb(252,229,59); }
td.TdClassName
{
border-color: #FCE53B;
}
.TagClassName
{
border-color: #FCE53B;
}
</style>