Shades of Gorse #FCEE32
Tints of Gorse #FCEE32
RGB
CMYK
RGB Variations
Color information
#FCEE32 (or 0xFCEE32) is known color: Gorse. HEX triplet: FC, EE and 32. RGB value is (252,238,50). Sum of RGB (Red+Green+Blue) = 252+238+50=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE32 is #0311CD. Grayscale: #DDDDDD. Windows color (decimal): -201166 or 3337980. OLE color: 3337980.
HSL color Cylindrical-coordinate representation of color #FCEE32: hue angle of 55.84º 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 #FCEE32 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.01 |
| HSL | 55.84º | 0.97% | 0.59% | - |
| HSV(B) | 55.84º | 0.8% | 0.99% | - |
| XYZ | 71.3 | 82.07 | 15.1 | - |
| YUV | 220.75 | 31.64 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 50 | 0 | 0.06 | 0.80 | 0.01 | 55.84 | 0.97 | 0.59 |
| Hex | FC | EE | 32 | 0 | 6 | 50 | 1 | 38 | 61 | 3B |
| Octal | 374 | 356 | 62 | 0 | 6 | 120 | 1 | 70 | 141 | 73 |
| Binary | 11111100 | 11101110 | 110010 | 0 | 110 | 1010000 | 1 | 111000 | 1100001 | 111011 |
Color Harmonies of #FCEE32
Complementary color
Monochromatic Colors of #FCEE32
Black with #FCEE32
Text Example
Text Example
White with #FCEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE32; }
p { color: rgb(252,238,50); }
H1.HeaderClassName
{
color: #FCEE32;
}
.AnyTagClassName
{
color: #FCEE32;
}
</style>
background-color css
<style>
a { background-color: #FCEE32; }
a { background-color: rgb(252,238,50); }
div.DivClassName
{
background-color: #FCEE32;
}
.BgClassName
{
background-color: #FCEE32;
}
</style>
border-color css
<style>
span { border-color: #FCEE32; }
span { border-color: rgb(252,238,50); }
td.TdClassName
{
border-color: #FCEE32;
}
.TagClassName
{
border-color: #FCEE32;
}
</style>