Shades of Gorse #FCF32B
Tints of Gorse #FCF32B
RGB
CMYK
RGB Variations
Color information
#FCF32B (or 0xFCF32B) is known color: Gorse. HEX triplet: FC, F3 and 2B. RGB value is (252,243,43). Sum of RGB (Red+Green+Blue) = 252+243+43=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32B is #030CD4. Grayscale: #DFDFDF. Windows color (decimal): -199893 or 2880508. OLE color: 2880508.
HSL color Cylindrical-coordinate representation of color #FCF32B: hue angle of 57.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCF32B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.01 |
| HSL | 57.42º | 0.97% | 0.58% | - |
| HSV(B) | 57.42º | 0.83% | 0.99% | - |
| XYZ | 72.63 | 84.97 | 14.86 | - |
| YUV | 222.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 43 | 0 | 0.04 | 0.83 | 0.01 | 57.42 | 0.97 | 0.58 |
| Hex | FC | F3 | 2B | 0 | 4 | 53 | 1 | 39 | 61 | 3A |
| Octal | 374 | 363 | 53 | 0 | 4 | 123 | 1 | 71 | 141 | 72 |
| Binary | 11111100 | 11110011 | 101011 | 0 | 100 | 1010011 | 1 | 111001 | 1100001 | 111010 |
Color Harmonies of #FCF32B
Complementary color
Monochromatic Colors of #FCF32B
Black with #FCF32B
Text Example
Text Example
White with #FCF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF32B; }
p { color: rgb(252,243,43); }
H1.HeaderClassName
{
color: #FCF32B;
}
.AnyTagClassName
{
color: #FCF32B;
}
</style>
background-color css
<style>
a { background-color: #FCF32B; }
a { background-color: rgb(252,243,43); }
div.DivClassName
{
background-color: #FCF32B;
}
.BgClassName
{
background-color: #FCF32B;
}
</style>
border-color css
<style>
span { border-color: #FCF32B; }
span { border-color: rgb(252,243,43); }
td.TdClassName
{
border-color: #FCF32B;
}
.TagClassName
{
border-color: #FCF32B;
}
</style>