Shades of Gorse #FCEA30
Tints of Gorse #FCEA30
RGB
CMYK
RGB Variations
Color information
#FCEA30 (or 0xFCEA30) is known color: Gorse. HEX triplet: FC, EA and 30. RGB value is (252,234,48). Sum of RGB (Red+Green+Blue) = 252+234+48=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA30 is #0315CF. Grayscale: #DADADA. Windows color (decimal): -202192 or 3205884. OLE color: 3205884.
HSL color Cylindrical-coordinate representation of color #FCEA30: hue angle of 54.71º 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 #FCEA30 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 48 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.01 |
| HSL | 54.71º | 0.97% | 0.59% | - |
| HSV(B) | 54.71º | 0.81% | 0.99% | - |
| XYZ | 70.1 | 79.75 | 14.5 | - |
| YUV | 218.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 48 | 0 | 0.07 | 0.81 | 0.01 | 54.71 | 0.97 | 0.59 |
| Hex | FC | EA | 30 | 0 | 7 | 51 | 1 | 37 | 61 | 3B |
| Octal | 374 | 352 | 60 | 0 | 7 | 121 | 1 | 67 | 141 | 73 |
| Binary | 11111100 | 11101010 | 110000 | 0 | 111 | 1010001 | 1 | 110111 | 1100001 | 111011 |
Color Harmonies of #FCEA30
Complementary color
Monochromatic Colors of #FCEA30
Black with #FCEA30
Text Example
Text Example
White with #FCEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA30; }
p { color: rgb(252,234,48); }
H1.HeaderClassName
{
color: #FCEA30;
}
.AnyTagClassName
{
color: #FCEA30;
}
</style>
background-color css
<style>
a { background-color: #FCEA30; }
a { background-color: rgb(252,234,48); }
div.DivClassName
{
background-color: #FCEA30;
}
.BgClassName
{
background-color: #FCEA30;
}
</style>
border-color css
<style>
span { border-color: #FCEA30; }
span { border-color: rgb(252,234,48); }
td.TdClassName
{
border-color: #FCEA30;
}
.TagClassName
{
border-color: #FCEA30;
}
</style>