Shades of Witch Haze #FFFC7F
Tints of Witch Haze #FFFC7F
RGB
CMYK
RGB Variations
Color information
#FFFC7F (or 0xFFFC7F) is known color: Witch Haze. HEX triplet: FF, FC and 7F. RGB value is (255,252,127). Sum of RGB (Red+Green+Blue) = 255+252+127=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 127 (50% from 255 or 20.03% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7F is #000380. Grayscale: #EFEFEF. Windows color (decimal): -897 or 8387839. OLE color: 8387839.
HSL color Cylindrical-coordinate representation of color #FFFC7F: hue angle of 58.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFC7F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 127 | - |
| CMYK | 0 | 0.01 | 0.50 | 0 |
| HSL | 58.59º | 1% | 0.75% | - |
| HSV(B) | 58.59º | 0.5% | 1% | - |
| XYZ | 79.88 | 92.41 | 33.71 | - |
| YUV | 238.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 127 | 0 | 0.01 | 0.50 | 0 | 58.59 | 1 | 0.75 |
| Hex | FF | FC | 7F | 0 | 1 | 32 | 0 | 3B | 64 | 4B |
| Octal | 377 | 374 | 177 | 0 | 1 | 62 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111100 | 1111111 | 0 | 1 | 110010 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFC7F
Complementary color
Monochromatic Colors of #FFFC7F
Black with #FFFC7F
Text Example
Text Example
White with #FFFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC7F; }
p { color: rgb(255,252,127); }
H1.HeaderClassName
{
color: #FFFC7F;
}
.AnyTagClassName
{
color: #FFFC7F;
}
</style>
background-color css
<style>
a { background-color: #FFFC7F; }
a { background-color: rgb(255,252,127); }
div.DivClassName
{
background-color: #FFFC7F;
}
.BgClassName
{
background-color: #FFFC7F;
}
</style>
border-color css
<style>
span { border-color: #FFFC7F; }
span { border-color: rgb(255,252,127); }
td.TdClassName
{
border-color: #FFFC7F;
}
.TagClassName
{
border-color: #FFFC7F;
}
</style>