Shades of Gorse #FCF23D
Tints of Gorse #FCF23D
RGB
CMYK
RGB Variations
Color information
#FCF23D (or 0xFCF23D) is known color: Gorse. HEX triplet: FC, F2 and 3D. RGB value is (252,242,61). Sum of RGB (Red+Green+Blue) = 252+242+61=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 61 (24.22% from 255 or 10.99% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF23D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF23D is #030DC2. Grayscale: #E1E1E1. Windows color (decimal): -200131 or 4059900. OLE color: 4059900.
HSL color Cylindrical-coordinate representation of color #FCF23D: hue angle of 56.86º 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 #FCF23D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 61 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.01 |
| HSL | 56.86º | 0.97% | 0.61% | - |
| HSV(B) | 56.86º | 0.76% | 0.99% | - |
| XYZ | 72.74 | 84.54 | 16.9 | - |
| YUV | 224.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 61 | 0 | 0.04 | 0.76 | 0.01 | 56.86 | 0.97 | 0.61 |
| Hex | FC | F2 | 3D | 0 | 4 | 4C | 1 | 39 | 61 | 3D |
| Octal | 374 | 362 | 75 | 0 | 4 | 114 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110010 | 111101 | 0 | 100 | 1001100 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF23D
Complementary color
Monochromatic Colors of #FCF23D
Black with #FCF23D
Text Example
Text Example
White with #FCF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF23D; }
p { color: rgb(252,242,61); }
H1.HeaderClassName
{
color: #FCF23D;
}
.AnyTagClassName
{
color: #FCF23D;
}
</style>
background-color css
<style>
a { background-color: #FCF23D; }
a { background-color: rgb(252,242,61); }
div.DivClassName
{
background-color: #FCF23D;
}
.BgClassName
{
background-color: #FCF23D;
}
</style>
border-color css
<style>
span { border-color: #FCF23D; }
span { border-color: rgb(252,242,61); }
td.TdClassName
{
border-color: #FCF23D;
}
.TagClassName
{
border-color: #FCF23D;
}
</style>