Shades of Gorse #FCE32F
Tints of Gorse #FCE32F
RGB
CMYK
RGB Variations
Color information
#FCE32F (or 0xFCE32F) is known color: Gorse. HEX triplet: FC, E3 and 2F. RGB value is (252,227,47). Sum of RGB (Red+Green+Blue) = 252+227+47=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 47 (18.75% from 255 or 8.94% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE32F is #031CD0. Grayscale: #D6D6D6. Windows color (decimal): -203985 or 3138556. OLE color: 3138556.
HSL color Cylindrical-coordinate representation of color #FCE32F: hue angle of 52.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCE32F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.01 |
| HSL | 52.68º | 0.97% | 0.59% | - |
| HSV(B) | 52.68º | 0.81% | 0.99% | - |
| XYZ | 68.13 | 75.84 | 13.74 | - |
| YUV | 213.96 | 33.78 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 47 | 0 | 0.10 | 0.81 | 0.01 | 52.68 | 0.97 | 0.59 |
| Hex | FC | E3 | 2F | 0 | A | 51 | 1 | 35 | 61 | 3B |
| Octal | 374 | 343 | 57 | 0 | 12 | 121 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100011 | 101111 | 0 | 1010 | 1010001 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE32F
Complementary color
Monochromatic Colors of #FCE32F
Black with #FCE32F
Text Example
Text Example
White with #FCE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE32F; }
p { color: rgb(252,227,47); }
H1.HeaderClassName
{
color: #FCE32F;
}
.AnyTagClassName
{
color: #FCE32F;
}
</style>
background-color css
<style>
a { background-color: #FCE32F; }
a { background-color: rgb(252,227,47); }
div.DivClassName
{
background-color: #FCE32F;
}
.BgClassName
{
background-color: #FCE32F;
}
</style>
border-color css
<style>
span { border-color: #FCE32F; }
span { border-color: rgb(252,227,47); }
td.TdClassName
{
border-color: #FCE32F;
}
.TagClassName
{
border-color: #FCE32F;
}
</style>