Shades of Gorse #FCE330
Tints of Gorse #FCE330
RGB
CMYK
RGB Variations
Color information
#FCE330 (or 0xFCE330) is known color: Gorse. HEX triplet: FC, E3 and 30. RGB value is (252,227,48). Sum of RGB (Red+Green+Blue) = 252+227+48=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE330 is #031CCF. Grayscale: #D6D6D6. Windows color (decimal): -203984 or 3204092. OLE color: 3204092.
HSL color Cylindrical-coordinate representation of color #FCE330: hue angle of 52.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCE330 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 48 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.01 |
| HSL | 52.65º | 0.97% | 0.59% | - |
| HSV(B) | 52.65º | 0.81% | 0.99% | - |
| XYZ | 68.15 | 75.85 | 13.84 | - |
| YUV | 214.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 48 | 0 | 0.10 | 0.81 | 0.01 | 52.65 | 0.97 | 0.59 |
| Hex | FC | E3 | 30 | 0 | A | 51 | 1 | 35 | 61 | 3B |
| Octal | 374 | 343 | 60 | 0 | 12 | 121 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100011 | 110000 | 0 | 1010 | 1010001 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE330
Complementary color
Monochromatic Colors of #FCE330
Black with #FCE330
Text Example
Text Example
White with #FCE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE330; }
p { color: rgb(252,227,48); }
H1.HeaderClassName
{
color: #FCE330;
}
.AnyTagClassName
{
color: #FCE330;
}
</style>
background-color css
<style>
a { background-color: #FCE330; }
a { background-color: rgb(252,227,48); }
div.DivClassName
{
background-color: #FCE330;
}
.BgClassName
{
background-color: #FCE330;
}
</style>
border-color css
<style>
span { border-color: #FCE330; }
span { border-color: rgb(252,227,48); }
td.TdClassName
{
border-color: #FCE330;
}
.TagClassName
{
border-color: #FCE330;
}
</style>