Shades of Gorse #FCF030
Tints of Gorse #FCF030
RGB
CMYK
RGB Variations
Color information
#FCF030 (or 0xFCF030) is known color: Gorse. HEX triplet: FC, F0 and 30. RGB value is (252,240,48). Sum of RGB (Red+Green+Blue) = 252+240+48=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF030 is #030FCF. Grayscale: #DEDEDE. Windows color (decimal): -200656 or 3207420. OLE color: 3207420.
HSL color Cylindrical-coordinate representation of color #FCF030: hue angle of 56.47º 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 #FCF030 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 48 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.01 |
| HSL | 56.47º | 0.97% | 0.59% | - |
| HSV(B) | 56.47º | 0.81% | 0.99% | - |
| XYZ | 71.84 | 83.23 | 15.07 | - |
| YUV | 221.7 | 29.98 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 48 | 0 | 0.05 | 0.81 | 0.01 | 56.47 | 0.97 | 0.59 |
| Hex | FC | F0 | 30 | 0 | 5 | 51 | 1 | 38 | 61 | 3B |
| Octal | 374 | 360 | 60 | 0 | 5 | 121 | 1 | 70 | 141 | 73 |
| Binary | 11111100 | 11110000 | 110000 | 0 | 101 | 1010001 | 1 | 111000 | 1100001 | 111011 |
Color Harmonies of #FCF030
Complementary color
Monochromatic Colors of #FCF030
Black with #FCF030
Text Example
Text Example
White with #FCF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF030; }
p { color: rgb(252,240,48); }
H1.HeaderClassName
{
color: #FCF030;
}
.AnyTagClassName
{
color: #FCF030;
}
</style>
background-color css
<style>
a { background-color: #FCF030; }
a { background-color: rgb(252,240,48); }
div.DivClassName
{
background-color: #FCF030;
}
.BgClassName
{
background-color: #FCF030;
}
</style>
border-color css
<style>
span { border-color: #FCF030; }
span { border-color: rgb(252,240,48); }
td.TdClassName
{
border-color: #FCF030;
}
.TagClassName
{
border-color: #FCF030;
}
</style>