Shades of Gorse #FCFC32
Tints of Gorse #FCFC32
RGB
CMYK
RGB Variations
Color information
#FCFC32 (or 0xFCFC32) is known color: Gorse. HEX triplet: FC, FC and 32. RGB value is (252,252,50). Sum of RGB (Red+Green+Blue) = 252+252+50=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 50 (19.92% from 255 or 9.03% from 554); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC32 is #0303CD. Grayscale: #E5E5E5. Windows color (decimal): -197582 or 3341564. OLE color: 3341564.
HSL color Cylindrical-coordinate representation of color #FCFC32: hue angle of 60º 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 #FCFC32 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 50 | - |
| CMYK | 0 | 0 | 0.80 | 0.01 |
| HSL | 60º | 0.97% | 0.59% | - |
| HSV(B) | 60º | 0.8% | 0.99% | - |
| XYZ | 75.53 | 90.55 | 16.51 | - |
| YUV | 228.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 50 | 0 | 0 | 0.80 | 0.01 | 60 | 0.97 | 0.59 |
| Hex | FC | FC | 32 | 0 | 0 | 50 | 1 | 3C | 61 | 3B |
| Octal | 374 | 374 | 62 | 0 | 0 | 120 | 1 | 74 | 141 | 73 |
| Binary | 11111100 | 11111100 | 110010 | 0 | 0 | 1010000 | 1 | 111100 | 1100001 | 111011 |
Color Harmonies of #FCFC32
Complementary color
Monochromatic Colors of #FCFC32
Black with #FCFC32
Text Example
Text Example
White with #FCFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC32; }
p { color: rgb(252,252,50); }
H1.HeaderClassName
{
color: #FCFC32;
}
.AnyTagClassName
{
color: #FCFC32;
}
</style>
background-color css
<style>
a { background-color: #FCFC32; }
a { background-color: rgb(252,252,50); }
div.DivClassName
{
background-color: #FCFC32;
}
.BgClassName
{
background-color: #FCFC32;
}
</style>
border-color css
<style>
span { border-color: #FCFC32; }
span { border-color: rgb(252,252,50); }
td.TdClassName
{
border-color: #FCFC32;
}
.TagClassName
{
border-color: #FCFC32;
}
</style>