Shades of Witch Haze #FFF67A
Tints of Witch Haze #FFF67A
RGB
CMYK
RGB Variations
Color information
#FFF67A (or 0xFFF67A) is known color: Witch Haze. HEX triplet: FF, F6 and 7A. RGB value is (255,246,122). Sum of RGB (Red+Green+Blue) = 255+246+122=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 122 (48.05% from 255 or 19.58% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF67A is #000985. Grayscale: #EBEBEB. Windows color (decimal): -2438 or 8058623. OLE color: 8058623.
HSL color Cylindrical-coordinate representation of color #FFF67A: hue angle of 55.94º 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 #FFF67A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0 |
| HSL | 55.94º | 1% | 0.74% | - |
| HSV(B) | 55.94º | 0.52% | 1% | - |
| XYZ | 77.71 | 88.58 | 31.41 | - |
| YUV | 234.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 122 | 0 | 0.04 | 0.52 | 0 | 55.94 | 1 | 0.74 |
| Hex | FF | F6 | 7A | 0 | 4 | 34 | 0 | 38 | 64 | 4A |
| Octal | 377 | 366 | 172 | 0 | 4 | 64 | 0 | 70 | 144 | 112 |
| Binary | 11111111 | 11110110 | 1111010 | 0 | 100 | 110100 | 0 | 111000 | 1100100 | 1001010 |
Color Harmonies of #FFF67A
Complementary color
Monochromatic Colors of #FFF67A
Black with #FFF67A
Text Example
Text Example
White with #FFF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF67A; }
p { color: rgb(255,246,122); }
H1.HeaderClassName
{
color: #FFF67A;
}
.AnyTagClassName
{
color: #FFF67A;
}
</style>
background-color css
<style>
a { background-color: #FFF67A; }
a { background-color: rgb(255,246,122); }
div.DivClassName
{
background-color: #FFF67A;
}
.BgClassName
{
background-color: #FFF67A;
}
</style>
border-color css
<style>
span { border-color: #FFF67A; }
span { border-color: rgb(255,246,122); }
td.TdClassName
{
border-color: #FFF67A;
}
.TagClassName
{
border-color: #FFF67A;
}
</style>