Shades of Witch Haze #FCEE6E
Tints of Witch Haze #FCEE6E
RGB
CMYK
RGB Variations
Color information
#FCEE6E (or 0xFCEE6E) is known color: Witch Haze. HEX triplet: FC, EE and 6E. RGB value is (252,238,110). Sum of RGB (Red+Green+Blue) = 252+238+110=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 110 (43.36% from 255 or 18.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE6E is #031191. Grayscale: #E4E4E4. Windows color (decimal): -201106 or 7270140. OLE color: 7270140.
HSL color Cylindrical-coordinate representation of color #FCEE6E: hue angle of 54.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCEE6E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 110 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.01 |
| HSL | 54.08º | 0.96% | 0.71% | - |
| HSV(B) | 54.08º | 0.56% | 0.99% | - |
| XYZ | 73.53 | 82.97 | 26.89 | - |
| YUV | 227.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 110 | 0 | 0.06 | 0.56 | 0.01 | 54.08 | 0.96 | 0.71 |
| Hex | FC | EE | 6E | 0 | 6 | 38 | 1 | 36 | 60 | 47 |
| Octal | 374 | 356 | 156 | 0 | 6 | 70 | 1 | 66 | 140 | 107 |
| Binary | 11111100 | 11101110 | 1101110 | 0 | 110 | 111000 | 1 | 110110 | 1100000 | 1000111 |
Color Harmonies of #FCEE6E
Complementary color
Monochromatic Colors of #FCEE6E
Black with #FCEE6E
Text Example
Text Example
White with #FCEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE6E; }
p { color: rgb(252,238,110); }
H1.HeaderClassName
{
color: #FCEE6E;
}
.AnyTagClassName
{
color: #FCEE6E;
}
</style>
background-color css
<style>
a { background-color: #FCEE6E; }
a { background-color: rgb(252,238,110); }
div.DivClassName
{
background-color: #FCEE6E;
}
.BgClassName
{
background-color: #FCEE6E;
}
</style>
border-color css
<style>
span { border-color: #FCEE6E; }
span { border-color: rgb(252,238,110); }
td.TdClassName
{
border-color: #FCEE6E;
}
.TagClassName
{
border-color: #FCEE6E;
}
</style>