Shades of Gorse #FCF62F
Tints of Gorse #FCF62F
RGB
CMYK
RGB Variations
Color information
#FCF62F (or 0xFCF62F) is known color: Gorse. HEX triplet: FC, F6 and 2F. RGB value is (252,246,47). Sum of RGB (Red+Green+Blue) = 252+246+47=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 47 (18.75% from 255 or 8.62% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF62F is #0309D0. Grayscale: #E1E1E1. Windows color (decimal): -199121 or 3143420. OLE color: 3143420.
HSL color Cylindrical-coordinate representation of color #FCF62F: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCF62F is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 47 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.01 |
| HSL | 58.24º | 0.97% | 0.59% | - |
| HSV(B) | 58.24º | 0.81% | 0.99% | - |
| XYZ | 73.61 | 86.81 | 15.57 | - |
| YUV | 225.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 47 | 0 | 0.02 | 0.81 | 0.01 | 58.24 | 0.97 | 0.59 |
| Hex | FC | F6 | 2F | 0 | 2 | 51 | 1 | 3A | 61 | 3B |
| Octal | 374 | 366 | 57 | 0 | 2 | 121 | 1 | 72 | 141 | 73 |
| Binary | 11111100 | 11110110 | 101111 | 0 | 10 | 1010001 | 1 | 111010 | 1100001 | 111011 |
Color Harmonies of #FCF62F
Complementary color
Monochromatic Colors of #FCF62F
Black with #FCF62F
Text Example
Text Example
White with #FCF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF62F; }
p { color: rgb(252,246,47); }
H1.HeaderClassName
{
color: #FCF62F;
}
.AnyTagClassName
{
color: #FCF62F;
}
</style>
background-color css
<style>
a { background-color: #FCF62F; }
a { background-color: rgb(252,246,47); }
div.DivClassName
{
background-color: #FCF62F;
}
.BgClassName
{
background-color: #FCF62F;
}
</style>
border-color css
<style>
span { border-color: #FCF62F; }
span { border-color: rgb(252,246,47); }
td.TdClassName
{
border-color: #FCF62F;
}
.TagClassName
{
border-color: #FCF62F;
}
</style>