Shades of Gorse #FCF73D
Tints of Gorse #FCF73D
RGB
CMYK
RGB Variations
Color information
#FCF73D (or 0xFCF73D) is known color: Gorse. HEX triplet: FC, F7 and 3D. RGB value is (252,247,61). Sum of RGB (Red+Green+Blue) = 252+247+61=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 61 (24.22% from 255 or 10.89% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF73D is #0308C2. Grayscale: #E4E4E4. Windows color (decimal): -198851 or 4061180. OLE color: 4061180.
HSL color Cylindrical-coordinate representation of color #FCF73D: hue angle of 58.43º 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 #FCF73D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.43º | 0.97% | 0.61% | - |
| HSV(B) | 58.43º | 0.76% | 0.99% | - |
| XYZ | 74.25 | 87.55 | 17.4 | - |
| YUV | 227.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 61 | 0 | 0.02 | 0.76 | 0.01 | 58.43 | 0.97 | 0.61 |
| Hex | FC | F7 | 3D | 0 | 2 | 4C | 1 | 3A | 61 | 3D |
| Octal | 374 | 367 | 75 | 0 | 2 | 114 | 1 | 72 | 141 | 75 |
| Binary | 11111100 | 11110111 | 111101 | 0 | 10 | 1001100 | 1 | 111010 | 1100001 | 111101 |
Color Harmonies of #FCF73D
Complementary color
Monochromatic Colors of #FCF73D
Black with #FCF73D
Text Example
Text Example
White with #FCF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF73D; }
p { color: rgb(252,247,61); }
H1.HeaderClassName
{
color: #FCF73D;
}
.AnyTagClassName
{
color: #FCF73D;
}
</style>
background-color css
<style>
a { background-color: #FCF73D; }
a { background-color: rgb(252,247,61); }
div.DivClassName
{
background-color: #FCF73D;
}
.BgClassName
{
background-color: #FCF73D;
}
</style>
border-color css
<style>
span { border-color: #FCF73D; }
span { border-color: rgb(252,247,61); }
td.TdClassName
{
border-color: #FCF73D;
}
.TagClassName
{
border-color: #FCF73D;
}
</style>