Shades of Gorse #FCFD2F
Tints of Gorse #FCFD2F
RGB
CMYK
RGB Variations
Color information
#FCFD2F (or 0xFCFD2F) is known color: Gorse. HEX triplet: FC, FD and 2F. RGB value is (252,253,47). Sum of RGB (Red+Green+Blue) = 252+253+47=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 47 (18.75% from 255 or 8.51% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD2F is #0302D0. Grayscale: #E6E6E6. Windows color (decimal): -197329 or 3145212. OLE color: 3145212.
HSL color Cylindrical-coordinate representation of color #FCFD2F: hue angle of 60.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCFD2F is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 47 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.01 |
| HSL | 60.29º | 0.98% | 0.59% | - |
| HSV(B) | 60.29º | 0.81% | 0.99% | - |
| XYZ | 75.78 | 91.15 | 16.29 | - |
| YUV | 229.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 47 | 0.00 | 0 | 0.81 | 0.01 | 60.29 | 0.98 | 0.59 |
| Hex | FC | FD | 2F | 0 | 0 | 51 | 1 | 3C | 62 | 3B |
| Octal | 374 | 375 | 57 | 0 | 0 | 121 | 1 | 74 | 142 | 73 |
| Binary | 11111100 | 11111101 | 101111 | 0 | 0 | 1010001 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FCFD2F
Complementary color
Monochromatic Colors of #FCFD2F
Black with #FCFD2F
Text Example
Text Example
White with #FCFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD2F; }
p { color: rgb(252,253,47); }
H1.HeaderClassName
{
color: #FCFD2F;
}
.AnyTagClassName
{
color: #FCFD2F;
}
</style>
background-color css
<style>
a { background-color: #FCFD2F; }
a { background-color: rgb(252,253,47); }
div.DivClassName
{
background-color: #FCFD2F;
}
.BgClassName
{
background-color: #FCFD2F;
}
</style>
border-color css
<style>
span { border-color: #FCFD2F; }
span { border-color: rgb(252,253,47); }
td.TdClassName
{
border-color: #FCFD2F;
}
.TagClassName
{
border-color: #FCFD2F;
}
</style>