Shades of Gorse #FCE62B
Tints of Gorse #FCE62B
RGB
CMYK
RGB Variations
Color information
#FCE62B (or 0xFCE62B) is known color: Gorse. HEX triplet: FC, E6 and 2B. RGB value is (252,230,43). Sum of RGB (Red+Green+Blue) = 252+230+43=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE62B is #0319D4. Grayscale: #D8D8D8. Windows color (decimal): -203221 or 2877180. OLE color: 2877180.
HSL color Cylindrical-coordinate representation of color #FCE62B: hue angle of 53.68º 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 #FCE62B is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 43 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.01 |
| HSL | 53.68º | 0.97% | 0.58% | - |
| HSV(B) | 53.68º | 0.83% | 0.99% | - |
| XYZ | 68.88 | 77.46 | 13.61 | - |
| YUV | 215.26 | 30.79 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 43 | 0 | 0.09 | 0.83 | 0.01 | 53.68 | 0.97 | 0.58 |
| Hex | FC | E6 | 2B | 0 | 9 | 53 | 1 | 36 | 61 | 3A |
| Octal | 374 | 346 | 53 | 0 | 11 | 123 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11100110 | 101011 | 0 | 1001 | 1010011 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE62B
Complementary color
Monochromatic Colors of #FCE62B
Black with #FCE62B
Text Example
Text Example
White with #FCE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE62B; }
p { color: rgb(252,230,43); }
H1.HeaderClassName
{
color: #FCE62B;
}
.AnyTagClassName
{
color: #FCE62B;
}
</style>
background-color css
<style>
a { background-color: #FCE62B; }
a { background-color: rgb(252,230,43); }
div.DivClassName
{
background-color: #FCE62B;
}
.BgClassName
{
background-color: #FCE62B;
}
</style>
border-color css
<style>
span { border-color: #FCE62B; }
span { border-color: rgb(252,230,43); }
td.TdClassName
{
border-color: #FCE62B;
}
.TagClassName
{
border-color: #FCE62B;
}
</style>