Shades of Gorse #FCE83B
Tints of Gorse #FCE83B
RGB
CMYK
RGB Variations
Color information
#FCE83B (or 0xFCE83B) is known color: Gorse. HEX triplet: FC, E8 and 3B. RGB value is (252,232,59). Sum of RGB (Red+Green+Blue) = 252+232+59=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 59 (23.44% from 255 or 10.87% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE83B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE83B is #0317C4. Grayscale: #DADADA. Windows color (decimal): -202693 or 3926268. OLE color: 3926268.
HSL color Cylindrical-coordinate representation of color #FCE83B: hue angle of 53.78º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCE83B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 59 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.01 |
| HSL | 53.78º | 0.97% | 0.61% | - |
| HSV(B) | 53.78º | 0.77% | 0.99% | - |
| XYZ | 69.79 | 78.72 | 15.65 | - |
| YUV | 218.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 59 | 0 | 0.08 | 0.77 | 0.01 | 53.78 | 0.97 | 0.61 |
| Hex | FC | E8 | 3B | 0 | 8 | 4D | 1 | 36 | 61 | 3D |
| Octal | 374 | 350 | 73 | 0 | 10 | 115 | 1 | 66 | 141 | 75 |
| Binary | 11111100 | 11101000 | 111011 | 0 | 1000 | 1001101 | 1 | 110110 | 1100001 | 111101 |
Color Harmonies of #FCE83B
Complementary color
Monochromatic Colors of #FCE83B
Black with #FCE83B
Text Example
Text Example
White with #FCE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE83B; }
p { color: rgb(252,232,59); }
H1.HeaderClassName
{
color: #FCE83B;
}
.AnyTagClassName
{
color: #FCE83B;
}
</style>
background-color css
<style>
a { background-color: #FCE83B; }
a { background-color: rgb(252,232,59); }
div.DivClassName
{
background-color: #FCE83B;
}
.BgClassName
{
background-color: #FCE83B;
}
</style>
border-color css
<style>
span { border-color: #FCE83B; }
span { border-color: rgb(252,232,59); }
td.TdClassName
{
border-color: #FCE83B;
}
.TagClassName
{
border-color: #FCE83B;
}
</style>