Shades of Witch Haze #FCEA7A
Tints of Witch Haze #FCEA7A
RGB
CMYK
RGB Variations
Color information
#FCEA7A (or 0xFCEA7A) is known color: Witch Haze. HEX triplet: FC, EA and 7A. RGB value is (252,234,122). Sum of RGB (Red+Green+Blue) = 252+234+122=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 122 (48.05% from 255 or 20.07% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7A is #031585. Grayscale: #E3E3E3. Windows color (decimal): -202118 or 8055548. OLE color: 8055548.
HSL color Cylindrical-coordinate representation of color #FCEA7A: hue angle of 51.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCEA7A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 122 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.01 |
| HSL | 51.69º | 0.96% | 0.73% | - |
| HSV(B) | 51.69º | 0.52% | 0.99% | - |
| XYZ | 73.08 | 80.95 | 30.18 | - |
| YUV | 226.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 122 | 0 | 0.07 | 0.52 | 0.01 | 51.69 | 0.96 | 0.73 |
| Hex | FC | EA | 7A | 0 | 7 | 34 | 1 | 34 | 60 | 49 |
| Octal | 374 | 352 | 172 | 0 | 7 | 64 | 1 | 64 | 140 | 111 |
| Binary | 11111100 | 11101010 | 1111010 | 0 | 111 | 110100 | 1 | 110100 | 1100000 | 1001001 |
Color Harmonies of #FCEA7A
Complementary color
Monochromatic Colors of #FCEA7A
Black with #FCEA7A
Text Example
Text Example
White with #FCEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA7A; }
p { color: rgb(252,234,122); }
H1.HeaderClassName
{
color: #FCEA7A;
}
.AnyTagClassName
{
color: #FCEA7A;
}
</style>
background-color css
<style>
a { background-color: #FCEA7A; }
a { background-color: rgb(252,234,122); }
div.DivClassName
{
background-color: #FCEA7A;
}
.BgClassName
{
background-color: #FCEA7A;
}
</style>
border-color css
<style>
span { border-color: #FCEA7A; }
span { border-color: rgb(252,234,122); }
td.TdClassName
{
border-color: #FCEA7A;
}
.TagClassName
{
border-color: #FCEA7A;
}
</style>