Shades of Gorse #FCEE40
Tints of Gorse #FCEE40
RGB
CMYK
RGB Variations
Color information
#FCEE40 (or 0xFCEE40) is known color: Gorse. HEX triplet: FC, EE and 40. RGB value is (252,238,64). Sum of RGB (Red+Green+Blue) = 252+238+64=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE40 is #0311BF. Grayscale: #DFDFDF. Windows color (decimal): -201152 or 4255484. OLE color: 4255484.
HSL color Cylindrical-coordinate representation of color #FCEE40: hue angle of 55.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCEE40 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 64 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.01 |
| HSL | 55.53º | 0.97% | 0.62% | - |
| HSV(B) | 55.53º | 0.75% | 0.99% | - |
| XYZ | 71.64 | 82.21 | 16.94 | - |
| YUV | 222.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 64 | 0 | 0.06 | 0.75 | 0.01 | 55.53 | 0.97 | 0.62 |
| Hex | FC | EE | 40 | 0 | 6 | 4B | 1 | 38 | 61 | 3E |
| Octal | 374 | 356 | 100 | 0 | 6 | 113 | 1 | 70 | 141 | 76 |
| Binary | 11111100 | 11101110 | 1000000 | 0 | 110 | 1001011 | 1 | 111000 | 1100001 | 111110 |
Color Harmonies of #FCEE40
Complementary color
Monochromatic Colors of #FCEE40
Black with #FCEE40
Text Example
Text Example
White with #FCEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE40; }
p { color: rgb(252,238,64); }
H1.HeaderClassName
{
color: #FCEE40;
}
.AnyTagClassName
{
color: #FCEE40;
}
</style>
background-color css
<style>
a { background-color: #FCEE40; }
a { background-color: rgb(252,238,64); }
div.DivClassName
{
background-color: #FCEE40;
}
.BgClassName
{
background-color: #FCEE40;
}
</style>
border-color css
<style>
span { border-color: #FCEE40; }
span { border-color: rgb(252,238,64); }
td.TdClassName
{
border-color: #FCEE40;
}
.TagClassName
{
border-color: #FCEE40;
}
</style>