Shades of Gorse #FCFF31
Tints of Gorse #FCFF31
RGB
CMYK
RGB Variations
Color information
#FCFF31 (or 0xFCFF31) is known color: Gorse. HEX triplet: FC, FF and 31. RGB value is (252,255,49). Sum of RGB (Red+Green+Blue) = 252+255+49=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 49 (19.53% from 255 or 8.81% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF31 is #0300CE. Grayscale: #E7E7E7. Windows color (decimal): -196815 or 3276796. OLE color: 3276796.
HSL color Cylindrical-coordinate representation of color #FCFF31: hue angle of 60.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCFF31 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 49 | - |
| CMYK | 0.01 | 0 | 0.81 | 0 |
| HSL | 60.87º | 1% | 0.6% | - |
| HSV(B) | 60.87º | 0.81% | 1% | - |
| XYZ | 76.46 | 92.44 | 16.72 | - |
| YUV | 230.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 49 | 0.01 | 0 | 0.81 | 0 | 60.87 | 1 | 0.6 |
| Hex | FC | FF | 31 | 1 | 0 | 51 | 0 | 3D | 64 | 3C |
| Octal | 374 | 377 | 61 | 1 | 0 | 121 | 0 | 75 | 144 | 74 |
| Binary | 11111100 | 11111111 | 110001 | 1 | 0 | 1010001 | 0 | 111101 | 1100100 | 111100 |
Color Harmonies of #FCFF31
Complementary color
Monochromatic Colors of #FCFF31
Black with #FCFF31
Text Example
Text Example
White with #FCFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF31; }
p { color: rgb(252,255,49); }
H1.HeaderClassName
{
color: #FCFF31;
}
.AnyTagClassName
{
color: #FCFF31;
}
</style>
background-color css
<style>
a { background-color: #FCFF31; }
a { background-color: rgb(252,255,49); }
div.DivClassName
{
background-color: #FCFF31;
}
.BgClassName
{
background-color: #FCFF31;
}
</style>
border-color css
<style>
span { border-color: #FCFF31; }
span { border-color: rgb(252,255,49); }
td.TdClassName
{
border-color: #FCFF31;
}
.TagClassName
{
border-color: #FCFF31;
}
</style>