Shades of Witch Haze #FFFC7E
Tints of Witch Haze #FFFC7E
RGB
CMYK
RGB Variations
Color information
#FFFC7E (or 0xFFFC7E) is known color: Witch Haze. HEX triplet: FF, FC and 7E. RGB value is (255,252,126). Sum of RGB (Red+Green+Blue) = 255+252+126=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 126 (49.61% from 255 or 19.91% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7E is #000381. Grayscale: #EFEFEF. Windows color (decimal): -898 or 8322303. OLE color: 8322303.
HSL color Cylindrical-coordinate representation of color #FFFC7E: hue angle of 58.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFFC7E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 126 | - |
| CMYK | 0 | 0.01 | 0.51 | 0 |
| HSL | 58.6º | 1% | 0.75% | - |
| HSV(B) | 58.6º | 0.51% | 1% | - |
| XYZ | 79.82 | 92.39 | 33.36 | - |
| YUV | 238.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 126 | 0 | 0.01 | 0.51 | 0 | 58.6 | 1 | 0.75 |
| Hex | FF | FC | 7E | 0 | 1 | 33 | 0 | 3B | 64 | 4B |
| Octal | 377 | 374 | 176 | 0 | 1 | 63 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111100 | 1111110 | 0 | 1 | 110011 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFC7E
Complementary color
Monochromatic Colors of #FFFC7E
Black with #FFFC7E
Text Example
Text Example
White with #FFFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC7E; }
p { color: rgb(255,252,126); }
H1.HeaderClassName
{
color: #FFFC7E;
}
.AnyTagClassName
{
color: #FFFC7E;
}
</style>
background-color css
<style>
a { background-color: #FFFC7E; }
a { background-color: rgb(255,252,126); }
div.DivClassName
{
background-color: #FFFC7E;
}
.BgClassName
{
background-color: #FFFC7E;
}
</style>
border-color css
<style>
span { border-color: #FFFC7E; }
span { border-color: rgb(255,252,126); }
td.TdClassName
{
border-color: #FFFC7E;
}
.TagClassName
{
border-color: #FFFC7E;
}
</style>