Shades of Gorse #FCE72D
Tints of Gorse #FCE72D
RGB
CMYK
RGB Variations
Color information
#FCE72D (or 0xFCE72D) is known color: Gorse. HEX triplet: FC, E7 and 2D. RGB value is (252,231,45). Sum of RGB (Red+Green+Blue) = 252+231+45=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE72D is #0318D2. Grayscale: #D8D8D8. Windows color (decimal): -202963 or 3008508. OLE color: 3008508.
HSL color Cylindrical-coordinate representation of color #FCE72D: hue angle of 53.91º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCE72D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 45 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.01 |
| HSL | 53.91º | 0.97% | 0.58% | - |
| HSV(B) | 53.91º | 0.82% | 0.99% | - |
| XYZ | 69.19 | 78.04 | 13.9 | - |
| YUV | 216.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 45 | 0 | 0.08 | 0.82 | 0.01 | 53.91 | 0.97 | 0.58 |
| Hex | FC | E7 | 2D | 0 | 8 | 52 | 1 | 36 | 61 | 3A |
| Octal | 374 | 347 | 55 | 0 | 10 | 122 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11100111 | 101101 | 0 | 1000 | 1010010 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE72D
Complementary color
Monochromatic Colors of #FCE72D
Black with #FCE72D
Text Example
Text Example
White with #FCE72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE72D; }
p { color: rgb(252,231,45); }
H1.HeaderClassName
{
color: #FCE72D;
}
.AnyTagClassName
{
color: #FCE72D;
}
</style>
background-color css
<style>
a { background-color: #FCE72D; }
a { background-color: rgb(252,231,45); }
div.DivClassName
{
background-color: #FCE72D;
}
.BgClassName
{
background-color: #FCE72D;
}
</style>
border-color css
<style>
span { border-color: #FCE72D; }
span { border-color: rgb(252,231,45); }
td.TdClassName
{
border-color: #FCE72D;
}
.TagClassName
{
border-color: #FCE72D;
}
</style>