Shades of Gorse #FCF533
Tints of Gorse #FCF533
RGB
CMYK
RGB Variations
Color information
#FCF533 (or 0xFCF533) is known color: Gorse. HEX triplet: FC, F5 and 33. RGB value is (252,245,51). Sum of RGB (Red+Green+Blue) = 252+245+51=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 51 (20.31% from 255 or 9.31% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF533 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF533 is #030ACC. Grayscale: #E1E1E1. Windows color (decimal): -199373 or 3405308. OLE color: 3405308.
HSL color Cylindrical-coordinate representation of color #FCF533: hue angle of 57.91º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCF533 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 51 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.01 |
| HSL | 57.91º | 0.97% | 0.59% | - |
| HSV(B) | 57.91º | 0.8% | 0.99% | - |
| XYZ | 73.39 | 86.24 | 15.91 | - |
| YUV | 224.98 | 29.82 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 51 | 0 | 0.03 | 0.80 | 0.01 | 57.91 | 0.97 | 0.59 |
| Hex | FC | F5 | 33 | 0 | 3 | 50 | 1 | 3A | 61 | 3B |
| Octal | 374 | 365 | 63 | 0 | 3 | 120 | 1 | 72 | 141 | 73 |
| Binary | 11111100 | 11110101 | 110011 | 0 | 11 | 1010000 | 1 | 111010 | 1100001 | 111011 |
Color Harmonies of #FCF533
Complementary color
Monochromatic Colors of #FCF533
Black with #FCF533
Text Example
Text Example
White with #FCF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF533; }
p { color: rgb(252,245,51); }
H1.HeaderClassName
{
color: #FCF533;
}
.AnyTagClassName
{
color: #FCF533;
}
</style>
background-color css
<style>
a { background-color: #FCF533; }
a { background-color: rgb(252,245,51); }
div.DivClassName
{
background-color: #FCF533;
}
.BgClassName
{
background-color: #FCF533;
}
</style>
border-color css
<style>
span { border-color: #FCF533; }
span { border-color: rgb(252,245,51); }
td.TdClassName
{
border-color: #FCF533;
}
.TagClassName
{
border-color: #FCF533;
}
</style>