Shades of Witch Haze #FAEF74
Tints of Witch Haze #FAEF74
RGB
CMYK
RGB Variations
Color information
#FAEF74 (or 0xFAEF74) is known color: Witch Haze. HEX triplet: FA, EF and 74. RGB value is (250,239,116). Sum of RGB (Red+Green+Blue) = 250+239+116=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 116 (45.70% from 255 or 19.17% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF74 is #05108B. Grayscale: #E4E4E4. Windows color (decimal): -331916 or 7663610. OLE color: 7663610.
HSL color Cylindrical-coordinate representation of color #FAEF74: hue angle of 55.07º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAEF74 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 116 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.02 |
| HSL | 55.07º | 0.93% | 0.72% | - |
| HSV(B) | 55.07º | 0.54% | 0.98% | - |
| XYZ | 73.44 | 83.32 | 28.73 | - |
| YUV | 228.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 116 | 0 | 0.04 | 0.54 | 0.02 | 55.07 | 0.93 | 0.72 |
| Hex | FA | EF | 74 | 0 | 4 | 36 | 2 | 37 | 5D | 48 |
| Octal | 372 | 357 | 164 | 0 | 4 | 66 | 2 | 67 | 135 | 110 |
| Binary | 11111010 | 11101111 | 1110100 | 0 | 100 | 110110 | 10 | 110111 | 1011101 | 1001000 |
Color Harmonies of #FAEF74
Complementary color
Monochromatic Colors of #FAEF74
Black with #FAEF74
Text Example
Text Example
White with #FAEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF74; }
p { color: rgb(250,239,116); }
H1.HeaderClassName
{
color: #FAEF74;
}
.AnyTagClassName
{
color: #FAEF74;
}
</style>
background-color css
<style>
a { background-color: #FAEF74; }
a { background-color: rgb(250,239,116); }
div.DivClassName
{
background-color: #FAEF74;
}
.BgClassName
{
background-color: #FAEF74;
}
</style>
border-color css
<style>
span { border-color: #FAEF74; }
span { border-color: rgb(250,239,116); }
td.TdClassName
{
border-color: #FAEF74;
}
.TagClassName
{
border-color: #FAEF74;
}
</style>