Shades of Gorse #FCFB34
Tints of Gorse #FCFB34
RGB
CMYK
RGB Variations
Color information
#FCFB34 (or 0xFCFB34) is known color: Gorse. HEX triplet: FC, FB and 34. RGB value is (252,251,52). Sum of RGB (Red+Green+Blue) = 252+251+52=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 52 (20.70% from 255 or 9.37% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB34 is #0304CB. Grayscale: #E5E5E5. Windows color (decimal): -197836 or 3472380. OLE color: 3472380.
HSL color Cylindrical-coordinate representation of color #FCFB34: hue angle of 59.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCFB34 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 52 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.01 |
| HSL | 59.7º | 0.97% | 0.6% | - |
| HSV(B) | 59.7º | 0.79% | 0.99% | - |
| XYZ | 75.26 | 89.94 | 16.64 | - |
| YUV | 228.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 52 | 0 | 0.00 | 0.79 | 0.01 | 59.7 | 0.97 | 0.6 |
| Hex | FC | FB | 34 | 0 | 0 | 4F | 1 | 3C | 61 | 3C |
| Octal | 374 | 373 | 64 | 0 | 0 | 117 | 1 | 74 | 141 | 74 |
| Binary | 11111100 | 11111011 | 110100 | 0 | 0 | 1001111 | 1 | 111100 | 1100001 | 111100 |
Color Harmonies of #FCFB34
Complementary color
Monochromatic Colors of #FCFB34
Black with #FCFB34
Text Example
Text Example
White with #FCFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB34; }
p { color: rgb(252,251,52); }
H1.HeaderClassName
{
color: #FCFB34;
}
.AnyTagClassName
{
color: #FCFB34;
}
</style>
background-color css
<style>
a { background-color: #FCFB34; }
a { background-color: rgb(252,251,52); }
div.DivClassName
{
background-color: #FCFB34;
}
.BgClassName
{
background-color: #FCFB34;
}
</style>
border-color css
<style>
span { border-color: #FCFB34; }
span { border-color: rgb(252,251,52); }
td.TdClassName
{
border-color: #FCFB34;
}
.TagClassName
{
border-color: #FCFB34;
}
</style>