Shades of Gorse #FCE72C
Tints of Gorse #FCE72C
RGB
CMYK
RGB Variations
Color information
#FCE72C (or 0xFCE72C) is known color: Gorse. HEX triplet: FC, E7 and 2C. RGB value is (252,231,44). Sum of RGB (Red+Green+Blue) = 252+231+44=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 44 (17.58% from 255 or 8.35% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE72C is #0318D3. Grayscale: #D8D8D8. Windows color (decimal): -202964 or 2942972. OLE color: 2942972.
HSL color Cylindrical-coordinate representation of color #FCE72C: hue angle of 53.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCE72C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 44 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.01 |
| HSL | 53.94º | 0.97% | 0.58% | - |
| HSV(B) | 53.94º | 0.83% | 0.99% | - |
| XYZ | 69.18 | 78.03 | 13.8 | - |
| YUV | 215.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 44 | 0 | 0.08 | 0.83 | 0.01 | 53.94 | 0.97 | 0.58 |
| Hex | FC | E7 | 2C | 0 | 8 | 53 | 1 | 36 | 61 | 3A |
| Octal | 374 | 347 | 54 | 0 | 10 | 123 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11100111 | 101100 | 0 | 1000 | 1010011 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE72C
Complementary color
Monochromatic Colors of #FCE72C
Black with #FCE72C
Text Example
Text Example
White with #FCE72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE72C; }
p { color: rgb(252,231,44); }
H1.HeaderClassName
{
color: #FCE72C;
}
.AnyTagClassName
{
color: #FCE72C;
}
</style>
background-color css
<style>
a { background-color: #FCE72C; }
a { background-color: rgb(252,231,44); }
div.DivClassName
{
background-color: #FCE72C;
}
.BgClassName
{
background-color: #FCE72C;
}
</style>
border-color css
<style>
span { border-color: #FCE72C; }
span { border-color: rgb(252,231,44); }
td.TdClassName
{
border-color: #FCE72C;
}
.TagClassName
{
border-color: #FCE72C;
}
</style>