Shades of Gorse #FCF227
Tints of Gorse #FCF227
RGB
CMYK
RGB Variations
Color information
#FCF227 (or 0xFCF227) is known color: Gorse. HEX triplet: FC, F2 and 27. RGB value is (252,242,39). Sum of RGB (Red+Green+Blue) = 252+242+39=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 39 (15.62% from 255 or 7.32% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF227 is #030DD8. Grayscale: #DEDEDE. Windows color (decimal): -200153 or 2618108. OLE color: 2618108.
HSL color Cylindrical-coordinate representation of color #FCF227: hue angle of 57.18º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCF227 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 39 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.01 |
| HSL | 57.18º | 0.97% | 0.57% | - |
| HSV(B) | 57.18º | 0.85% | 0.99% | - |
| XYZ | 72.26 | 84.35 | 14.39 | - |
| YUV | 221.85 | 24.81 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 39 | 0 | 0.04 | 0.85 | 0.01 | 57.18 | 0.97 | 0.57 |
| Hex | FC | F2 | 27 | 0 | 4 | 55 | 1 | 39 | 61 | 39 |
| Octal | 374 | 362 | 47 | 0 | 4 | 125 | 1 | 71 | 141 | 71 |
| Binary | 11111100 | 11110010 | 100111 | 0 | 100 | 1010101 | 1 | 111001 | 1100001 | 111001 |
Color Harmonies of #FCF227
Complementary color
Monochromatic Colors of #FCF227
Black with #FCF227
Text Example
Text Example
White with #FCF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF227; }
p { color: rgb(252,242,39); }
H1.HeaderClassName
{
color: #FCF227;
}
.AnyTagClassName
{
color: #FCF227;
}
</style>
background-color css
<style>
a { background-color: #FCF227; }
a { background-color: rgb(252,242,39); }
div.DivClassName
{
background-color: #FCF227;
}
.BgClassName
{
background-color: #FCF227;
}
</style>
border-color css
<style>
span { border-color: #FCF227; }
span { border-color: rgb(252,242,39); }
td.TdClassName
{
border-color: #FCF227;
}
.TagClassName
{
border-color: #FCF227;
}
</style>