Shades of Witch Haze #FCFA7B
Tints of Witch Haze #FCFA7B
RGB
CMYK
RGB Variations
Color information
#FCFA7B (or 0xFCFA7B) is known color: Witch Haze. HEX triplet: FC, FA and 7B. RGB value is (252,250,123). Sum of RGB (Red+Green+Blue) = 252+250+123=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 123 (48.44% from 255 or 19.68% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA7B is #030584. Grayscale: #ECECEC. Windows color (decimal): -198021 or 8125180. OLE color: 8125180.
HSL color Cylindrical-coordinate representation of color #FCFA7B: hue angle of 59.07º 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 #FCFA7B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 123 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.01 |
| HSL | 59.07º | 0.96% | 0.74% | - |
| HSV(B) | 59.07º | 0.51% | 0.99% | - |
| XYZ | 77.91 | 90.5 | 32.1 | - |
| YUV | 236.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 123 | 0 | 0.01 | 0.51 | 0.01 | 59.07 | 0.96 | 0.74 |
| Hex | FC | FA | 7B | 0 | 1 | 33 | 1 | 3B | 60 | 4A |
| Octal | 374 | 372 | 173 | 0 | 1 | 63 | 1 | 73 | 140 | 112 |
| Binary | 11111100 | 11111010 | 1111011 | 0 | 1 | 110011 | 1 | 111011 | 1100000 | 1001010 |
Color Harmonies of #FCFA7B
Complementary color
Monochromatic Colors of #FCFA7B
Black with #FCFA7B
Text Example
Text Example
White with #FCFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA7B; }
p { color: rgb(252,250,123); }
H1.HeaderClassName
{
color: #FCFA7B;
}
.AnyTagClassName
{
color: #FCFA7B;
}
</style>
background-color css
<style>
a { background-color: #FCFA7B; }
a { background-color: rgb(252,250,123); }
div.DivClassName
{
background-color: #FCFA7B;
}
.BgClassName
{
background-color: #FCFA7B;
}
</style>
border-color css
<style>
span { border-color: #FCFA7B; }
span { border-color: rgb(252,250,123); }
td.TdClassName
{
border-color: #FCFA7B;
}
.TagClassName
{
border-color: #FCFA7B;
}
</style>