Shades of Gorse #FCFC2C
Tints of Gorse #FCFC2C
RGB
CMYK
RGB Variations
Color information
#FCFC2C (or 0xFCFC2C) is known color: Gorse. HEX triplet: FC, FC and 2C. RGB value is (252,252,44). Sum of RGB (Red+Green+Blue) = 252+252+44=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 44 (17.58% from 255 or 8.03% from 548); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC2C is #0303D3. Grayscale: #E5E5E5. Windows color (decimal): -197588 or 2948348. OLE color: 2948348.
HSL color Cylindrical-coordinate representation of color #FCFC2C: hue angle of 60º 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 #FCFC2C is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 44 | - |
| CMYK | 0 | 0 | 0.83 | 0.01 |
| HSL | 60º | 0.97% | 0.58% | - |
| HSV(B) | 60º | 0.83% | 0.99% | - |
| XYZ | 75.41 | 90.5 | 15.88 | - |
| YUV | 228.29 | 24 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 44 | 0 | 0 | 0.83 | 0.01 | 60 | 0.97 | 0.58 |
| Hex | FC | FC | 2C | 0 | 0 | 53 | 1 | 3C | 61 | 3A |
| Octal | 374 | 374 | 54 | 0 | 0 | 123 | 1 | 74 | 141 | 72 |
| Binary | 11111100 | 11111100 | 101100 | 0 | 0 | 1010011 | 1 | 111100 | 1100001 | 111010 |
Color Harmonies of #FCFC2C
Complementary color
Monochromatic Colors of #FCFC2C
Black with #FCFC2C
Text Example
Text Example
White with #FCFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC2C; }
p { color: rgb(252,252,44); }
H1.HeaderClassName
{
color: #FCFC2C;
}
.AnyTagClassName
{
color: #FCFC2C;
}
</style>
background-color css
<style>
a { background-color: #FCFC2C; }
a { background-color: rgb(252,252,44); }
div.DivClassName
{
background-color: #FCFC2C;
}
.BgClassName
{
background-color: #FCFC2C;
}
</style>
border-color css
<style>
span { border-color: #FCFC2C; }
span { border-color: rgb(252,252,44); }
td.TdClassName
{
border-color: #FCFC2C;
}
.TagClassName
{
border-color: #FCFC2C;
}
</style>