Shades of Gorse #FCEB32
Tints of Gorse #FCEB32
RGB
CMYK
RGB Variations
Color information
#FCEB32 (or 0xFCEB32) is known color: Gorse. HEX triplet: FC, EB and 32. RGB value is (252,235,50). Sum of RGB (Red+Green+Blue) = 252+235+50=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB32 is #0314CD. Grayscale: #DBDBDB. Windows color (decimal): -201934 or 3337212. OLE color: 3337212.
HSL color Cylindrical-coordinate representation of color #FCEB32: hue angle of 54.95º 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 #FCEB32 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.01 |
| HSL | 54.95º | 0.97% | 0.59% | - |
| HSV(B) | 54.95º | 0.8% | 0.99% | - |
| XYZ | 70.43 | 80.34 | 14.81 | - |
| YUV | 218.99 | 32.63 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 50 | 0 | 0.07 | 0.80 | 0.01 | 54.95 | 0.97 | 0.59 |
| Hex | FC | EB | 32 | 0 | 7 | 50 | 1 | 37 | 61 | 3B |
| Octal | 374 | 353 | 62 | 0 | 7 | 120 | 1 | 67 | 141 | 73 |
| Binary | 11111100 | 11101011 | 110010 | 0 | 111 | 1010000 | 1 | 110111 | 1100001 | 111011 |
Color Harmonies of #FCEB32
Complementary color
Monochromatic Colors of #FCEB32
Black with #FCEB32
Text Example
Text Example
White with #FCEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB32; }
p { color: rgb(252,235,50); }
H1.HeaderClassName
{
color: #FCEB32;
}
.AnyTagClassName
{
color: #FCEB32;
}
</style>
background-color css
<style>
a { background-color: #FCEB32; }
a { background-color: rgb(252,235,50); }
div.DivClassName
{
background-color: #FCEB32;
}
.BgClassName
{
background-color: #FCEB32;
}
</style>
border-color css
<style>
span { border-color: #FCEB32; }
span { border-color: rgb(252,235,50); }
td.TdClassName
{
border-color: #FCEB32;
}
.TagClassName
{
border-color: #FCEB32;
}
</style>