Shades of Gorse #FCF229
Tints of Gorse #FCF229
RGB
CMYK
RGB Variations
Color information
#FCF229 (or 0xFCF229) is known color: Gorse. HEX triplet: FC, F2 and 29. RGB value is (252,242,41). Sum of RGB (Red+Green+Blue) = 252+242+41=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 41 (16.41% from 255 or 7.66% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF229 is #030DD6. Grayscale: #DEDEDE. Windows color (decimal): -200151 or 2749180. OLE color: 2749180.
HSL color Cylindrical-coordinate representation of color #FCF229: hue angle of 57.16º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCF229 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 41 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.01 |
| HSL | 57.16º | 0.97% | 0.57% | - |
| HSV(B) | 57.16º | 0.84% | 0.99% | - |
| XYZ | 72.3 | 84.36 | 14.57 | - |
| YUV | 222.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 41 | 0 | 0.04 | 0.84 | 0.01 | 57.16 | 0.97 | 0.57 |
| Hex | FC | F2 | 29 | 0 | 4 | 54 | 1 | 39 | 61 | 39 |
| Octal | 374 | 362 | 51 | 0 | 4 | 124 | 1 | 71 | 141 | 71 |
| Binary | 11111100 | 11110010 | 101001 | 0 | 100 | 1010100 | 1 | 111001 | 1100001 | 111001 |
Color Harmonies of #FCF229
Complementary color
Monochromatic Colors of #FCF229
Black with #FCF229
Text Example
Text Example
White with #FCF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF229; }
p { color: rgb(252,242,41); }
H1.HeaderClassName
{
color: #FCF229;
}
.AnyTagClassName
{
color: #FCF229;
}
</style>
background-color css
<style>
a { background-color: #FCF229; }
a { background-color: rgb(252,242,41); }
div.DivClassName
{
background-color: #FCF229;
}
.BgClassName
{
background-color: #FCF229;
}
</style>
border-color css
<style>
span { border-color: #FCF229; }
span { border-color: rgb(252,242,41); }
td.TdClassName
{
border-color: #FCF229;
}
.TagClassName
{
border-color: #FCF229;
}
</style>