Shades of Gorse #FCEF2C
Tints of Gorse #FCEF2C
RGB
CMYK
RGB Variations
Color information
#FCEF2C (or 0xFCEF2C) is known color: Gorse. HEX triplet: FC, EF and 2C. RGB value is (252,239,44). Sum of RGB (Red+Green+Blue) = 252+239+44=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF2C is #0310D3. Grayscale: #DDDDDD. Windows color (decimal): -200916 or 2945020. OLE color: 2945020.
HSL color Cylindrical-coordinate representation of color #FCEF2C: hue angle of 56.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCEF2C is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 44 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.01 |
| HSL | 56.25º | 0.97% | 0.58% | - |
| HSV(B) | 56.25º | 0.83% | 0.99% | - |
| XYZ | 71.47 | 82.61 | 14.56 | - |
| YUV | 220.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 44 | 0 | 0.05 | 0.83 | 0.01 | 56.25 | 0.97 | 0.58 |
| Hex | FC | EF | 2C | 0 | 5 | 53 | 1 | 38 | 61 | 3A |
| Octal | 374 | 357 | 54 | 0 | 5 | 123 | 1 | 70 | 141 | 72 |
| Binary | 11111100 | 11101111 | 101100 | 0 | 101 | 1010011 | 1 | 111000 | 1100001 | 111010 |
Color Harmonies of #FCEF2C
Complementary color
Monochromatic Colors of #FCEF2C
Black with #FCEF2C
Text Example
Text Example
White with #FCEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF2C; }
p { color: rgb(252,239,44); }
H1.HeaderClassName
{
color: #FCEF2C;
}
.AnyTagClassName
{
color: #FCEF2C;
}
</style>
background-color css
<style>
a { background-color: #FCEF2C; }
a { background-color: rgb(252,239,44); }
div.DivClassName
{
background-color: #FCEF2C;
}
.BgClassName
{
background-color: #FCEF2C;
}
</style>
border-color css
<style>
span { border-color: #FCEF2C; }
span { border-color: rgb(252,239,44); }
td.TdClassName
{
border-color: #FCEF2C;
}
.TagClassName
{
border-color: #FCEF2C;
}
</style>