Shades of Gorse #FCF239
Tints of Gorse #FCF239
RGB
CMYK
RGB Variations
Color information
#FCF239 (or 0xFCF239) is known color: Gorse. HEX triplet: FC, F2 and 39. RGB value is (252,242,57). Sum of RGB (Red+Green+Blue) = 252+242+57=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 57 (22.66% from 255 or 10.34% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF239 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF239 is #030DC6. Grayscale: #E0E0E0. Windows color (decimal): -200135 or 3797756. OLE color: 3797756.
HSL color Cylindrical-coordinate representation of color #FCF239: hue angle of 56.92º 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 #FCF239 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 57 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 56.92º | 0.97% | 0.61% | - |
| HSV(B) | 56.92º | 0.77% | 0.99% | - |
| XYZ | 72.64 | 84.5 | 16.35 | - |
| YUV | 223.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 57 | 0 | 0.04 | 0.77 | 0.01 | 56.92 | 0.97 | 0.61 |
| Hex | FC | F2 | 39 | 0 | 4 | 4D | 1 | 39 | 61 | 3D |
| Octal | 374 | 362 | 71 | 0 | 4 | 115 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110010 | 111001 | 0 | 100 | 1001101 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF239
Complementary color
Monochromatic Colors of #FCF239
Black with #FCF239
Text Example
Text Example
White with #FCF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF239; }
p { color: rgb(252,242,57); }
H1.HeaderClassName
{
color: #FCF239;
}
.AnyTagClassName
{
color: #FCF239;
}
</style>
background-color css
<style>
a { background-color: #FCF239; }
a { background-color: rgb(252,242,57); }
div.DivClassName
{
background-color: #FCF239;
}
.BgClassName
{
background-color: #FCF239;
}
</style>
border-color css
<style>
span { border-color: #FCF239; }
span { border-color: rgb(252,242,57); }
td.TdClassName
{
border-color: #FCF239;
}
.TagClassName
{
border-color: #FCF239;
}
</style>