Shades of Gorse #FCE33B
Tints of Gorse #FCE33B
RGB
CMYK
RGB Variations
Color information
#FCE33B (or 0xFCE33B) is known color: Gorse. HEX triplet: FC, E3 and 3B. RGB value is (252,227,59). Sum of RGB (Red+Green+Blue) = 252+227+59=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 59 (23.44% from 255 or 10.97% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE33B is #031CC4. Grayscale: #D8D8D8. Windows color (decimal): -203973 or 3924988. OLE color: 3924988.
HSL color Cylindrical-coordinate representation of color #FCE33B: hue angle of 52.23º 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 #FCE33B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 59 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.01 |
| HSL | 52.23º | 0.97% | 0.61% | - |
| HSV(B) | 52.23º | 0.77% | 0.99% | - |
| XYZ | 68.4 | 75.95 | 15.19 | - |
| YUV | 215.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 59 | 0 | 0.10 | 0.77 | 0.01 | 52.23 | 0.97 | 0.61 |
| Hex | FC | E3 | 3B | 0 | A | 4D | 1 | 34 | 61 | 3D |
| Octal | 374 | 343 | 73 | 0 | 12 | 115 | 1 | 64 | 141 | 75 |
| Binary | 11111100 | 11100011 | 111011 | 0 | 1010 | 1001101 | 1 | 110100 | 1100001 | 111101 |
Color Harmonies of #FCE33B
Complementary color
Monochromatic Colors of #FCE33B
Black with #FCE33B
Text Example
Text Example
White with #FCE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE33B; }
p { color: rgb(252,227,59); }
H1.HeaderClassName
{
color: #FCE33B;
}
.AnyTagClassName
{
color: #FCE33B;
}
</style>
background-color css
<style>
a { background-color: #FCE33B; }
a { background-color: rgb(252,227,59); }
div.DivClassName
{
background-color: #FCE33B;
}
.BgClassName
{
background-color: #FCE33B;
}
</style>
border-color css
<style>
span { border-color: #FCE33B; }
span { border-color: rgb(252,227,59); }
td.TdClassName
{
border-color: #FCE33B;
}
.TagClassName
{
border-color: #FCE33B;
}
</style>