Shades of Gorse #FCF42A
Tints of Gorse #FCF42A
RGB
CMYK
RGB Variations
Color information
#FCF42A (or 0xFCF42A) is known color: Gorse. HEX triplet: FC, F4 and 2A. RGB value is (252,244,42). Sum of RGB (Red+Green+Blue) = 252+244+42=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 42 (16.80% from 255 or 7.81% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF42A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF42A is #030BD5. Grayscale: #E0E0E0. Windows color (decimal): -199638 or 2815228. OLE color: 2815228.
HSL color Cylindrical-coordinate representation of color #FCF42A: hue angle of 57.71º 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 #FCF42A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 42 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.01 |
| HSL | 57.71º | 0.97% | 0.58% | - |
| HSV(B) | 57.71º | 0.83% | 0.99% | - |
| XYZ | 72.91 | 85.56 | 14.86 | - |
| YUV | 223.36 | 25.65 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 42 | 0 | 0.03 | 0.83 | 0.01 | 57.71 | 0.97 | 0.58 |
| Hex | FC | F4 | 2A | 0 | 3 | 53 | 1 | 3A | 61 | 3A |
| Octal | 374 | 364 | 52 | 0 | 3 | 123 | 1 | 72 | 141 | 72 |
| Binary | 11111100 | 11110100 | 101010 | 0 | 11 | 1010011 | 1 | 111010 | 1100001 | 111010 |
Color Harmonies of #FCF42A
Complementary color
Monochromatic Colors of #FCF42A
Black with #FCF42A
Text Example
Text Example
White with #FCF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF42A; }
p { color: rgb(252,244,42); }
H1.HeaderClassName
{
color: #FCF42A;
}
.AnyTagClassName
{
color: #FCF42A;
}
</style>
background-color css
<style>
a { background-color: #FCF42A; }
a { background-color: rgb(252,244,42); }
div.DivClassName
{
background-color: #FCF42A;
}
.BgClassName
{
background-color: #FCF42A;
}
</style>
border-color css
<style>
span { border-color: #FCF42A; }
span { border-color: rgb(252,244,42); }
td.TdClassName
{
border-color: #FCF42A;
}
.TagClassName
{
border-color: #FCF42A;
}
</style>