Shades of Gorse #FCE33F
Tints of Gorse #FCE33F
RGB
CMYK
RGB Variations
Color information
#FCE33F (or 0xFCE33F) is known color: Gorse. HEX triplet: FC, E3 and 3F. RGB value is (252,227,63). Sum of RGB (Red+Green+Blue) = 252+227+63=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 63 (25% from 255 or 11.62% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE33F is #031CC0. Grayscale: #D8D8D8. Windows color (decimal): -203969 or 4187132. OLE color: 4187132.
HSL color Cylindrical-coordinate representation of color #FCE33F: hue angle of 52.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE33F is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 63 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.01 |
| HSL | 52.06º | 0.97% | 0.62% | - |
| HSV(B) | 52.06º | 0.75% | 0.99% | - |
| XYZ | 68.51 | 75.99 | 15.76 | - |
| YUV | 215.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 63 | 0 | 0.10 | 0.75 | 0.01 | 52.06 | 0.97 | 0.62 |
| Hex | FC | E3 | 3F | 0 | A | 4B | 1 | 34 | 61 | 3E |
| Octal | 374 | 343 | 77 | 0 | 12 | 113 | 1 | 64 | 141 | 76 |
| Binary | 11111100 | 11100011 | 111111 | 0 | 1010 | 1001011 | 1 | 110100 | 1100001 | 111110 |
Color Harmonies of #FCE33F
Complementary color
Monochromatic Colors of #FCE33F
Black with #FCE33F
Text Example
Text Example
White with #FCE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE33F; }
p { color: rgb(252,227,63); }
H1.HeaderClassName
{
color: #FCE33F;
}
.AnyTagClassName
{
color: #FCE33F;
}
</style>
background-color css
<style>
a { background-color: #FCE33F; }
a { background-color: rgb(252,227,63); }
div.DivClassName
{
background-color: #FCE33F;
}
.BgClassName
{
background-color: #FCE33F;
}
</style>
border-color css
<style>
span { border-color: #FCE33F; }
span { border-color: rgb(252,227,63); }
td.TdClassName
{
border-color: #FCE33F;
}
.TagClassName
{
border-color: #FCE33F;
}
</style>