Shades of Gorse #FCF237
Tints of Gorse #FCF237
RGB
CMYK
RGB Variations
Color information
#FCF237 (or 0xFCF237) is known color: Gorse. HEX triplet: FC, F2 and 37. RGB value is (252,242,55). Sum of RGB (Red+Green+Blue) = 252+242+55=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 55 (21.88% from 255 or 10.02% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF237 is #030DC8. Grayscale: #E0E0E0. Windows color (decimal): -200137 or 3666684. OLE color: 3666684.
HSL color Cylindrical-coordinate representation of color #FCF237: hue angle of 56.95º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCF237 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 55 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.01 |
| HSL | 56.95º | 0.97% | 0.6% | - |
| HSV(B) | 56.95º | 0.78% | 0.99% | - |
| XYZ | 72.59 | 84.48 | 16.09 | - |
| YUV | 223.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 55 | 0 | 0.04 | 0.78 | 0.01 | 56.95 | 0.97 | 0.6 |
| Hex | FC | F2 | 37 | 0 | 4 | 4E | 1 | 39 | 61 | 3C |
| Octal | 374 | 362 | 67 | 0 | 4 | 116 | 1 | 71 | 141 | 74 |
| Binary | 11111100 | 11110010 | 110111 | 0 | 100 | 1001110 | 1 | 111001 | 1100001 | 111100 |
Color Harmonies of #FCF237
Complementary color
Monochromatic Colors of #FCF237
Black with #FCF237
Text Example
Text Example
White with #FCF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF237; }
p { color: rgb(252,242,55); }
H1.HeaderClassName
{
color: #FCF237;
}
.AnyTagClassName
{
color: #FCF237;
}
</style>
background-color css
<style>
a { background-color: #FCF237; }
a { background-color: rgb(252,242,55); }
div.DivClassName
{
background-color: #FCF237;
}
.BgClassName
{
background-color: #FCF237;
}
</style>
border-color css
<style>
span { border-color: #FCF237; }
span { border-color: rgb(252,242,55); }
td.TdClassName
{
border-color: #FCF237;
}
.TagClassName
{
border-color: #FCF237;
}
</style>