Shades of Gorse #FCF42C
Tints of Gorse #FCF42C
RGB
CMYK
RGB Variations
Color information
#FCF42C (or 0xFCF42C) is known color: Gorse. HEX triplet: FC, F4 and 2C. RGB value is (252,244,44). Sum of RGB (Red+Green+Blue) = 252+244+44=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 44 (17.58% from 255 or 8.15% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF42C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF42C is #030BD3. Grayscale: #E0E0E0. Windows color (decimal): -199636 or 2946300. OLE color: 2946300.
HSL color Cylindrical-coordinate representation of color #FCF42C: hue angle of 57.69º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCF42C is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 44 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.01 |
| HSL | 57.69º | 0.97% | 0.58% | - |
| HSV(B) | 57.69º | 0.83% | 0.99% | - |
| XYZ | 72.95 | 85.58 | 15.06 | - |
| YUV | 223.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 44 | 0 | 0.03 | 0.83 | 0.01 | 57.69 | 0.97 | 0.58 |
| Hex | FC | F4 | 2C | 0 | 3 | 53 | 1 | 3A | 61 | 3A |
| Octal | 374 | 364 | 54 | 0 | 3 | 123 | 1 | 72 | 141 | 72 |
| Binary | 11111100 | 11110100 | 101100 | 0 | 11 | 1010011 | 1 | 111010 | 1100001 | 111010 |
Color Harmonies of #FCF42C
Complementary color
Monochromatic Colors of #FCF42C
Black with #FCF42C
Text Example
Text Example
White with #FCF42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF42C; }
p { color: rgb(252,244,44); }
H1.HeaderClassName
{
color: #FCF42C;
}
.AnyTagClassName
{
color: #FCF42C;
}
</style>
background-color css
<style>
a { background-color: #FCF42C; }
a { background-color: rgb(252,244,44); }
div.DivClassName
{
background-color: #FCF42C;
}
.BgClassName
{
background-color: #FCF42C;
}
</style>
border-color css
<style>
span { border-color: #FCF42C; }
span { border-color: rgb(252,244,44); }
td.TdClassName
{
border-color: #FCF42C;
}
.TagClassName
{
border-color: #FCF42C;
}
</style>