Shades of Gorse #FCE33D
Tints of Gorse #FCE33D
RGB
CMYK
RGB Variations
Color information
#FCE33D (or 0xFCE33D) is known color: Gorse. HEX triplet: FC, E3 and 3D. RGB value is (252,227,61). Sum of RGB (Red+Green+Blue) = 252+227+61=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 61 (24.22% from 255 or 11.30% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE33D is #031CC2. Grayscale: #D8D8D8. Windows color (decimal): -203971 or 4056060. OLE color: 4056060.
HSL color Cylindrical-coordinate representation of color #FCE33D: hue angle of 52.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCE33D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 61 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.01 |
| HSL | 52.15º | 0.97% | 0.61% | - |
| HSV(B) | 52.15º | 0.76% | 0.99% | - |
| XYZ | 68.46 | 75.97 | 15.47 | - |
| YUV | 215.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 61 | 0 | 0.10 | 0.76 | 0.01 | 52.15 | 0.97 | 0.61 |
| Hex | FC | E3 | 3D | 0 | A | 4C | 1 | 34 | 61 | 3D |
| Octal | 374 | 343 | 75 | 0 | 12 | 114 | 1 | 64 | 141 | 75 |
| Binary | 11111100 | 11100011 | 111101 | 0 | 1010 | 1001100 | 1 | 110100 | 1100001 | 111101 |
Color Harmonies of #FCE33D
Complementary color
Monochromatic Colors of #FCE33D
Black with #FCE33D
Text Example
Text Example
White with #FCE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE33D; }
p { color: rgb(252,227,61); }
H1.HeaderClassName
{
color: #FCE33D;
}
.AnyTagClassName
{
color: #FCE33D;
}
</style>
background-color css
<style>
a { background-color: #FCE33D; }
a { background-color: rgb(252,227,61); }
div.DivClassName
{
background-color: #FCE33D;
}
.BgClassName
{
background-color: #FCE33D;
}
</style>
border-color css
<style>
span { border-color: #FCE33D; }
span { border-color: rgb(252,227,61); }
td.TdClassName
{
border-color: #FCE33D;
}
.TagClassName
{
border-color: #FCE33D;
}
</style>