Shades of Gorse #FCE432
Tints of Gorse #FCE432
RGB
CMYK
RGB Variations
Color information
#FCE432 (or 0xFCE432) is known color: Gorse. HEX triplet: FC, E4 and 32. RGB value is (252,228,50). Sum of RGB (Red+Green+Blue) = 252+228+50=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE432 is #031BCD. Grayscale: #D7D7D7. Windows color (decimal): -203726 or 3335420. OLE color: 3335420.
HSL color Cylindrical-coordinate representation of color #FCE432: hue angle of 52.87º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCE432 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.01 |
| HSL | 52.87º | 0.97% | 0.59% | - |
| HSV(B) | 52.87º | 0.8% | 0.99% | - |
| XYZ | 68.46 | 76.41 | 14.16 | - |
| YUV | 214.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 50 | 0 | 0.10 | 0.80 | 0.01 | 52.87 | 0.97 | 0.59 |
| Hex | FC | E4 | 32 | 0 | A | 50 | 1 | 35 | 61 | 3B |
| Octal | 374 | 344 | 62 | 0 | 12 | 120 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100100 | 110010 | 0 | 1010 | 1010000 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE432
Complementary color
Monochromatic Colors of #FCE432
Black with #FCE432
Text Example
Text Example
White with #FCE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE432; }
p { color: rgb(252,228,50); }
H1.HeaderClassName
{
color: #FCE432;
}
.AnyTagClassName
{
color: #FCE432;
}
</style>
background-color css
<style>
a { background-color: #FCE432; }
a { background-color: rgb(252,228,50); }
div.DivClassName
{
background-color: #FCE432;
}
.BgClassName
{
background-color: #FCE432;
}
</style>
border-color css
<style>
span { border-color: #FCE432; }
span { border-color: rgb(252,228,50); }
td.TdClassName
{
border-color: #FCE432;
}
.TagClassName
{
border-color: #FCE432;
}
</style>