Shades of Gorse #FCF32F
Tints of Gorse #FCF32F
RGB
CMYK
RGB Variations
Color information
#FCF32F (or 0xFCF32F) is known color: Gorse. HEX triplet: FC, F3 and 2F. RGB value is (252,243,47). Sum of RGB (Red+Green+Blue) = 252+243+47=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 47 (18.75% from 255 or 8.67% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32F is #030CD0. Grayscale: #E0E0E0. Windows color (decimal): -199889 or 3142652. OLE color: 3142652.
HSL color Cylindrical-coordinate representation of color #FCF32F: hue angle of 57.37º 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 #FCF32F is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 47 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.01 |
| HSL | 57.37º | 0.97% | 0.59% | - |
| HSV(B) | 57.37º | 0.81% | 0.99% | - |
| XYZ | 72.71 | 85 | 15.26 | - |
| YUV | 223.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 47 | 0 | 0.04 | 0.81 | 0.01 | 57.37 | 0.97 | 0.59 |
| Hex | FC | F3 | 2F | 0 | 4 | 51 | 1 | 39 | 61 | 3B |
| Octal | 374 | 363 | 57 | 0 | 4 | 121 | 1 | 71 | 141 | 73 |
| Binary | 11111100 | 11110011 | 101111 | 0 | 100 | 1010001 | 1 | 111001 | 1100001 | 111011 |
Color Harmonies of #FCF32F
Complementary color
Monochromatic Colors of #FCF32F
Black with #FCF32F
Text Example
Text Example
White with #FCF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF32F; }
p { color: rgb(252,243,47); }
H1.HeaderClassName
{
color: #FCF32F;
}
.AnyTagClassName
{
color: #FCF32F;
}
</style>
background-color css
<style>
a { background-color: #FCF32F; }
a { background-color: rgb(252,243,47); }
div.DivClassName
{
background-color: #FCF32F;
}
.BgClassName
{
background-color: #FCF32F;
}
</style>
border-color css
<style>
span { border-color: #FCF32F; }
span { border-color: rgb(252,243,47); }
td.TdClassName
{
border-color: #FCF32F;
}
.TagClassName
{
border-color: #FCF32F;
}
</style>