Shades of Witch Haze #FCF77B
Tints of Witch Haze #FCF77B
RGB
CMYK
RGB Variations
Color information
#FCF77B (or 0xFCF77B) is known color: Witch Haze. HEX triplet: FC, F7 and 7B. RGB value is (252,247,123). Sum of RGB (Red+Green+Blue) = 252+247+123=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 123 (48.44% from 255 or 19.77% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF77B is #030884. Grayscale: #EAEAEA. Windows color (decimal): -198789 or 8124412. OLE color: 8124412.
HSL color Cylindrical-coordinate representation of color #FCF77B: hue angle of 57.67º 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 #FCF77B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 57.67º | 0.96% | 0.74% | - |
| HSV(B) | 57.67º | 0.51% | 0.99% | - |
| XYZ | 76.98 | 88.65 | 31.79 | - |
| YUV | 234.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 123 | 0 | 0.02 | 0.51 | 0.01 | 57.67 | 0.96 | 0.74 |
| Hex | FC | F7 | 7B | 0 | 2 | 33 | 1 | 3A | 60 | 4A |
| Octal | 374 | 367 | 173 | 0 | 2 | 63 | 1 | 72 | 140 | 112 |
| Binary | 11111100 | 11110111 | 1111011 | 0 | 10 | 110011 | 1 | 111010 | 1100000 | 1001010 |
Color Harmonies of #FCF77B
Complementary color
Monochromatic Colors of #FCF77B
Black with #FCF77B
Text Example
Text Example
White with #FCF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF77B; }
p { color: rgb(252,247,123); }
H1.HeaderClassName
{
color: #FCF77B;
}
.AnyTagClassName
{
color: #FCF77B;
}
</style>
background-color css
<style>
a { background-color: #FCF77B; }
a { background-color: rgb(252,247,123); }
div.DivClassName
{
background-color: #FCF77B;
}
.BgClassName
{
background-color: #FCF77B;
}
</style>
border-color css
<style>
span { border-color: #FCF77B; }
span { border-color: rgb(252,247,123); }
td.TdClassName
{
border-color: #FCF77B;
}
.TagClassName
{
border-color: #FCF77B;
}
</style>