Shades of Gorse #FCF528
Tints of Gorse #FCF528
RGB
CMYK
RGB Variations
Color information
#FCF528 (or 0xFCF528) is known color: Gorse. HEX triplet: FC, F5 and 28. RGB value is (252,245,40). Sum of RGB (Red+Green+Blue) = 252+245+40=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 40 (16.02% from 255 or 7.45% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF528 is #030AD7. Grayscale: #E0E0E0. Windows color (decimal): -199384 or 2684412. OLE color: 2684412.
HSL color Cylindrical-coordinate representation of color #FCF528: hue angle of 58.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCF528 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 40 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.01 |
| HSL | 58.02º | 0.97% | 0.57% | - |
| HSV(B) | 58.02º | 0.84% | 0.99% | - |
| XYZ | 73.18 | 86.15 | 14.78 | - |
| YUV | 223.72 | 24.32 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 40 | 0 | 0.03 | 0.84 | 0.01 | 58.02 | 0.97 | 0.57 |
| Hex | FC | F5 | 28 | 0 | 3 | 54 | 1 | 3A | 61 | 39 |
| Octal | 374 | 365 | 50 | 0 | 3 | 124 | 1 | 72 | 141 | 71 |
| Binary | 11111100 | 11110101 | 101000 | 0 | 11 | 1010100 | 1 | 111010 | 1100001 | 111001 |
Color Harmonies of #FCF528
Complementary color
Monochromatic Colors of #FCF528
Black with #FCF528
Text Example
Text Example
White with #FCF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF528; }
p { color: rgb(252,245,40); }
H1.HeaderClassName
{
color: #FCF528;
}
.AnyTagClassName
{
color: #FCF528;
}
</style>
background-color css
<style>
a { background-color: #FCF528; }
a { background-color: rgb(252,245,40); }
div.DivClassName
{
background-color: #FCF528;
}
.BgClassName
{
background-color: #FCF528;
}
</style>
border-color css
<style>
span { border-color: #FCF528; }
span { border-color: rgb(252,245,40); }
td.TdClassName
{
border-color: #FCF528;
}
.TagClassName
{
border-color: #FCF528;
}
</style>