Shades of Witch Haze #FCF17E
Tints of Witch Haze #FCF17E
RGB
CMYK
RGB Variations
Color information
#FCF17E (or 0xFCF17E) is known color: Witch Haze. HEX triplet: FC, F1 and 7E. RGB value is (252,241,126). Sum of RGB (Red+Green+Blue) = 252+241+126=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 126 (49.61% from 255 or 20.36% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF17E is #030E81. Grayscale: #E7E7E7. Windows color (decimal): -200322 or 8319484. OLE color: 8319484.
HSL color Cylindrical-coordinate representation of color #FCF17E: hue angle of 54.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCF17E is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 126 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.01 |
| HSL | 54.76º | 0.95% | 0.74% | - |
| HSV(B) | 54.76º | 0.5% | 0.99% | - |
| XYZ | 75.37 | 85.11 | 32.19 | - |
| YUV | 231.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 126 | 0 | 0.04 | 0.5 | 0.01 | 54.76 | 0.95 | 0.74 |
| Hex | FC | F1 | 7E | 0 | 4 | 32 | 1 | 37 | 5F | 4A |
| Octal | 374 | 361 | 176 | 0 | 4 | 62 | 1 | 67 | 137 | 112 |
| Binary | 11111100 | 11110001 | 1111110 | 0 | 100 | 110010 | 1 | 110111 | 1011111 | 1001010 |
Color Harmonies of #FCF17E
Complementary color
Monochromatic Colors of #FCF17E
Black with #FCF17E
Text Example
Text Example
White with #FCF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF17E; }
p { color: rgb(252,241,126); }
H1.HeaderClassName
{
color: #FCF17E;
}
.AnyTagClassName
{
color: #FCF17E;
}
</style>
background-color css
<style>
a { background-color: #FCF17E; }
a { background-color: rgb(252,241,126); }
div.DivClassName
{
background-color: #FCF17E;
}
.BgClassName
{
background-color: #FCF17E;
}
</style>
border-color css
<style>
span { border-color: #FCF17E; }
span { border-color: rgb(252,241,126); }
td.TdClassName
{
border-color: #FCF17E;
}
.TagClassName
{
border-color: #FCF17E;
}
</style>