Shades of Witch Haze #FFF671
Tints of Witch Haze #FFF671
RGB
CMYK
RGB Variations
Color information
#FFF671 (or 0xFFF671) is known color: Witch Haze. HEX triplet: FF, F6 and 71. RGB value is (255,246,113). Sum of RGB (Red+Green+Blue) = 255+246+113=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 113 (44.53% from 255 or 18.40% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF671 is #00098E. Grayscale: #EAEAEA. Windows color (decimal): -2447 or 7468799. OLE color: 7468799.
HSL color Cylindrical-coordinate representation of color #FFF671: hue angle of 56.2º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFF671 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 113 | - |
| CMYK | 0 | 0.04 | 0.56 | 0 |
| HSL | 56.2º | 1% | 0.72% | - |
| HSV(B) | 56.2º | 0.56% | 1% | - |
| XYZ | 77.18 | 88.36 | 28.61 | - |
| YUV | 233.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 113 | 0 | 0.04 | 0.56 | 0 | 56.2 | 1 | 0.72 |
| Hex | FF | F6 | 71 | 0 | 4 | 38 | 0 | 38 | 64 | 48 |
| Octal | 377 | 366 | 161 | 0 | 4 | 70 | 0 | 70 | 144 | 110 |
| Binary | 11111111 | 11110110 | 1110001 | 0 | 100 | 111000 | 0 | 111000 | 1100100 | 1001000 |
Color Harmonies of #FFF671
Complementary color
Monochromatic Colors of #FFF671
Black with #FFF671
Text Example
Text Example
White with #FFF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF671; }
p { color: rgb(255,246,113); }
H1.HeaderClassName
{
color: #FFF671;
}
.AnyTagClassName
{
color: #FFF671;
}
</style>
background-color css
<style>
a { background-color: #FFF671; }
a { background-color: rgb(255,246,113); }
div.DivClassName
{
background-color: #FFF671;
}
.BgClassName
{
background-color: #FFF671;
}
</style>
border-color css
<style>
span { border-color: #FFF671; }
span { border-color: rgb(255,246,113); }
td.TdClassName
{
border-color: #FFF671;
}
.TagClassName
{
border-color: #FFF671;
}
</style>