Shades of Gorse #FCFD2B
Tints of Gorse #FCFD2B
RGB
CMYK
RGB Variations
Color information
#FCFD2B (or 0xFCFD2B) is known color: Gorse. HEX triplet: FC, FD and 2B. RGB value is (252,253,43). Sum of RGB (Red+Green+Blue) = 252+253+43=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD2B is #0302D4. Grayscale: #E5E5E5. Windows color (decimal): -197333 or 2883068. OLE color: 2883068.
HSL color Cylindrical-coordinate representation of color #FCFD2B: hue angle of 60.29º degrees, saturation: 0.98, 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 #FCFD2B is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 43 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.01 |
| HSL | 60.29º | 0.98% | 0.58% | - |
| HSV(B) | 60.29º | 0.83% | 0.99% | - |
| XYZ | 75.71 | 91.12 | 15.88 | - |
| YUV | 228.76 | 23.17 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 43 | 0.00 | 0 | 0.83 | 0.01 | 60.29 | 0.98 | 0.58 |
| Hex | FC | FD | 2B | 0 | 0 | 53 | 1 | 3C | 62 | 3A |
| Octal | 374 | 375 | 53 | 0 | 0 | 123 | 1 | 74 | 142 | 72 |
| Binary | 11111100 | 11111101 | 101011 | 0 | 0 | 1010011 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FCFD2B
Complementary color
Monochromatic Colors of #FCFD2B
Black with #FCFD2B
Text Example
Text Example
White with #FCFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD2B; }
p { color: rgb(252,253,43); }
H1.HeaderClassName
{
color: #FCFD2B;
}
.AnyTagClassName
{
color: #FCFD2B;
}
</style>
background-color css
<style>
a { background-color: #FCFD2B; }
a { background-color: rgb(252,253,43); }
div.DivClassName
{
background-color: #FCFD2B;
}
.BgClassName
{
background-color: #FCFD2B;
}
</style>
border-color css
<style>
span { border-color: #FCFD2B; }
span { border-color: rgb(252,253,43); }
td.TdClassName
{
border-color: #FCFD2B;
}
.TagClassName
{
border-color: #FCFD2B;
}
</style>