Shades of Gorse #FCFB30
Tints of Gorse #FCFB30
RGB
CMYK
RGB Variations
Color information
#FCFB30 (or 0xFCFB30) is known color: Gorse. HEX triplet: FC, FB and 30. RGB value is (252,251,48). Sum of RGB (Red+Green+Blue) = 252+251+48=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 48 (19.14% from 255 or 8.71% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB30 is #0304CF. Grayscale: #E4E4E4. Windows color (decimal): -197840 or 3210236. OLE color: 3210236.
HSL color Cylindrical-coordinate representation of color #FCFB30: hue angle of 59.71º degrees, saturation: 0.97, 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 #FCFB30 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 48 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.01 |
| HSL | 59.71º | 0.97% | 0.59% | - |
| HSV(B) | 59.71º | 0.81% | 0.99% | - |
| XYZ | 75.18 | 89.9 | 16.19 | - |
| YUV | 228.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 48 | 0 | 0.00 | 0.81 | 0.01 | 59.71 | 0.97 | 0.59 |
| Hex | FC | FB | 30 | 0 | 0 | 51 | 1 | 3C | 61 | 3B |
| Octal | 374 | 373 | 60 | 0 | 0 | 121 | 1 | 74 | 141 | 73 |
| Binary | 11111100 | 11111011 | 110000 | 0 | 0 | 1010001 | 1 | 111100 | 1100001 | 111011 |
Color Harmonies of #FCFB30
Complementary color
Monochromatic Colors of #FCFB30
Black with #FCFB30
Text Example
Text Example
White with #FCFB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB30; }
p { color: rgb(252,251,48); }
H1.HeaderClassName
{
color: #FCFB30;
}
.AnyTagClassName
{
color: #FCFB30;
}
</style>
background-color css
<style>
a { background-color: #FCFB30; }
a { background-color: rgb(252,251,48); }
div.DivClassName
{
background-color: #FCFB30;
}
.BgClassName
{
background-color: #FCFB30;
}
</style>
border-color css
<style>
span { border-color: #FCFB30; }
span { border-color: rgb(252,251,48); }
td.TdClassName
{
border-color: #FCFB30;
}
.TagClassName
{
border-color: #FCFB30;
}
</style>