Shades of Witch Haze #FEF67B
Tints of Witch Haze #FEF67B
RGB
CMYK
RGB Variations
Color information
#FEF67B (or 0xFEF67B) is known color: Witch Haze. HEX triplet: FE, F6 and 7B. RGB value is (254,246,123). Sum of RGB (Red+Green+Blue) = 254+246+123=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 123 (48.44% from 255 or 19.74% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67B is #010984. Grayscale: #EAEAEA. Windows color (decimal): -67973 or 8124158. OLE color: 8124158.
HSL color Cylindrical-coordinate representation of color #FEF67B: hue angle of 56.34º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF67B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 123 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.00 |
| HSL | 56.34º | 0.98% | 0.74% | - |
| HSV(B) | 56.34º | 0.52% | 1% | - |
| XYZ | 77.4 | 88.41 | 31.72 | - |
| YUV | 234.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 123 | 0 | 0.03 | 0.52 | 0.00 | 56.34 | 0.98 | 0.74 |
| Hex | FE | F6 | 7B | 0 | 3 | 34 | 0 | 38 | 62 | 4A |
| Octal | 376 | 366 | 173 | 0 | 3 | 64 | 0 | 70 | 142 | 112 |
| Binary | 11111110 | 11110110 | 1111011 | 0 | 11 | 110100 | 0 | 111000 | 1100010 | 1001010 |
Color Harmonies of #FEF67B
Complementary color
Monochromatic Colors of #FEF67B
Black with #FEF67B
Text Example
Text Example
White with #FEF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF67B; }
p { color: rgb(254,246,123); }
H1.HeaderClassName
{
color: #FEF67B;
}
.AnyTagClassName
{
color: #FEF67B;
}
</style>
background-color css
<style>
a { background-color: #FEF67B; }
a { background-color: rgb(254,246,123); }
div.DivClassName
{
background-color: #FEF67B;
}
.BgClassName
{
background-color: #FEF67B;
}
</style>
border-color css
<style>
span { border-color: #FEF67B; }
span { border-color: rgb(254,246,123); }
td.TdClassName
{
border-color: #FEF67B;
}
.TagClassName
{
border-color: #FEF67B;
}
</style>