Shades of Gorse #FCE533
Tints of Gorse #FCE533
RGB
CMYK
RGB Variations
Color information
#FCE533 (or 0xFCE533) is known color: Gorse. HEX triplet: FC, E5 and 33. RGB value is (252,229,51). Sum of RGB (Red+Green+Blue) = 252+229+51=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 51 (20.31% from 255 or 9.59% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE533 is #031ACC. Grayscale: #D8D8D8. Windows color (decimal): -203469 or 3401212. OLE color: 3401212.
HSL color Cylindrical-coordinate representation of color #FCE533: hue angle of 53.13º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCE533 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 51 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.01 |
| HSL | 53.13º | 0.97% | 0.59% | - |
| HSV(B) | 53.13º | 0.8% | 0.99% | - |
| XYZ | 68.76 | 76.97 | 14.37 | - |
| YUV | 215.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 51 | 0 | 0.09 | 0.80 | 0.01 | 53.13 | 0.97 | 0.59 |
| Hex | FC | E5 | 33 | 0 | 9 | 50 | 1 | 35 | 61 | 3B |
| Octal | 374 | 345 | 63 | 0 | 11 | 120 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100101 | 110011 | 0 | 1001 | 1010000 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE533
Complementary color
Monochromatic Colors of #FCE533
Black with #FCE533
Text Example
Text Example
White with #FCE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE533; }
p { color: rgb(252,229,51); }
H1.HeaderClassName
{
color: #FCE533;
}
.AnyTagClassName
{
color: #FCE533;
}
</style>
background-color css
<style>
a { background-color: #FCE533; }
a { background-color: rgb(252,229,51); }
div.DivClassName
{
background-color: #FCE533;
}
.BgClassName
{
background-color: #FCE533;
}
</style>
border-color css
<style>
span { border-color: #FCE533; }
span { border-color: rgb(252,229,51); }
td.TdClassName
{
border-color: #FCE533;
}
.TagClassName
{
border-color: #FCE533;
}
</style>