Shades of Gorse #FCF52A
Tints of Gorse #FCF52A
RGB
CMYK
RGB Variations
Color information
#FCF52A (or 0xFCF52A) is known color: Gorse. HEX triplet: FC, F5 and 2A. RGB value is (252,245,42). Sum of RGB (Red+Green+Blue) = 252+245+42=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 42 (16.80% from 255 or 7.79% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52A is #030AD5. Grayscale: #E0E0E0. Windows color (decimal): -199382 or 2815484. OLE color: 2815484.
HSL color Cylindrical-coordinate representation of color #FCF52A: hue angle of 58º 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 #FCF52A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 42 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.01 |
| HSL | 58º | 0.97% | 0.58% | - |
| HSV(B) | 58º | 0.83% | 0.99% | - |
| XYZ | 73.22 | 86.17 | 14.96 | - |
| YUV | 223.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 42 | 0 | 0.03 | 0.83 | 0.01 | 58 | 0.97 | 0.58 |
| Hex | FC | F5 | 2A | 0 | 3 | 53 | 1 | 3A | 61 | 3A |
| Octal | 374 | 365 | 52 | 0 | 3 | 123 | 1 | 72 | 141 | 72 |
| Binary | 11111100 | 11110101 | 101010 | 0 | 11 | 1010011 | 1 | 111010 | 1100001 | 111010 |
Color Harmonies of #FCF52A
Complementary color
Monochromatic Colors of #FCF52A
Black with #FCF52A
Text Example
Text Example
White with #FCF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF52A; }
p { color: rgb(252,245,42); }
H1.HeaderClassName
{
color: #FCF52A;
}
.AnyTagClassName
{
color: #FCF52A;
}
</style>
background-color css
<style>
a { background-color: #FCF52A; }
a { background-color: rgb(252,245,42); }
div.DivClassName
{
background-color: #FCF52A;
}
.BgClassName
{
background-color: #FCF52A;
}
</style>
border-color css
<style>
span { border-color: #FCF52A; }
span { border-color: rgb(252,245,42); }
td.TdClassName
{
border-color: #FCF52A;
}
.TagClassName
{
border-color: #FCF52A;
}
</style>