Shades of Gorse #FCF33C
Tints of Gorse #FCF33C
RGB
CMYK
RGB Variations
Color information
#FCF33C (or 0xFCF33C) is known color: Gorse. HEX triplet: FC, F3 and 3C. RGB value is (252,243,60). Sum of RGB (Red+Green+Blue) = 252+243+60=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 60 (23.83% from 255 or 10.81% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF33C is #030CC3. Grayscale: #E1E1E1. Windows color (decimal): -199876 or 3994620. OLE color: 3994620.
HSL color Cylindrical-coordinate representation of color #FCF33C: hue angle of 57.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCF33C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.01 |
| HSL | 57.19º | 0.97% | 0.61% | - |
| HSV(B) | 57.19º | 0.76% | 0.99% | - |
| XYZ | 73.01 | 85.12 | 16.86 | - |
| YUV | 224.83 | 34.98 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 60 | 0 | 0.04 | 0.76 | 0.01 | 57.19 | 0.97 | 0.61 |
| Hex | FC | F3 | 3C | 0 | 4 | 4C | 1 | 39 | 61 | 3D |
| Octal | 374 | 363 | 74 | 0 | 4 | 114 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110011 | 111100 | 0 | 100 | 1001100 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF33C
Complementary color
Monochromatic Colors of #FCF33C
Black with #FCF33C
Text Example
Text Example
White with #FCF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF33C; }
p { color: rgb(252,243,60); }
H1.HeaderClassName
{
color: #FCF33C;
}
.AnyTagClassName
{
color: #FCF33C;
}
</style>
background-color css
<style>
a { background-color: #FCF33C; }
a { background-color: rgb(252,243,60); }
div.DivClassName
{
background-color: #FCF33C;
}
.BgClassName
{
background-color: #FCF33C;
}
</style>
border-color css
<style>
span { border-color: #FCF33C; }
span { border-color: rgb(252,243,60); }
td.TdClassName
{
border-color: #FCF33C;
}
.TagClassName
{
border-color: #FCF33C;
}
</style>