Shades of Gorse #FCFD30
Tints of Gorse #FCFD30
RGB
CMYK
RGB Variations
Color information
#FCFD30 (or 0xFCFD30) is known color: Gorse. HEX triplet: FC, FD and 30. RGB value is (252,253,48). Sum of RGB (Red+Green+Blue) = 252+253+48=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 48 (19.14% from 255 or 8.68% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD30 is #0302CF. Grayscale: #E6E6E6. Windows color (decimal): -197328 or 3210748. OLE color: 3210748.
HSL color Cylindrical-coordinate representation of color #FCFD30: 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 #FCFD30 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 48 | - |
| 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.8 | 91.16 | 16.4 | - |
| YUV | 229.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 48 | 0.00 | 0 | 0.81 | 0.01 | 60.29 | 0.98 | 0.59 |
| Hex | FC | FD | 30 | 0 | 0 | 51 | 1 | 3C | 62 | 3B |
| Octal | 374 | 375 | 60 | 0 | 0 | 121 | 1 | 74 | 142 | 73 |
| Binary | 11111100 | 11111101 | 110000 | 0 | 0 | 1010001 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FCFD30
Complementary color
Monochromatic Colors of #FCFD30
Black with #FCFD30
Text Example
Text Example
White with #FCFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD30; }
p { color: rgb(252,253,48); }
H1.HeaderClassName
{
color: #FCFD30;
}
.AnyTagClassName
{
color: #FCFD30;
}
</style>
background-color css
<style>
a { background-color: #FCFD30; }
a { background-color: rgb(252,253,48); }
div.DivClassName
{
background-color: #FCFD30;
}
.BgClassName
{
background-color: #FCFD30;
}
</style>
border-color css
<style>
span { border-color: #FCFD30; }
span { border-color: rgb(252,253,48); }
td.TdClassName
{
border-color: #FCFD30;
}
.TagClassName
{
border-color: #FCFD30;
}
</style>