Shades of Gorse #FCFB32
Tints of Gorse #FCFB32
RGB
CMYK
RGB Variations
Color information
#FCFB32 (or 0xFCFB32) is known color: Gorse. HEX triplet: FC, FB and 32. RGB value is (252,251,50). Sum of RGB (Red+Green+Blue) = 252+251+50=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 50 (19.92% from 255 or 9.04% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB32 is #0304CD. Grayscale: #E5E5E5. Windows color (decimal): -197838 or 3341308. OLE color: 3341308.
HSL color Cylindrical-coordinate representation of color #FCFB32: hue angle of 59.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCFB32 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 50 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.01 |
| HSL | 59.7º | 0.97% | 0.59% | - |
| HSV(B) | 59.7º | 0.8% | 0.99% | - |
| XYZ | 75.22 | 89.92 | 16.41 | - |
| YUV | 228.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 50 | 0 | 0.00 | 0.80 | 0.01 | 59.7 | 0.97 | 0.59 |
| Hex | FC | FB | 32 | 0 | 0 | 50 | 1 | 3C | 61 | 3B |
| Octal | 374 | 373 | 62 | 0 | 0 | 120 | 1 | 74 | 141 | 73 |
| Binary | 11111100 | 11111011 | 110010 | 0 | 0 | 1010000 | 1 | 111100 | 1100001 | 111011 |
Color Harmonies of #FCFB32
Complementary color
Monochromatic Colors of #FCFB32
Black with #FCFB32
Text Example
Text Example
White with #FCFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB32; }
p { color: rgb(252,251,50); }
H1.HeaderClassName
{
color: #FCFB32;
}
.AnyTagClassName
{
color: #FCFB32;
}
</style>
background-color css
<style>
a { background-color: #FCFB32; }
a { background-color: rgb(252,251,50); }
div.DivClassName
{
background-color: #FCFB32;
}
.BgClassName
{
background-color: #FCFB32;
}
</style>
border-color css
<style>
span { border-color: #FCFB32; }
span { border-color: rgb(252,251,50); }
td.TdClassName
{
border-color: #FCFB32;
}
.TagClassName
{
border-color: #FCFB32;
}
</style>