Shades of Gorse #FCFC34
Tints of Gorse #FCFC34
RGB
CMYK
RGB Variations
Color information
#FCFC34 (or 0xFCFC34) is known color: Gorse. HEX triplet: FC, FC and 34. RGB value is (252,252,52). Sum of RGB (Red+Green+Blue) = 252+252+52=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 52 (20.70% from 255 or 9.35% from 556); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC34 is #0303CB. Grayscale: #E5E5E5. Windows color (decimal): -197580 or 3472636. OLE color: 3472636.
HSL color Cylindrical-coordinate representation of color #FCFC34: hue angle of 60º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCFC34 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 52 | - |
| CMYK | 0 | 0 | 0.79 | 0.01 |
| HSL | 60º | 0.97% | 0.6% | - |
| HSV(B) | 60º | 0.79% | 0.99% | - |
| XYZ | 75.58 | 90.56 | 16.75 | - |
| YUV | 229.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 52 | 0 | 0 | 0.79 | 0.01 | 60 | 0.97 | 0.6 |
| Hex | FC | FC | 34 | 0 | 0 | 4F | 1 | 3C | 61 | 3C |
| Octal | 374 | 374 | 64 | 0 | 0 | 117 | 1 | 74 | 141 | 74 |
| Binary | 11111100 | 11111100 | 110100 | 0 | 0 | 1001111 | 1 | 111100 | 1100001 | 111100 |
Color Harmonies of #FCFC34
Complementary color
Monochromatic Colors of #FCFC34
Black with #FCFC34
Text Example
Text Example
White with #FCFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC34; }
p { color: rgb(252,252,52); }
H1.HeaderClassName
{
color: #FCFC34;
}
.AnyTagClassName
{
color: #FCFC34;
}
</style>
background-color css
<style>
a { background-color: #FCFC34; }
a { background-color: rgb(252,252,52); }
div.DivClassName
{
background-color: #FCFC34;
}
.BgClassName
{
background-color: #FCFC34;
}
</style>
border-color css
<style>
span { border-color: #FCFC34; }
span { border-color: rgb(252,252,52); }
td.TdClassName
{
border-color: #FCFC34;
}
.TagClassName
{
border-color: #FCFC34;
}
</style>