Shades of Gorse #FCE73F
Tints of Gorse #FCE73F
RGB
CMYK
RGB Variations
Color information
#FCE73F (or 0xFCE73F) is known color: Gorse. HEX triplet: FC, E7 and 3F. RGB value is (252,231,63). Sum of RGB (Red+Green+Blue) = 252+231+63=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 63 (25% from 255 or 11.54% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE73F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE73F is #0318C0. Grayscale: #DADADA. Windows color (decimal): -202945 or 4188156. OLE color: 4188156.
HSL color Cylindrical-coordinate representation of color #FCE73F: hue angle of 53.33º 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 #FCE73F is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 63 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.01 |
| HSL | 53.33º | 0.97% | 0.62% | - |
| HSV(B) | 53.33º | 0.75% | 0.99% | - |
| XYZ | 69.62 | 78.21 | 16.13 | - |
| YUV | 218.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 63 | 0 | 0.08 | 0.75 | 0.01 | 53.33 | 0.97 | 0.62 |
| Hex | FC | E7 | 3F | 0 | 8 | 4B | 1 | 35 | 61 | 3E |
| Octal | 374 | 347 | 77 | 0 | 10 | 113 | 1 | 65 | 141 | 76 |
| Binary | 11111100 | 11100111 | 111111 | 0 | 1000 | 1001011 | 1 | 110101 | 1100001 | 111110 |
Color Harmonies of #FCE73F
Complementary color
Monochromatic Colors of #FCE73F
Black with #FCE73F
Text Example
Text Example
White with #FCE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE73F; }
p { color: rgb(252,231,63); }
H1.HeaderClassName
{
color: #FCE73F;
}
.AnyTagClassName
{
color: #FCE73F;
}
</style>
background-color css
<style>
a { background-color: #FCE73F; }
a { background-color: rgb(252,231,63); }
div.DivClassName
{
background-color: #FCE73F;
}
.BgClassName
{
background-color: #FCE73F;
}
</style>
border-color css
<style>
span { border-color: #FCE73F; }
span { border-color: rgb(252,231,63); }
td.TdClassName
{
border-color: #FCE73F;
}
.TagClassName
{
border-color: #FCE73F;
}
</style>