Shades of Gorse #FCEE3C
Tints of Gorse #FCEE3C
RGB
CMYK
RGB Variations
Color information
#FCEE3C (or 0xFCEE3C) is known color: Gorse. HEX triplet: FC, EE and 3C. RGB value is (252,238,60). Sum of RGB (Red+Green+Blue) = 252+238+60=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 60 (23.83% from 255 or 10.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE3C is #0311C3. Grayscale: #DEDEDE. Windows color (decimal): -201156 or 3993340. OLE color: 3993340.
HSL color Cylindrical-coordinate representation of color #FCEE3C: hue angle of 55.62º 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 #FCEE3C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 60 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.01 |
| HSL | 55.63º | 0.97% | 0.61% | - |
| HSV(B) | 55.63º | 0.76% | 0.99% | - |
| XYZ | 71.54 | 82.17 | 16.37 | - |
| YUV | 221.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 60 | 0 | 0.06 | 0.76 | 0.01 | 55.63 | 0.97 | 0.61 |
| Hex | FC | EE | 3C | 0 | 6 | 4C | 1 | 38 | 61 | 3D |
| Octal | 374 | 356 | 74 | 0 | 6 | 114 | 1 | 70 | 141 | 75 |
| Binary | 11111100 | 11101110 | 111100 | 0 | 110 | 1001100 | 1 | 111000 | 1100001 | 111101 |
Color Harmonies of #FCEE3C
Complementary color
Monochromatic Colors of #FCEE3C
Black with #FCEE3C
Text Example
Text Example
White with #FCEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE3C; }
p { color: rgb(252,238,60); }
H1.HeaderClassName
{
color: #FCEE3C;
}
.AnyTagClassName
{
color: #FCEE3C;
}
</style>
background-color css
<style>
a { background-color: #FCEE3C; }
a { background-color: rgb(252,238,60); }
div.DivClassName
{
background-color: #FCEE3C;
}
.BgClassName
{
background-color: #FCEE3C;
}
</style>
border-color css
<style>
span { border-color: #FCEE3C; }
span { border-color: rgb(252,238,60); }
td.TdClassName
{
border-color: #FCEE3C;
}
.TagClassName
{
border-color: #FCEE3C;
}
</style>