Shades of Gorse #FFFC2D
Tints of Gorse #FFFC2D
RGB
CMYK
RGB Variations
Color information
#FFFC2D (or 0xFFFC2D) is known color: Gorse. HEX triplet: FF, FC and 2D. RGB value is (255,252,45). Sum of RGB (Red+Green+Blue) = 255+252+45=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 45 (17.97% from 255 or 8.15% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC2D is #0003D2. Grayscale: #E6E6E6. Windows color (decimal): -979 or 3013887. OLE color: 3013887.
HSL color Cylindrical-coordinate representation of color #FFFC2D: hue angle of 59.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFFC2D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0 |
| HSL | 59.14º | 1% | 0.59% | - |
| HSV(B) | 59.14º | 0.82% | 1% | - |
| XYZ | 76.52 | 91.07 | 16.03 | - |
| YUV | 229.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 45 | 0 | 0.01 | 0.82 | 0 | 59.14 | 1 | 0.59 |
| Hex | FF | FC | 2D | 0 | 1 | 52 | 0 | 3B | 64 | 3B |
| Octal | 377 | 374 | 55 | 0 | 1 | 122 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111100 | 101101 | 0 | 1 | 1010010 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFC2D
Complementary color
Monochromatic Colors of #FFFC2D
Black with #FFFC2D
Text Example
Text Example
White with #FFFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC2D; }
p { color: rgb(255,252,45); }
H1.HeaderClassName
{
color: #FFFC2D;
}
.AnyTagClassName
{
color: #FFFC2D;
}
</style>
background-color css
<style>
a { background-color: #FFFC2D; }
a { background-color: rgb(255,252,45); }
div.DivClassName
{
background-color: #FFFC2D;
}
.BgClassName
{
background-color: #FFFC2D;
}
</style>
border-color css
<style>
span { border-color: #FFFC2D; }
span { border-color: rgb(255,252,45); }
td.TdClassName
{
border-color: #FFFC2D;
}
.TagClassName
{
border-color: #FFFC2D;
}
</style>