Shades of Witch Haze #FCEE6A
Tints of Witch Haze #FCEE6A
RGB
CMYK
RGB Variations
Color information
#FCEE6A (or 0xFCEE6A) is known color: Witch Haze. HEX triplet: FC, EE and 6A. RGB value is (252,238,106). Sum of RGB (Red+Green+Blue) = 252+238+106=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 106 (41.80% from 255 or 17.79% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE6A is #031195. Grayscale: #E3E3E3. Windows color (decimal): -201110 or 7007996. OLE color: 7007996.
HSL color Cylindrical-coordinate representation of color #FCEE6A: hue angle of 54.25º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCEE6A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 106 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.01 |
| HSL | 54.25º | 0.96% | 0.7% | - |
| HSV(B) | 54.25º | 0.58% | 0.99% | - |
| XYZ | 73.32 | 82.89 | 25.77 | - |
| YUV | 227.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 106 | 0 | 0.06 | 0.58 | 0.01 | 54.25 | 0.96 | 0.7 |
| Hex | FC | EE | 6A | 0 | 6 | 3A | 1 | 36 | 60 | 46 |
| Octal | 374 | 356 | 152 | 0 | 6 | 72 | 1 | 66 | 140 | 106 |
| Binary | 11111100 | 11101110 | 1101010 | 0 | 110 | 111010 | 1 | 110110 | 1100000 | 1000110 |
Color Harmonies of #FCEE6A
Complementary color
Monochromatic Colors of #FCEE6A
Black with #FCEE6A
Text Example
Text Example
White with #FCEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE6A; }
p { color: rgb(252,238,106); }
H1.HeaderClassName
{
color: #FCEE6A;
}
.AnyTagClassName
{
color: #FCEE6A;
}
</style>
background-color css
<style>
a { background-color: #FCEE6A; }
a { background-color: rgb(252,238,106); }
div.DivClassName
{
background-color: #FCEE6A;
}
.BgClassName
{
background-color: #FCEE6A;
}
</style>
border-color css
<style>
span { border-color: #FCEE6A; }
span { border-color: rgb(252,238,106); }
td.TdClassName
{
border-color: #FCEE6A;
}
.TagClassName
{
border-color: #FCEE6A;
}
</style>