Shades of Gorse #FCFC2D
Tints of Gorse #FCFC2D
RGB
CMYK
RGB Variations
Color information
#FCFC2D (or 0xFCFC2D) is known color: Gorse. HEX triplet: FC, FC and 2D. RGB value is (252,252,45). Sum of RGB (Red+Green+Blue) = 252+252+45=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 45 (17.97% from 255 or 8.20% from 549); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC2D is #0303D2. Grayscale: #E5E5E5. Windows color (decimal): -197587 or 3013884. OLE color: 3013884.
HSL color Cylindrical-coordinate representation of color #FCFC2D: 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.82%. Process color model (Four color, CMYK) of #FCFC2D is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 45 | - |
| CMYK | 0 | 0 | 0.82 | 0.01 |
| HSL | 60º | 0.97% | 0.58% | - |
| HSV(B) | 60º | 0.82% | 0.99% | - |
| XYZ | 75.43 | 90.51 | 15.98 | - |
| YUV | 228.4 | 24.5 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 45 | 0 | 0 | 0.82 | 0.01 | 60 | 0.97 | 0.58 |
| Hex | FC | FC | 2D | 0 | 0 | 52 | 1 | 3C | 61 | 3A |
| Octal | 374 | 374 | 55 | 0 | 0 | 122 | 1 | 74 | 141 | 72 |
| Binary | 11111100 | 11111100 | 101101 | 0 | 0 | 1010010 | 1 | 111100 | 1100001 | 111010 |
Color Harmonies of #FCFC2D
Complementary color
Monochromatic Colors of #FCFC2D
Black with #FCFC2D
Text Example
Text Example
White with #FCFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC2D; }
p { color: rgb(252,252,45); }
H1.HeaderClassName
{
color: #FCFC2D;
}
.AnyTagClassName
{
color: #FCFC2D;
}
</style>
background-color css
<style>
a { background-color: #FCFC2D; }
a { background-color: rgb(252,252,45); }
div.DivClassName
{
background-color: #FCFC2D;
}
.BgClassName
{
background-color: #FCFC2D;
}
</style>
border-color css
<style>
span { border-color: #FCFC2D; }
span { border-color: rgb(252,252,45); }
td.TdClassName
{
border-color: #FCFC2D;
}
.TagClassName
{
border-color: #FCFC2D;
}
</style>