Shades of Gorse #FCFB2D
Tints of Gorse #FCFB2D
RGB
CMYK
RGB Variations
Color information
#FCFB2D (or 0xFCFB2D) is known color: Gorse. HEX triplet: FC, FB and 2D. RGB value is (252,251,45). Sum of RGB (Red+Green+Blue) = 252+251+45=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 45 (17.97% from 255 or 8.21% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB2D is #0304D2. Grayscale: #E4E4E4. Windows color (decimal): -197843 or 3013628. OLE color: 3013628.
HSL color Cylindrical-coordinate representation of color #FCFB2D: hue angle of 59.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCFB2D is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 45 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.01 |
| HSL | 59.71º | 0.97% | 0.58% | - |
| HSV(B) | 59.71º | 0.82% | 0.99% | - |
| XYZ | 75.12 | 89.88 | 15.87 | - |
| YUV | 227.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 45 | 0 | 0.00 | 0.82 | 0.01 | 59.71 | 0.97 | 0.58 |
| Hex | FC | FB | 2D | 0 | 0 | 52 | 1 | 3C | 61 | 3A |
| Octal | 374 | 373 | 55 | 0 | 0 | 122 | 1 | 74 | 141 | 72 |
| Binary | 11111100 | 11111011 | 101101 | 0 | 0 | 1010010 | 1 | 111100 | 1100001 | 111010 |
Color Harmonies of #FCFB2D
Complementary color
Monochromatic Colors of #FCFB2D
Black with #FCFB2D
Text Example
Text Example
White with #FCFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB2D; }
p { color: rgb(252,251,45); }
H1.HeaderClassName
{
color: #FCFB2D;
}
.AnyTagClassName
{
color: #FCFB2D;
}
</style>
background-color css
<style>
a { background-color: #FCFB2D; }
a { background-color: rgb(252,251,45); }
div.DivClassName
{
background-color: #FCFB2D;
}
.BgClassName
{
background-color: #FCFB2D;
}
</style>
border-color css
<style>
span { border-color: #FCFB2D; }
span { border-color: rgb(252,251,45); }
td.TdClassName
{
border-color: #FCFB2D;
}
.TagClassName
{
border-color: #FCFB2D;
}
</style>