Shades of Gorse #FCED2E
Tints of Gorse #FCED2E
RGB
CMYK
RGB Variations
Color information
#FCED2E (or 0xFCED2E) is known color: Gorse. HEX triplet: FC, ED and 2E. RGB value is (252,237,46). Sum of RGB (Red+Green+Blue) = 252+237+46=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED2E is #0312D1. Grayscale: #DCDCDC. Windows color (decimal): -201426 or 3075580. OLE color: 3075580.
HSL color Cylindrical-coordinate representation of color #FCED2E: hue angle of 55.63º 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 #FCED2E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 46 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.01 |
| HSL | 55.63º | 0.97% | 0.58% | - |
| HSV(B) | 55.63º | 0.82% | 0.99% | - |
| XYZ | 70.92 | 81.46 | 14.57 | - |
| YUV | 219.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 46 | 0 | 0.06 | 0.82 | 0.01 | 55.63 | 0.97 | 0.58 |
| Hex | FC | ED | 2E | 0 | 6 | 52 | 1 | 38 | 61 | 3A |
| Octal | 374 | 355 | 56 | 0 | 6 | 122 | 1 | 70 | 141 | 72 |
| Binary | 11111100 | 11101101 | 101110 | 0 | 110 | 1010010 | 1 | 111000 | 1100001 | 111010 |
Color Harmonies of #FCED2E
Complementary color
Monochromatic Colors of #FCED2E
Black with #FCED2E
Text Example
Text Example
White with #FCED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED2E; }
p { color: rgb(252,237,46); }
H1.HeaderClassName
{
color: #FCED2E;
}
.AnyTagClassName
{
color: #FCED2E;
}
</style>
background-color css
<style>
a { background-color: #FCED2E; }
a { background-color: rgb(252,237,46); }
div.DivClassName
{
background-color: #FCED2E;
}
.BgClassName
{
background-color: #FCED2E;
}
</style>
border-color css
<style>
span { border-color: #FCED2E; }
span { border-color: rgb(252,237,46); }
td.TdClassName
{
border-color: #FCED2E;
}
.TagClassName
{
border-color: #FCED2E;
}
</style>