Shades of Gorse #FCE23F
Tints of Gorse #FCE23F
RGB
CMYK
RGB Variations
Color information
#FCE23F (or 0xFCE23F) is known color: Gorse. HEX triplet: FC, E2 and 3F. RGB value is (252,226,63). Sum of RGB (Red+Green+Blue) = 252+226+63=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 63 (25% from 255 or 11.65% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE23F is #031DC0. Grayscale: #D7D7D7. Windows color (decimal): -204225 or 4186876. OLE color: 4186876.
HSL color Cylindrical-coordinate representation of color #FCE23F: hue angle of 51.75º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE23F is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 63 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.01 |
| HSL | 51.75º | 0.97% | 0.62% | - |
| HSV(B) | 51.75º | 0.75% | 0.99% | - |
| XYZ | 68.24 | 75.45 | 15.67 | - |
| YUV | 215.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 63 | 0 | 0.10 | 0.75 | 0.01 | 51.75 | 0.97 | 0.62 |
| Hex | FC | E2 | 3F | 0 | A | 4B | 1 | 34 | 61 | 3E |
| Octal | 374 | 342 | 77 | 0 | 12 | 113 | 1 | 64 | 141 | 76 |
| Binary | 11111100 | 11100010 | 111111 | 0 | 1010 | 1001011 | 1 | 110100 | 1100001 | 111110 |
Color Harmonies of #FCE23F
Complementary color
Monochromatic Colors of #FCE23F
Black with #FCE23F
Text Example
Text Example
White with #FCE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE23F; }
p { color: rgb(252,226,63); }
H1.HeaderClassName
{
color: #FCE23F;
}
.AnyTagClassName
{
color: #FCE23F;
}
</style>
background-color css
<style>
a { background-color: #FCE23F; }
a { background-color: rgb(252,226,63); }
div.DivClassName
{
background-color: #FCE23F;
}
.BgClassName
{
background-color: #FCE23F;
}
</style>
border-color css
<style>
span { border-color: #FCE23F; }
span { border-color: rgb(252,226,63); }
td.TdClassName
{
border-color: #FCE23F;
}
.TagClassName
{
border-color: #FCE23F;
}
</style>