Shades of Gorse #FCF732
Tints of Gorse #FCF732
RGB
CMYK
RGB Variations
Color information
#FCF732 (or 0xFCF732) is known color: Gorse. HEX triplet: FC, F7 and 32. RGB value is (252,247,50). Sum of RGB (Red+Green+Blue) = 252+247+50=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 50 (19.92% from 255 or 9.11% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF732 is #0308CD. Grayscale: #E2E2E2. Windows color (decimal): -198862 or 3340284. OLE color: 3340284.
HSL color Cylindrical-coordinate representation of color #FCF732: hue angle of 58.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCF732 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 50 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.01 |
| HSL | 58.51º | 0.97% | 0.59% | - |
| HSV(B) | 58.51º | 0.8% | 0.99% | - |
| XYZ | 73.98 | 87.45 | 16 | - |
| YUV | 226.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 50 | 0 | 0.02 | 0.80 | 0.01 | 58.51 | 0.97 | 0.59 |
| Hex | FC | F7 | 32 | 0 | 2 | 50 | 1 | 3B | 61 | 3B |
| Octal | 374 | 367 | 62 | 0 | 2 | 120 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11110111 | 110010 | 0 | 10 | 1010000 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCF732
Complementary color
Monochromatic Colors of #FCF732
Black with #FCF732
Text Example
Text Example
White with #FCF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF732; }
p { color: rgb(252,247,50); }
H1.HeaderClassName
{
color: #FCF732;
}
.AnyTagClassName
{
color: #FCF732;
}
</style>
background-color css
<style>
a { background-color: #FCF732; }
a { background-color: rgb(252,247,50); }
div.DivClassName
{
background-color: #FCF732;
}
.BgClassName
{
background-color: #FCF732;
}
</style>
border-color css
<style>
span { border-color: #FCF732; }
span { border-color: rgb(252,247,50); }
td.TdClassName
{
border-color: #FCF732;
}
.TagClassName
{
border-color: #FCF732;
}
</style>