Shades of Gorse #FCF730
Tints of Gorse #FCF730
RGB
CMYK
RGB Variations
Color information
#FCF730 (or 0xFCF730) is known color: Gorse. HEX triplet: FC, F7 and 30. RGB value is (252,247,48). Sum of RGB (Red+Green+Blue) = 252+247+48=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 48 (19.14% from 255 or 8.78% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF730 is #0308CF. Grayscale: #E2E2E2. Windows color (decimal): -198864 or 3209212. OLE color: 3209212.
HSL color Cylindrical-coordinate representation of color #FCF730: hue angle of 58.53º 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 #FCF730 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.01 |
| HSL | 58.53º | 0.97% | 0.59% | - |
| HSV(B) | 58.53º | 0.81% | 0.99% | - |
| XYZ | 73.94 | 87.43 | 15.78 | - |
| YUV | 225.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 48 | 0 | 0.02 | 0.81 | 0.01 | 58.53 | 0.97 | 0.59 |
| Hex | FC | F7 | 30 | 0 | 2 | 51 | 1 | 3B | 61 | 3B |
| Octal | 374 | 367 | 60 | 0 | 2 | 121 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11110111 | 110000 | 0 | 10 | 1010001 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCF730
Complementary color
Monochromatic Colors of #FCF730
Black with #FCF730
Text Example
Text Example
White with #FCF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF730; }
p { color: rgb(252,247,48); }
H1.HeaderClassName
{
color: #FCF730;
}
.AnyTagClassName
{
color: #FCF730;
}
</style>
background-color css
<style>
a { background-color: #FCF730; }
a { background-color: rgb(252,247,48); }
div.DivClassName
{
background-color: #FCF730;
}
.BgClassName
{
background-color: #FCF730;
}
</style>
border-color css
<style>
span { border-color: #FCF730; }
span { border-color: rgb(252,247,48); }
td.TdClassName
{
border-color: #FCF730;
}
.TagClassName
{
border-color: #FCF730;
}
</style>