Shades of Gorse #FCEA2D
Tints of Gorse #FCEA2D
RGB
CMYK
RGB Variations
Color information
#FCEA2D (or 0xFCEA2D) is known color: Gorse. HEX triplet: FC, EA and 2D. RGB value is (252,234,45). Sum of RGB (Red+Green+Blue) = 252+234+45=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA2D is #0315D2. Grayscale: #DADADA. Windows color (decimal): -202195 or 3009276. OLE color: 3009276.
HSL color Cylindrical-coordinate representation of color #FCEA2D: hue angle of 54.78º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCEA2D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.01 |
| HSL | 54.78º | 0.97% | 0.58% | - |
| HSV(B) | 54.78º | 0.82% | 0.99% | - |
| XYZ | 70.04 | 79.73 | 14.18 | - |
| YUV | 217.84 | 30.46 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 45 | 0 | 0.07 | 0.82 | 0.01 | 54.78 | 0.97 | 0.58 |
| Hex | FC | EA | 2D | 0 | 7 | 52 | 1 | 37 | 61 | 3A |
| Octal | 374 | 352 | 55 | 0 | 7 | 122 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101010 | 101101 | 0 | 111 | 1010010 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEA2D
Complementary color
Monochromatic Colors of #FCEA2D
Black with #FCEA2D
Text Example
Text Example
White with #FCEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA2D; }
p { color: rgb(252,234,45); }
H1.HeaderClassName
{
color: #FCEA2D;
}
.AnyTagClassName
{
color: #FCEA2D;
}
</style>
background-color css
<style>
a { background-color: #FCEA2D; }
a { background-color: rgb(252,234,45); }
div.DivClassName
{
background-color: #FCEA2D;
}
.BgClassName
{
background-color: #FCEA2D;
}
</style>
border-color css
<style>
span { border-color: #FCEA2D; }
span { border-color: rgb(252,234,45); }
td.TdClassName
{
border-color: #FCEA2D;
}
.TagClassName
{
border-color: #FCEA2D;
}
</style>