Shades of Witch Haze #FCEA7B
Tints of Witch Haze #FCEA7B
RGB
CMYK
RGB Variations
Color information
#FCEA7B (or 0xFCEA7B) is known color: Witch Haze. HEX triplet: FC, EA and 7B. RGB value is (252,234,123). Sum of RGB (Red+Green+Blue) = 252+234+123=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 123 (48.44% from 255 or 20.20% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7B is #031584. Grayscale: #E3E3E3. Windows color (decimal): -202117 or 8121084. OLE color: 8121084.
HSL color Cylindrical-coordinate representation of color #FCEA7B: hue angle of 51.63º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCEA7B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 123 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.01 |
| HSL | 51.63º | 0.96% | 0.74% | - |
| HSV(B) | 51.63º | 0.51% | 0.99% | - |
| XYZ | 73.14 | 80.97 | 30.51 | - |
| YUV | 226.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 123 | 0 | 0.07 | 0.51 | 0.01 | 51.63 | 0.96 | 0.74 |
| Hex | FC | EA | 7B | 0 | 7 | 33 | 1 | 34 | 60 | 4A |
| Octal | 374 | 352 | 173 | 0 | 7 | 63 | 1 | 64 | 140 | 112 |
| Binary | 11111100 | 11101010 | 1111011 | 0 | 111 | 110011 | 1 | 110100 | 1100000 | 1001010 |
Color Harmonies of #FCEA7B
Complementary color
Monochromatic Colors of #FCEA7B
Black with #FCEA7B
Text Example
Text Example
White with #FCEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA7B; }
p { color: rgb(252,234,123); }
H1.HeaderClassName
{
color: #FCEA7B;
}
.AnyTagClassName
{
color: #FCEA7B;
}
</style>
background-color css
<style>
a { background-color: #FCEA7B; }
a { background-color: rgb(252,234,123); }
div.DivClassName
{
background-color: #FCEA7B;
}
.BgClassName
{
background-color: #FCEA7B;
}
</style>
border-color css
<style>
span { border-color: #FCEA7B; }
span { border-color: rgb(252,234,123); }
td.TdClassName
{
border-color: #FCEA7B;
}
.TagClassName
{
border-color: #FCEA7B;
}
</style>