Shades of Witch Haze #FFFC7A
Tints of Witch Haze #FFFC7A
RGB
CMYK
RGB Variations
Color information
#FFFC7A (or 0xFFFC7A) is known color: Witch Haze. HEX triplet: FF, FC and 7A. RGB value is (255,252,122). Sum of RGB (Red+Green+Blue) = 255+252+122=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 122 (48.05% from 255 or 19.40% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7A is #000385. Grayscale: #EEEEEE. Windows color (decimal): -902 or 8060159. OLE color: 8060159.
HSL color Cylindrical-coordinate representation of color #FFFC7A: hue angle of 58.65º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFFC7A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 122 | - |
| CMYK | 0 | 0.01 | 0.52 | 0 |
| HSL | 58.65º | 1% | 0.74% | - |
| HSV(B) | 58.65º | 0.52% | 1% | - |
| XYZ | 79.56 | 92.29 | 32.03 | - |
| YUV | 238.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 122 | 0 | 0.01 | 0.52 | 0 | 58.65 | 1 | 0.74 |
| Hex | FF | FC | 7A | 0 | 1 | 34 | 0 | 3B | 64 | 4A |
| Octal | 377 | 374 | 172 | 0 | 1 | 64 | 0 | 73 | 144 | 112 |
| Binary | 11111111 | 11111100 | 1111010 | 0 | 1 | 110100 | 0 | 111011 | 1100100 | 1001010 |
Color Harmonies of #FFFC7A
Complementary color
Monochromatic Colors of #FFFC7A
Black with #FFFC7A
Text Example
Text Example
White with #FFFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC7A; }
p { color: rgb(255,252,122); }
H1.HeaderClassName
{
color: #FFFC7A;
}
.AnyTagClassName
{
color: #FFFC7A;
}
</style>
background-color css
<style>
a { background-color: #FFFC7A; }
a { background-color: rgb(255,252,122); }
div.DivClassName
{
background-color: #FFFC7A;
}
.BgClassName
{
background-color: #FFFC7A;
}
</style>
border-color css
<style>
span { border-color: #FFFC7A; }
span { border-color: rgb(255,252,122); }
td.TdClassName
{
border-color: #FFFC7A;
}
.TagClassName
{
border-color: #FFFC7A;
}
</style>