Shades of Gorse #FCE133
Tints of Gorse #FCE133
RGB
CMYK
RGB Variations
Color information
#FCE133 (or 0xFCE133) is known color: Gorse. HEX triplet: FC, E1 and 33. RGB value is (252,225,51). Sum of RGB (Red+Green+Blue) = 252+225+51=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 51 (20.31% from 255 or 9.66% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE133 is #031ECC. Grayscale: #D5D5D5. Windows color (decimal): -204493 or 3400188. OLE color: 3400188.
HSL color Cylindrical-coordinate representation of color #FCE133: hue angle of 51.94º 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 #FCE133 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 51 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.01 |
| HSL | 51.94º | 0.97% | 0.59% | - |
| HSV(B) | 51.94º | 0.8% | 0.99% | - |
| XYZ | 67.67 | 74.78 | 14 | - |
| YUV | 213.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 51 | 0 | 0.11 | 0.80 | 0.01 | 51.94 | 0.97 | 0.59 |
| Hex | FC | E1 | 33 | 0 | B | 50 | 1 | 34 | 61 | 3B |
| Octal | 374 | 341 | 63 | 0 | 13 | 120 | 1 | 64 | 141 | 73 |
| Binary | 11111100 | 11100001 | 110011 | 0 | 1011 | 1010000 | 1 | 110100 | 1100001 | 111011 |
Color Harmonies of #FCE133
Complementary color
Monochromatic Colors of #FCE133
Black with #FCE133
Text Example
Text Example
White with #FCE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE133; }
p { color: rgb(252,225,51); }
H1.HeaderClassName
{
color: #FCE133;
}
.AnyTagClassName
{
color: #FCE133;
}
</style>
background-color css
<style>
a { background-color: #FCE133; }
a { background-color: rgb(252,225,51); }
div.DivClassName
{
background-color: #FCE133;
}
.BgClassName
{
background-color: #FCE133;
}
</style>
border-color css
<style>
span { border-color: #FCE133; }
span { border-color: rgb(252,225,51); }
td.TdClassName
{
border-color: #FCE133;
}
.TagClassName
{
border-color: #FCE133;
}
</style>