Shades of Gorse #FCFC3B
Tints of Gorse #FCFC3B
RGB
CMYK
RGB Variations
Color information
#FCFC3B (or 0xFCFC3B) is known color: Gorse. HEX triplet: FC, FC and 3B. RGB value is (252,252,59). Sum of RGB (Red+Green+Blue) = 252+252+59=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 59 (23.44% from 255 or 10.48% from 563); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC3B is #0303C4. Grayscale: #E6E6E6. Windows color (decimal): -197573 or 3931388. OLE color: 3931388.
HSL color Cylindrical-coordinate representation of color #FCFC3B: hue angle of 60º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCFC3B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 59 | - |
| CMYK | 0 | 0 | 0.77 | 0.01 |
| HSL | 60º | 0.97% | 0.61% | - |
| HSV(B) | 60º | 0.77% | 0.99% | - |
| XYZ | 75.74 | 90.63 | 17.64 | - |
| YUV | 230 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 59 | 0 | 0 | 0.77 | 0.01 | 60 | 0.97 | 0.61 |
| Hex | FC | FC | 3B | 0 | 0 | 4D | 1 | 3C | 61 | 3D |
| Octal | 374 | 374 | 73 | 0 | 0 | 115 | 1 | 74 | 141 | 75 |
| Binary | 11111100 | 11111100 | 111011 | 0 | 0 | 1001101 | 1 | 111100 | 1100001 | 111101 |
Color Harmonies of #FCFC3B
Complementary color
Monochromatic Colors of #FCFC3B
Black with #FCFC3B
Text Example
Text Example
White with #FCFC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC3B; }
p { color: rgb(252,252,59); }
H1.HeaderClassName
{
color: #FCFC3B;
}
.AnyTagClassName
{
color: #FCFC3B;
}
</style>
background-color css
<style>
a { background-color: #FCFC3B; }
a { background-color: rgb(252,252,59); }
div.DivClassName
{
background-color: #FCFC3B;
}
.BgClassName
{
background-color: #FCFC3B;
}
</style>
border-color css
<style>
span { border-color: #FCFC3B; }
span { border-color: rgb(252,252,59); }
td.TdClassName
{
border-color: #FCFC3B;
}
.TagClassName
{
border-color: #FCFC3B;
}
</style>