Shades of Gorse #FCF53D
Tints of Gorse #FCF53D
RGB
CMYK
RGB Variations
Color information
#FCF53D (or 0xFCF53D) is known color: Gorse. HEX triplet: FC, F5 and 3D. RGB value is (252,245,61). Sum of RGB (Red+Green+Blue) = 252+245+61=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 61 (24.22% from 255 or 10.93% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF53D is #030AC2. Grayscale: #E2E2E2. Windows color (decimal): -199363 or 4060668. OLE color: 4060668.
HSL color Cylindrical-coordinate representation of color #FCF53D: hue angle of 57.8º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCF53D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 61 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.01 |
| HSL | 57.8º | 0.97% | 0.61% | - |
| HSV(B) | 57.8º | 0.76% | 0.99% | - |
| XYZ | 73.64 | 86.34 | 17.2 | - |
| YUV | 226.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 61 | 0 | 0.03 | 0.76 | 0.01 | 57.8 | 0.97 | 0.61 |
| Hex | FC | F5 | 3D | 0 | 3 | 4C | 1 | 3A | 61 | 3D |
| Octal | 374 | 365 | 75 | 0 | 3 | 114 | 1 | 72 | 141 | 75 |
| Binary | 11111100 | 11110101 | 111101 | 0 | 11 | 1001100 | 1 | 111010 | 1100001 | 111101 |
Color Harmonies of #FCF53D
Complementary color
Monochromatic Colors of #FCF53D
Black with #FCF53D
Text Example
Text Example
White with #FCF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF53D; }
p { color: rgb(252,245,61); }
H1.HeaderClassName
{
color: #FCF53D;
}
.AnyTagClassName
{
color: #FCF53D;
}
</style>
background-color css
<style>
a { background-color: #FCF53D; }
a { background-color: rgb(252,245,61); }
div.DivClassName
{
background-color: #FCF53D;
}
.BgClassName
{
background-color: #FCF53D;
}
</style>
border-color css
<style>
span { border-color: #FCF53D; }
span { border-color: rgb(252,245,61); }
td.TdClassName
{
border-color: #FCF53D;
}
.TagClassName
{
border-color: #FCF53D;
}
</style>