Shades of Witch Haze #FEF67D
Tints of Witch Haze #FEF67D
RGB
CMYK
RGB Variations
Color information
#FEF67D (or 0xFEF67D) is known color: Witch Haze. HEX triplet: FE, F6 and 7D. RGB value is (254,246,125). Sum of RGB (Red+Green+Blue) = 254+246+125=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 125 (49.22% from 255 or 20% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67D is #010982. Grayscale: #EBEBEB. Windows color (decimal): -67971 or 8255230. OLE color: 8255230.
HSL color Cylindrical-coordinate representation of color #FEF67D: hue angle of 56.28º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEF67D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 125 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.00 |
| HSL | 56.28º | 0.98% | 0.74% | - |
| HSV(B) | 56.28º | 0.51% | 1% | - |
| XYZ | 77.53 | 88.46 | 32.39 | - |
| YUV | 234.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 125 | 0 | 0.03 | 0.51 | 0.00 | 56.28 | 0.98 | 0.74 |
| Hex | FE | F6 | 7D | 0 | 3 | 33 | 0 | 38 | 62 | 4A |
| Octal | 376 | 366 | 175 | 0 | 3 | 63 | 0 | 70 | 142 | 112 |
| Binary | 11111110 | 11110110 | 1111101 | 0 | 11 | 110011 | 0 | 111000 | 1100010 | 1001010 |
Color Harmonies of #FEF67D
Complementary color
Monochromatic Colors of #FEF67D
Black with #FEF67D
Text Example
Text Example
White with #FEF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF67D; }
p { color: rgb(254,246,125); }
H1.HeaderClassName
{
color: #FEF67D;
}
.AnyTagClassName
{
color: #FEF67D;
}
</style>
background-color css
<style>
a { background-color: #FEF67D; }
a { background-color: rgb(254,246,125); }
div.DivClassName
{
background-color: #FEF67D;
}
.BgClassName
{
background-color: #FEF67D;
}
</style>
border-color css
<style>
span { border-color: #FEF67D; }
span { border-color: rgb(254,246,125); }
td.TdClassName
{
border-color: #FEF67D;
}
.TagClassName
{
border-color: #FEF67D;
}
</style>