Shades of Gorse #FCFF34
Tints of Gorse #FCFF34
RGB
CMYK
RGB Variations
Color information
#FCFF34 (or 0xFCFF34) is known color: Gorse. HEX triplet: FC, FF and 34. RGB value is (252,255,52). Sum of RGB (Red+Green+Blue) = 252+255+52=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 52 (20.70% from 255 or 9.30% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF34 is #0300CB. Grayscale: #E7E7E7. Windows color (decimal): -196812 or 3473404. OLE color: 3473404.
HSL color Cylindrical-coordinate representation of color #FCFF34: hue angle of 60.89º 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 #FCFF34 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 52 | - |
| CMYK | 0.01 | 0 | 0.80 | 0 |
| HSL | 60.89º | 1% | 0.6% | - |
| HSV(B) | 60.89º | 0.8% | 1% | - |
| XYZ | 76.52 | 92.46 | 17.06 | - |
| YUV | 230.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 52 | 0.01 | 0 | 0.80 | 0 | 60.89 | 1 | 0.6 |
| Hex | FC | FF | 34 | 1 | 0 | 50 | 0 | 3D | 64 | 3C |
| Octal | 374 | 377 | 64 | 1 | 0 | 120 | 0 | 75 | 144 | 74 |
| Binary | 11111100 | 11111111 | 110100 | 1 | 0 | 1010000 | 0 | 111101 | 1100100 | 111100 |
Color Harmonies of #FCFF34
Complementary color
Monochromatic Colors of #FCFF34
Black with #FCFF34
Text Example
Text Example
White with #FCFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF34; }
p { color: rgb(252,255,52); }
H1.HeaderClassName
{
color: #FCFF34;
}
.AnyTagClassName
{
color: #FCFF34;
}
</style>
background-color css
<style>
a { background-color: #FCFF34; }
a { background-color: rgb(252,255,52); }
div.DivClassName
{
background-color: #FCFF34;
}
.BgClassName
{
background-color: #FCFF34;
}
</style>
border-color css
<style>
span { border-color: #FCFF34; }
span { border-color: rgb(252,255,52); }
td.TdClassName
{
border-color: #FCFF34;
}
.TagClassName
{
border-color: #FCFF34;
}
</style>