Shades of Gorse #FCFA31
Tints of Gorse #FCFA31
RGB
CMYK
RGB Variations
Color information
#FCFA31 (or 0xFCFA31) is known color: Gorse. HEX triplet: FC, FA and 31. RGB value is (252,250,49). Sum of RGB (Red+Green+Blue) = 252+250+49=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 49 (19.53% from 255 or 8.89% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA31 is #0305CE. Grayscale: #E4E4E4. Windows color (decimal): -198095 or 3275516. OLE color: 3275516.
HSL color Cylindrical-coordinate representation of color #FCFA31: hue angle of 59.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCFA31 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 49 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.01 |
| HSL | 59.41º | 0.97% | 0.59% | - |
| HSV(B) | 59.41º | 0.81% | 0.99% | - |
| XYZ | 74.88 | 89.29 | 16.19 | - |
| YUV | 227.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 49 | 0 | 0.01 | 0.81 | 0.01 | 59.41 | 0.97 | 0.59 |
| Hex | FC | FA | 31 | 0 | 1 | 51 | 1 | 3B | 61 | 3B |
| Octal | 374 | 372 | 61 | 0 | 1 | 121 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11111010 | 110001 | 0 | 1 | 1010001 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCFA31
Complementary color
Monochromatic Colors of #FCFA31
Black with #FCFA31
Text Example
Text Example
White with #FCFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA31; }
p { color: rgb(252,250,49); }
H1.HeaderClassName
{
color: #FCFA31;
}
.AnyTagClassName
{
color: #FCFA31;
}
</style>
background-color css
<style>
a { background-color: #FCFA31; }
a { background-color: rgb(252,250,49); }
div.DivClassName
{
background-color: #FCFA31;
}
.BgClassName
{
background-color: #FCFA31;
}
</style>
border-color css
<style>
span { border-color: #FCFA31; }
span { border-color: rgb(252,250,49); }
td.TdClassName
{
border-color: #FCFA31;
}
.TagClassName
{
border-color: #FCFA31;
}
</style>