Shades of Gorse #FCF63D
Tints of Gorse #FCF63D
RGB
CMYK
RGB Variations
Color information
#FCF63D (or 0xFCF63D) is known color: Gorse. HEX triplet: FC, F6 and 3D. RGB value is (252,246,61). Sum of RGB (Red+Green+Blue) = 252+246+61=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 61 (24.22% from 255 or 10.91% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF63D is #0309C2. Grayscale: #E3E3E3. Windows color (decimal): -199107 or 4060924. OLE color: 4060924.
HSL color Cylindrical-coordinate representation of color #FCF63D: hue angle of 58.12º 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 #FCF63D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.12º | 0.97% | 0.61% | - |
| HSV(B) | 58.12º | 0.76% | 0.99% | - |
| XYZ | 73.94 | 86.94 | 17.3 | - |
| YUV | 226.7 | 34.49 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 61 | 0 | 0.02 | 0.76 | 0.01 | 58.12 | 0.97 | 0.61 |
| Hex | FC | F6 | 3D | 0 | 2 | 4C | 1 | 3A | 61 | 3D |
| Octal | 374 | 366 | 75 | 0 | 2 | 114 | 1 | 72 | 141 | 75 |
| Binary | 11111100 | 11110110 | 111101 | 0 | 10 | 1001100 | 1 | 111010 | 1100001 | 111101 |
Color Harmonies of #FCF63D
Complementary color
Monochromatic Colors of #FCF63D
Black with #FCF63D
Text Example
Text Example
White with #FCF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF63D; }
p { color: rgb(252,246,61); }
H1.HeaderClassName
{
color: #FCF63D;
}
.AnyTagClassName
{
color: #FCF63D;
}
</style>
background-color css
<style>
a { background-color: #FCF63D; }
a { background-color: rgb(252,246,61); }
div.DivClassName
{
background-color: #FCF63D;
}
.BgClassName
{
background-color: #FCF63D;
}
</style>
border-color css
<style>
span { border-color: #FCF63D; }
span { border-color: rgb(252,246,61); }
td.TdClassName
{
border-color: #FCF63D;
}
.TagClassName
{
border-color: #FCF63D;
}
</style>