Shades of Gorse #FCFF32
Tints of Gorse #FCFF32
RGB
CMYK
RGB Variations
Color information
#FCFF32 (or 0xFCFF32) is known color: Gorse. HEX triplet: FC, FF and 32. RGB value is (252,255,50). Sum of RGB (Red+Green+Blue) = 252+255+50=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 50 (19.92% from 255 or 8.98% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF32 is #0300CD. Grayscale: #E7E7E7. Windows color (decimal): -196814 or 3342332. OLE color: 3342332.
HSL color Cylindrical-coordinate representation of color #FCFF32: hue angle of 60.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCFF32 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 50 | - |
| CMYK | 0.01 | 0 | 0.80 | 0 |
| HSL | 60.88º | 1% | 0.6% | - |
| HSV(B) | 60.88º | 0.8% | 1% | - |
| XYZ | 76.48 | 92.45 | 16.83 | - |
| YUV | 230.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 50 | 0.01 | 0 | 0.80 | 0 | 60.88 | 1 | 0.6 |
| Hex | FC | FF | 32 | 1 | 0 | 50 | 0 | 3D | 64 | 3C |
| Octal | 374 | 377 | 62 | 1 | 0 | 120 | 0 | 75 | 144 | 74 |
| Binary | 11111100 | 11111111 | 110010 | 1 | 0 | 1010000 | 0 | 111101 | 1100100 | 111100 |
Color Harmonies of #FCFF32
Complementary color
Monochromatic Colors of #FCFF32
Black with #FCFF32
Text Example
Text Example
White with #FCFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF32; }
p { color: rgb(252,255,50); }
H1.HeaderClassName
{
color: #FCFF32;
}
.AnyTagClassName
{
color: #FCFF32;
}
</style>
background-color css
<style>
a { background-color: #FCFF32; }
a { background-color: rgb(252,255,50); }
div.DivClassName
{
background-color: #FCFF32;
}
.BgClassName
{
background-color: #FCFF32;
}
</style>
border-color css
<style>
span { border-color: #FCFF32; }
span { border-color: rgb(252,255,50); }
td.TdClassName
{
border-color: #FCFF32;
}
.TagClassName
{
border-color: #FCFF32;
}
</style>