Shades of Gorse #FCF139
Tints of Gorse #FCF139
RGB
CMYK
RGB Variations
Color information
#FCF139 (or 0xFCF139) is known color: Gorse. HEX triplet: FC, F1 and 39. RGB value is (252,241,57). Sum of RGB (Red+Green+Blue) = 252+241+57=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 57 (22.66% from 255 or 10.36% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF139 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF139 is #030EC6. Grayscale: #E0E0E0. Windows color (decimal): -200391 or 3797500. OLE color: 3797500.
HSL color Cylindrical-coordinate representation of color #FCF139: hue angle of 56.62º 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 #FCF139 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 57 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 56.62º | 0.97% | 0.61% | - |
| HSV(B) | 56.62º | 0.77% | 0.99% | - |
| XYZ | 72.34 | 83.9 | 16.25 | - |
| YUV | 223.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 57 | 0 | 0.04 | 0.77 | 0.01 | 56.62 | 0.97 | 0.61 |
| Hex | FC | F1 | 39 | 0 | 4 | 4D | 1 | 39 | 61 | 3D |
| Octal | 374 | 361 | 71 | 0 | 4 | 115 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110001 | 111001 | 0 | 100 | 1001101 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF139
Complementary color
Monochromatic Colors of #FCF139
Black with #FCF139
Text Example
Text Example
White with #FCF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF139; }
p { color: rgb(252,241,57); }
H1.HeaderClassName
{
color: #FCF139;
}
.AnyTagClassName
{
color: #FCF139;
}
</style>
background-color css
<style>
a { background-color: #FCF139; }
a { background-color: rgb(252,241,57); }
div.DivClassName
{
background-color: #FCF139;
}
.BgClassName
{
background-color: #FCF139;
}
</style>
border-color css
<style>
span { border-color: #FCF139; }
span { border-color: rgb(252,241,57); }
td.TdClassName
{
border-color: #FCF139;
}
.TagClassName
{
border-color: #FCF139;
}
</style>