Shades of Gorse #FCE82F
Tints of Gorse #FCE82F
RGB
CMYK
RGB Variations
Color information
#FCE82F (or 0xFCE82F) is known color: Gorse. HEX triplet: FC, E8 and 2F. RGB value is (252,232,47). Sum of RGB (Red+Green+Blue) = 252+232+47=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 47 (18.75% from 255 or 8.85% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE82F is #0317D0. Grayscale: #D9D9D9. Windows color (decimal): -202705 or 3139836. OLE color: 3139836.
HSL color Cylindrical-coordinate representation of color #FCE82F: hue angle of 54.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCE82F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 47 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.01 |
| HSL | 54.15º | 0.97% | 0.59% | - |
| HSV(B) | 54.15º | 0.81% | 0.99% | - |
| XYZ | 69.51 | 78.61 | 14.2 | - |
| YUV | 216.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 47 | 0 | 0.08 | 0.81 | 0.01 | 54.15 | 0.97 | 0.59 |
| Hex | FC | E8 | 2F | 0 | 8 | 51 | 1 | 36 | 61 | 3B |
| Octal | 374 | 350 | 57 | 0 | 10 | 121 | 1 | 66 | 141 | 73 |
| Binary | 11111100 | 11101000 | 101111 | 0 | 1000 | 1010001 | 1 | 110110 | 1100001 | 111011 |
Color Harmonies of #FCE82F
Complementary color
Monochromatic Colors of #FCE82F
Black with #FCE82F
Text Example
Text Example
White with #FCE82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE82F; }
p { color: rgb(252,232,47); }
H1.HeaderClassName
{
color: #FCE82F;
}
.AnyTagClassName
{
color: #FCE82F;
}
</style>
background-color css
<style>
a { background-color: #FCE82F; }
a { background-color: rgb(252,232,47); }
div.DivClassName
{
background-color: #FCE82F;
}
.BgClassName
{
background-color: #FCE82F;
}
</style>
border-color css
<style>
span { border-color: #FCE82F; }
span { border-color: rgb(252,232,47); }
td.TdClassName
{
border-color: #FCE82F;
}
.TagClassName
{
border-color: #FCE82F;
}
</style>