Shades of Witch Haze #FFF782
Tints of Witch Haze #FFF782
RGB
CMYK
RGB Variations
Color information
#FFF782 (or 0xFFF782) is known color: Witch Haze. HEX triplet: FF, F7 and 82. RGB value is (255,247,130). Sum of RGB (Red+Green+Blue) = 255+247+130=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 130 (51.17% from 255 or 20.57% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF782 is #00087D. Grayscale: #ECECEC. Windows color (decimal): -2174 or 8583167. OLE color: 8583167.
HSL color Cylindrical-coordinate representation of color #FFF782: hue angle of 56.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFF782 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 130 | - |
| CMYK | 0 | 0.03 | 0.49 | 0 |
| HSL | 56.16º | 1% | 0.75% | - |
| HSV(B) | 56.16º | 0.49% | 1% | - |
| XYZ | 78.53 | 89.39 | 34.23 | - |
| YUV | 236.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 130 | 0 | 0.03 | 0.49 | 0 | 56.16 | 1 | 0.75 |
| Hex | FF | F7 | 82 | 0 | 3 | 31 | 0 | 38 | 64 | 4B |
| Octal | 377 | 367 | 202 | 0 | 3 | 61 | 0 | 70 | 144 | 113 |
| Binary | 11111111 | 11110111 | 10000010 | 0 | 11 | 110001 | 0 | 111000 | 1100100 | 1001011 |
Color Harmonies of #FFF782
Complementary color
Monochromatic Colors of #FFF782
Black with #FFF782
Text Example
Text Example
White with #FFF782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF782; }
p { color: rgb(255,247,130); }
H1.HeaderClassName
{
color: #FFF782;
}
.AnyTagClassName
{
color: #FFF782;
}
</style>
background-color css
<style>
a { background-color: #FFF782; }
a { background-color: rgb(255,247,130); }
div.DivClassName
{
background-color: #FFF782;
}
.BgClassName
{
background-color: #FFF782;
}
</style>
border-color css
<style>
span { border-color: #FFF782; }
span { border-color: rgb(255,247,130); }
td.TdClassName
{
border-color: #FFF782;
}
.TagClassName
{
border-color: #FFF782;
}
</style>