Shades of Gorse #FCF831
Tints of Gorse #FCF831
RGB
CMYK
RGB Variations
Color information
#FCF831 (or 0xFCF831) is known color: Gorse. HEX triplet: FC, F8 and 31. RGB value is (252,248,49). Sum of RGB (Red+Green+Blue) = 252+248+49=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 49 (19.53% from 255 or 8.93% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF831 is #0307CE. Grayscale: #E3E3E3. Windows color (decimal): -198607 or 3275004. OLE color: 3275004.
HSL color Cylindrical-coordinate representation of color #FCF831: hue angle of 58.82º 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 #FCF831 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 49 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.01 |
| HSL | 58.82º | 0.97% | 0.59% | - |
| HSV(B) | 58.82º | 0.81% | 0.99% | - |
| XYZ | 74.27 | 88.05 | 15.99 | - |
| YUV | 226.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 49 | 0 | 0.02 | 0.81 | 0.01 | 58.82 | 0.97 | 0.59 |
| Hex | FC | F8 | 31 | 0 | 2 | 51 | 1 | 3B | 61 | 3B |
| Octal | 374 | 370 | 61 | 0 | 2 | 121 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11111000 | 110001 | 0 | 10 | 1010001 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCF831
Complementary color
Monochromatic Colors of #FCF831
Black with #FCF831
Text Example
Text Example
White with #FCF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF831; }
p { color: rgb(252,248,49); }
H1.HeaderClassName
{
color: #FCF831;
}
.AnyTagClassName
{
color: #FCF831;
}
</style>
background-color css
<style>
a { background-color: #FCF831; }
a { background-color: rgb(252,248,49); }
div.DivClassName
{
background-color: #FCF831;
}
.BgClassName
{
background-color: #FCF831;
}
</style>
border-color css
<style>
span { border-color: #FCF831; }
span { border-color: rgb(252,248,49); }
td.TdClassName
{
border-color: #FCF831;
}
.TagClassName
{
border-color: #FCF831;
}
</style>