Shades of Gorse #FCE23B
Tints of Gorse #FCE23B
RGB
CMYK
RGB Variations
Color information
#FCE23B (or 0xFCE23B) is known color: Gorse. HEX triplet: FC, E2 and 3B. RGB value is (252,226,59). Sum of RGB (Red+Green+Blue) = 252+226+59=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE23B is #031DC4. Grayscale: #D7D7D7. Windows color (decimal): -204229 or 3924732. OLE color: 3924732.
HSL color Cylindrical-coordinate representation of color #FCE23B: hue angle of 51.92º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCE23B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 59 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.01 |
| HSL | 51.92º | 0.97% | 0.61% | - |
| HSV(B) | 51.92º | 0.77% | 0.99% | - |
| XYZ | 68.13 | 75.4 | 15.1 | - |
| YUV | 214.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 59 | 0 | 0.10 | 0.77 | 0.01 | 51.92 | 0.97 | 0.61 |
| Hex | FC | E2 | 3B | 0 | A | 4D | 1 | 34 | 61 | 3D |
| Octal | 374 | 342 | 73 | 0 | 12 | 115 | 1 | 64 | 141 | 75 |
| Binary | 11111100 | 11100010 | 111011 | 0 | 1010 | 1001101 | 1 | 110100 | 1100001 | 111101 |
Color Harmonies of #FCE23B
Complementary color
Monochromatic Colors of #FCE23B
Black with #FCE23B
Text Example
Text Example
White with #FCE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE23B; }
p { color: rgb(252,226,59); }
H1.HeaderClassName
{
color: #FCE23B;
}
.AnyTagClassName
{
color: #FCE23B;
}
</style>
background-color css
<style>
a { background-color: #FCE23B; }
a { background-color: rgb(252,226,59); }
div.DivClassName
{
background-color: #FCE23B;
}
.BgClassName
{
background-color: #FCE23B;
}
</style>
border-color css
<style>
span { border-color: #FCE23B; }
span { border-color: rgb(252,226,59); }
td.TdClassName
{
border-color: #FCE23B;
}
.TagClassName
{
border-color: #FCE23B;
}
</style>