Shades of Gorse #FFFC29
Tints of Gorse #FFFC29
RGB
CMYK
RGB Variations
Color information
#FFFC29 (or 0xFFFC29) is known color: Gorse. HEX triplet: FF, FC and 29. RGB value is (255,252,41). Sum of RGB (Red+Green+Blue) = 255+252+41=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 41 (16.41% from 255 or 7.48% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC29 is #0003D6. Grayscale: #E5E5E5. Windows color (decimal): -983 or 2751743. OLE color: 2751743.
HSL color Cylindrical-coordinate representation of color #FFFC29: hue angle of 59.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFFC29 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 41 | - |
| CMYK | 0 | 0.01 | 0.84 | 0 |
| HSL | 59.16º | 1% | 0.58% | - |
| HSV(B) | 59.16º | 0.84% | 1% | - |
| XYZ | 76.45 | 91.04 | 15.64 | - |
| YUV | 228.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 41 | 0 | 0.01 | 0.84 | 0 | 59.16 | 1 | 0.58 |
| Hex | FF | FC | 29 | 0 | 1 | 54 | 0 | 3B | 64 | 3A |
| Octal | 377 | 374 | 51 | 0 | 1 | 124 | 0 | 73 | 144 | 72 |
| Binary | 11111111 | 11111100 | 101001 | 0 | 1 | 1010100 | 0 | 111011 | 1100100 | 111010 |
Color Harmonies of #FFFC29
Complementary color
Monochromatic Colors of #FFFC29
Black with #FFFC29
Text Example
Text Example
White with #FFFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC29; }
p { color: rgb(255,252,41); }
H1.HeaderClassName
{
color: #FFFC29;
}
.AnyTagClassName
{
color: #FFFC29;
}
</style>
background-color css
<style>
a { background-color: #FFFC29; }
a { background-color: rgb(255,252,41); }
div.DivClassName
{
background-color: #FFFC29;
}
.BgClassName
{
background-color: #FFFC29;
}
</style>
border-color css
<style>
span { border-color: #FFFC29; }
span { border-color: rgb(255,252,41); }
td.TdClassName
{
border-color: #FFFC29;
}
.TagClassName
{
border-color: #FFFC29;
}
</style>