Shades of Witch Haze #FCEB7B
Tints of Witch Haze #FCEB7B
RGB
CMYK
RGB Variations
Color information
#FCEB7B (or 0xFCEB7B) is known color: Witch Haze. HEX triplet: FC, EB and 7B. RGB value is (252,235,123). Sum of RGB (Red+Green+Blue) = 252+235+123=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB7B is #031484. Grayscale: #E3E3E3. Windows color (decimal): -201861 or 8121340. OLE color: 8121340.
HSL color Cylindrical-coordinate representation of color #FCEB7B: hue angle of 52.09º 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 #FCEB7B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 123 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.01 |
| HSL | 52.09º | 0.96% | 0.74% | - |
| HSV(B) | 52.09º | 0.51% | 0.99% | - |
| XYZ | 73.43 | 81.54 | 30.61 | - |
| YUV | 227.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 123 | 0 | 0.07 | 0.51 | 0.01 | 52.09 | 0.96 | 0.74 |
| Hex | FC | EB | 7B | 0 | 7 | 33 | 1 | 34 | 60 | 4A |
| Octal | 374 | 353 | 173 | 0 | 7 | 63 | 1 | 64 | 140 | 112 |
| Binary | 11111100 | 11101011 | 1111011 | 0 | 111 | 110011 | 1 | 110100 | 1100000 | 1001010 |
Color Harmonies of #FCEB7B
Complementary color
Monochromatic Colors of #FCEB7B
Black with #FCEB7B
Text Example
Text Example
White with #FCEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB7B; }
p { color: rgb(252,235,123); }
H1.HeaderClassName
{
color: #FCEB7B;
}
.AnyTagClassName
{
color: #FCEB7B;
}
</style>
background-color css
<style>
a { background-color: #FCEB7B; }
a { background-color: rgb(252,235,123); }
div.DivClassName
{
background-color: #FCEB7B;
}
.BgClassName
{
background-color: #FCEB7B;
}
</style>
border-color css
<style>
span { border-color: #FCEB7B; }
span { border-color: rgb(252,235,123); }
td.TdClassName
{
border-color: #FCEB7B;
}
.TagClassName
{
border-color: #FCEB7B;
}
</style>