Shades of Witch Haze #FFFC7D
Tints of Witch Haze #FFFC7D
RGB
CMYK
RGB Variations
Color information
#FFFC7D (or 0xFFFC7D) is known color: Witch Haze. HEX triplet: FF, FC and 7D. RGB value is (255,252,125). Sum of RGB (Red+Green+Blue) = 255+252+125=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 125 (49.22% from 255 or 19.78% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7D is #000382. Grayscale: #EEEEEE. Windows color (decimal): -899 or 8256767. OLE color: 8256767.
HSL color Cylindrical-coordinate representation of color #FFFC7D: hue angle of 58.62º 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 #FFFC7D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 125 | - |
| CMYK | 0 | 0.01 | 0.51 | 0 |
| HSL | 58.62º | 1% | 0.75% | - |
| HSV(B) | 58.62º | 0.51% | 1% | - |
| XYZ | 79.75 | 92.36 | 33.03 | - |
| YUV | 238.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 125 | 0 | 0.01 | 0.51 | 0 | 58.62 | 1 | 0.75 |
| Hex | FF | FC | 7D | 0 | 1 | 33 | 0 | 3B | 64 | 4B |
| Octal | 377 | 374 | 175 | 0 | 1 | 63 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111100 | 1111101 | 0 | 1 | 110011 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFC7D
Complementary color
Monochromatic Colors of #FFFC7D
Black with #FFFC7D
Text Example
Text Example
White with #FFFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC7D; }
p { color: rgb(255,252,125); }
H1.HeaderClassName
{
color: #FFFC7D;
}
.AnyTagClassName
{
color: #FFFC7D;
}
</style>
background-color css
<style>
a { background-color: #FFFC7D; }
a { background-color: rgb(255,252,125); }
div.DivClassName
{
background-color: #FFFC7D;
}
.BgClassName
{
background-color: #FFFC7D;
}
</style>
border-color css
<style>
span { border-color: #FFFC7D; }
span { border-color: rgb(255,252,125); }
td.TdClassName
{
border-color: #FFFC7D;
}
.TagClassName
{
border-color: #FFFC7D;
}
</style>