Shades of Gorse #FCE338
Tints of Gorse #FCE338
RGB
CMYK
RGB Variations
Color information
#FCE338 (or 0xFCE338) is known color: Gorse. HEX triplet: FC, E3 and 38. RGB value is (252,227,56). Sum of RGB (Red+Green+Blue) = 252+227+56=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 56 (22.27% from 255 or 10.47% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE338 is #031CC7. Grayscale: #D7D7D7. Windows color (decimal): -203976 or 3728380. OLE color: 3728380.
HSL color Cylindrical-coordinate representation of color #FCE338: hue angle of 52.35º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCE338 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 56 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.01 |
| HSL | 52.35º | 0.97% | 0.6% | - |
| HSV(B) | 52.35º | 0.78% | 0.99% | - |
| XYZ | 68.33 | 75.92 | 14.79 | - |
| YUV | 214.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 56 | 0 | 0.10 | 0.78 | 0.01 | 52.35 | 0.97 | 0.6 |
| Hex | FC | E3 | 38 | 0 | A | 4E | 1 | 34 | 61 | 3C |
| Octal | 374 | 343 | 70 | 0 | 12 | 116 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100011 | 111000 | 0 | 1010 | 1001110 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE338
Complementary color
Monochromatic Colors of #FCE338
Black with #FCE338
Text Example
Text Example
White with #FCE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE338; }
p { color: rgb(252,227,56); }
H1.HeaderClassName
{
color: #FCE338;
}
.AnyTagClassName
{
color: #FCE338;
}
</style>
background-color css
<style>
a { background-color: #FCE338; }
a { background-color: rgb(252,227,56); }
div.DivClassName
{
background-color: #FCE338;
}
.BgClassName
{
background-color: #FCE338;
}
</style>
border-color css
<style>
span { border-color: #FCE338; }
span { border-color: rgb(252,227,56); }
td.TdClassName
{
border-color: #FCE338;
}
.TagClassName
{
border-color: #FCE338;
}
</style>