Shades of Gorse #FCF530
Tints of Gorse #FCF530
RGB
CMYK
RGB Variations
Color information
#FCF530 (or 0xFCF530) is known color: Gorse. HEX triplet: FC, F5 and 30. RGB value is (252,245,48). Sum of RGB (Red+Green+Blue) = 252+245+48=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 48 (19.14% from 255 or 8.81% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF530 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF530 is #030ACF. Grayscale: #E1E1E1. Windows color (decimal): -199376 or 3208700. OLE color: 3208700.
HSL color Cylindrical-coordinate representation of color #FCF530: hue angle of 57.94º 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 #FCF530 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 48 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.01 |
| HSL | 57.94º | 0.97% | 0.59% | - |
| HSV(B) | 57.94º | 0.81% | 0.99% | - |
| XYZ | 73.33 | 86.21 | 15.57 | - |
| YUV | 224.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 48 | 0 | 0.03 | 0.81 | 0.01 | 57.94 | 0.97 | 0.59 |
| Hex | FC | F5 | 30 | 0 | 3 | 51 | 1 | 3A | 61 | 3B |
| Octal | 374 | 365 | 60 | 0 | 3 | 121 | 1 | 72 | 141 | 73 |
| Binary | 11111100 | 11110101 | 110000 | 0 | 11 | 1010001 | 1 | 111010 | 1100001 | 111011 |
Color Harmonies of #FCF530
Complementary color
Monochromatic Colors of #FCF530
Black with #FCF530
Text Example
Text Example
White with #FCF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF530; }
p { color: rgb(252,245,48); }
H1.HeaderClassName
{
color: #FCF530;
}
.AnyTagClassName
{
color: #FCF530;
}
</style>
background-color css
<style>
a { background-color: #FCF530; }
a { background-color: rgb(252,245,48); }
div.DivClassName
{
background-color: #FCF530;
}
.BgClassName
{
background-color: #FCF530;
}
</style>
border-color css
<style>
span { border-color: #FCF530; }
span { border-color: rgb(252,245,48); }
td.TdClassName
{
border-color: #FCF530;
}
.TagClassName
{
border-color: #FCF530;
}
</style>