Shades of Gorse #FCF13C
Tints of Gorse #FCF13C
RGB
CMYK
RGB Variations
Color information
#FCF13C (or 0xFCF13C) is known color: Gorse. HEX triplet: FC, F1 and 3C. RGB value is (252,241,60). Sum of RGB (Red+Green+Blue) = 252+241+60=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 60 (23.83% from 255 or 10.85% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF13C is #030EC3. Grayscale: #E0E0E0. Windows color (decimal): -200388 or 3994108. OLE color: 3994108.
HSL color Cylindrical-coordinate representation of color #FCF13C: hue angle of 56.56º 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 #FCF13C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.01 |
| HSL | 56.56º | 0.97% | 0.61% | - |
| HSV(B) | 56.56º | 0.76% | 0.99% | - |
| XYZ | 72.42 | 83.93 | 16.66 | - |
| YUV | 223.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 60 | 0 | 0.04 | 0.76 | 0.01 | 56.56 | 0.97 | 0.61 |
| Hex | FC | F1 | 3C | 0 | 4 | 4C | 1 | 39 | 61 | 3D |
| Octal | 374 | 361 | 74 | 0 | 4 | 114 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110001 | 111100 | 0 | 100 | 1001100 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF13C
Complementary color
Monochromatic Colors of #FCF13C
Black with #FCF13C
Text Example
Text Example
White with #FCF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF13C; }
p { color: rgb(252,241,60); }
H1.HeaderClassName
{
color: #FCF13C;
}
.AnyTagClassName
{
color: #FCF13C;
}
</style>
background-color css
<style>
a { background-color: #FCF13C; }
a { background-color: rgb(252,241,60); }
div.DivClassName
{
background-color: #FCF13C;
}
.BgClassName
{
background-color: #FCF13C;
}
</style>
border-color css
<style>
span { border-color: #FCF13C; }
span { border-color: rgb(252,241,60); }
td.TdClassName
{
border-color: #FCF13C;
}
.TagClassName
{
border-color: #FCF13C;
}
</style>