Shades of Gorse #FCEA38
Tints of Gorse #FCEA38
RGB
CMYK
RGB Variations
Color information
#FCEA38 (or 0xFCEA38) is known color: Gorse. HEX triplet: FC, EA and 38. RGB value is (252,234,56). Sum of RGB (Red+Green+Blue) = 252+234+56=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 56 (22.27% from 255 or 10.33% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA38 is #0315C7. Grayscale: #DBDBDB. Windows color (decimal): -202184 or 3730172. OLE color: 3730172.
HSL color Cylindrical-coordinate representation of color #FCEA38: hue angle of 54.49º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCEA38 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 56 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.01 |
| HSL | 54.49º | 0.97% | 0.6% | - |
| HSV(B) | 54.49º | 0.78% | 0.99% | - |
| XYZ | 70.28 | 79.83 | 15.45 | - |
| YUV | 219.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 56 | 0 | 0.07 | 0.78 | 0.01 | 54.49 | 0.97 | 0.6 |
| Hex | FC | EA | 38 | 0 | 7 | 4E | 1 | 36 | 61 | 3C |
| Octal | 374 | 352 | 70 | 0 | 7 | 116 | 1 | 66 | 141 | 74 |
| Binary | 11111100 | 11101010 | 111000 | 0 | 111 | 1001110 | 1 | 110110 | 1100001 | 111100 |
Color Harmonies of #FCEA38
Complementary color
Monochromatic Colors of #FCEA38
Black with #FCEA38
Text Example
Text Example
White with #FCEA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA38; }
p { color: rgb(252,234,56); }
H1.HeaderClassName
{
color: #FCEA38;
}
.AnyTagClassName
{
color: #FCEA38;
}
</style>
background-color css
<style>
a { background-color: #FCEA38; }
a { background-color: rgb(252,234,56); }
div.DivClassName
{
background-color: #FCEA38;
}
.BgClassName
{
background-color: #FCEA38;
}
</style>
border-color css
<style>
span { border-color: #FCEA38; }
span { border-color: rgb(252,234,56); }
td.TdClassName
{
border-color: #FCEA38;
}
.TagClassName
{
border-color: #FCEA38;
}
</style>