Shades of Gorse #FCF52E
Tints of Gorse #FCF52E
RGB
CMYK
RGB Variations
Color information
#FCF52E (or 0xFCF52E) is known color: Gorse. HEX triplet: FC, F5 and 2E. RGB value is (252,245,46). Sum of RGB (Red+Green+Blue) = 252+245+46=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 46 (18.36% from 255 or 8.47% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52E is #030AD1. Grayscale: #E1E1E1. Windows color (decimal): -199378 or 3077628. OLE color: 3077628.
HSL color Cylindrical-coordinate representation of color #FCF52E: hue angle of 57.96º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCF52E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 46 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.01 |
| HSL | 57.96º | 0.97% | 0.58% | - |
| HSV(B) | 57.96º | 0.82% | 0.99% | - |
| XYZ | 73.29 | 86.2 | 15.36 | - |
| YUV | 224.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 46 | 0 | 0.03 | 0.82 | 0.01 | 57.96 | 0.97 | 0.58 |
| Hex | FC | F5 | 2E | 0 | 3 | 52 | 1 | 3A | 61 | 3A |
| Octal | 374 | 365 | 56 | 0 | 3 | 122 | 1 | 72 | 141 | 72 |
| Binary | 11111100 | 11110101 | 101110 | 0 | 11 | 1010010 | 1 | 111010 | 1100001 | 111010 |
Color Harmonies of #FCF52E
Complementary color
Monochromatic Colors of #FCF52E
Black with #FCF52E
Text Example
Text Example
White with #FCF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF52E; }
p { color: rgb(252,245,46); }
H1.HeaderClassName
{
color: #FCF52E;
}
.AnyTagClassName
{
color: #FCF52E;
}
</style>
background-color css
<style>
a { background-color: #FCF52E; }
a { background-color: rgb(252,245,46); }
div.DivClassName
{
background-color: #FCF52E;
}
.BgClassName
{
background-color: #FCF52E;
}
</style>
border-color css
<style>
span { border-color: #FCF52E; }
span { border-color: rgb(252,245,46); }
td.TdClassName
{
border-color: #FCF52E;
}
.TagClassName
{
border-color: #FCF52E;
}
</style>