Shades of Gorse #FCE62D
Tints of Gorse #FCE62D
RGB
CMYK
RGB Variations
Color information
#FCE62D (or 0xFCE62D) is known color: Gorse. HEX triplet: FC, E6 and 2D. RGB value is (252,230,45). Sum of RGB (Red+Green+Blue) = 252+230+45=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE62D is #0319D2. Grayscale: #D8D8D8. Windows color (decimal): -203219 or 3008252. OLE color: 3008252.
HSL color Cylindrical-coordinate representation of color #FCE62D: hue angle of 53.62º 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 #FCE62D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.01 |
| HSL | 53.62º | 0.97% | 0.58% | - |
| HSV(B) | 53.62º | 0.82% | 0.99% | - |
| XYZ | 68.92 | 77.48 | 13.81 | - |
| YUV | 215.49 | 31.79 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 45 | 0 | 0.09 | 0.82 | 0.01 | 53.62 | 0.97 | 0.58 |
| Hex | FC | E6 | 2D | 0 | 9 | 52 | 1 | 36 | 61 | 3A |
| Octal | 374 | 346 | 55 | 0 | 11 | 122 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11100110 | 101101 | 0 | 1001 | 1010010 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE62D
Complementary color
Monochromatic Colors of #FCE62D
Black with #FCE62D
Text Example
Text Example
White with #FCE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE62D; }
p { color: rgb(252,230,45); }
H1.HeaderClassName
{
color: #FCE62D;
}
.AnyTagClassName
{
color: #FCE62D;
}
</style>
background-color css
<style>
a { background-color: #FCE62D; }
a { background-color: rgb(252,230,45); }
div.DivClassName
{
background-color: #FCE62D;
}
.BgClassName
{
background-color: #FCE62D;
}
</style>
border-color css
<style>
span { border-color: #FCE62D; }
span { border-color: rgb(252,230,45); }
td.TdClassName
{
border-color: #FCE62D;
}
.TagClassName
{
border-color: #FCE62D;
}
</style>