Shades of Gorse #FFFC32
Tints of Gorse #FFFC32
RGB
CMYK
RGB Variations
Color information
#FFFC32 (or 0xFFFC32) is known color: Gorse. HEX triplet: FF, FC and 32. RGB value is (255,252,50). Sum of RGB (Red+Green+Blue) = 255+252+50=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 50 (19.92% from 255 or 8.98% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC32 is #0003CD. Grayscale: #E6E6E6. Windows color (decimal): -974 or 3341567. OLE color: 3341567.
HSL color Cylindrical-coordinate representation of color #FFFC32: hue angle of 59.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFFC32 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 50 | - |
| CMYK | 0 | 0.01 | 0.80 | 0 |
| HSL | 59.12º | 1% | 0.6% | - |
| HSV(B) | 59.12º | 0.8% | 1% | - |
| XYZ | 76.63 | 91.11 | 16.57 | - |
| YUV | 229.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 50 | 0 | 0.01 | 0.80 | 0 | 59.12 | 1 | 0.6 |
| Hex | FF | FC | 32 | 0 | 1 | 50 | 0 | 3B | 64 | 3C |
| Octal | 377 | 374 | 62 | 0 | 1 | 120 | 0 | 73 | 144 | 74 |
| Binary | 11111111 | 11111100 | 110010 | 0 | 1 | 1010000 | 0 | 111011 | 1100100 | 111100 |
Color Harmonies of #FFFC32
Complementary color
Monochromatic Colors of #FFFC32
Black with #FFFC32
Text Example
Text Example
White with #FFFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC32; }
p { color: rgb(255,252,50); }
H1.HeaderClassName
{
color: #FFFC32;
}
.AnyTagClassName
{
color: #FFFC32;
}
</style>
background-color css
<style>
a { background-color: #FFFC32; }
a { background-color: rgb(255,252,50); }
div.DivClassName
{
background-color: #FFFC32;
}
.BgClassName
{
background-color: #FFFC32;
}
</style>
border-color css
<style>
span { border-color: #FFFC32; }
span { border-color: rgb(255,252,50); }
td.TdClassName
{
border-color: #FFFC32;
}
.TagClassName
{
border-color: #FFFC32;
}
</style>