Shades of Witch Haze #FAEF68
Tints of Witch Haze #FAEF68
RGB
CMYK
RGB Variations
Color information
#FAEF68 (or 0xFAEF68) is known color: Witch Haze. HEX triplet: FA, EF and 68. RGB value is (250,239,104). Sum of RGB (Red+Green+Blue) = 250+239+104=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 104 (41.02% from 255 or 17.54% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF68 is #051097. Grayscale: #E3E3E3. Windows color (decimal): -331928 or 6877178. OLE color: 6877178.
HSL color Cylindrical-coordinate representation of color #FAEF68: hue angle of 55.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAEF68 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 104 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.02 |
| HSL | 55.48º | 0.94% | 0.69% | - |
| HSV(B) | 55.48º | 0.58% | 0.98% | - |
| XYZ | 72.79 | 83.06 | 25.29 | - |
| YUV | 226.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 104 | 0 | 0.04 | 0.58 | 0.02 | 55.48 | 0.94 | 0.69 |
| Hex | FA | EF | 68 | 0 | 4 | 3A | 2 | 37 | 5E | 45 |
| Octal | 372 | 357 | 150 | 0 | 4 | 72 | 2 | 67 | 136 | 105 |
| Binary | 11111010 | 11101111 | 1101000 | 0 | 100 | 111010 | 10 | 110111 | 1011110 | 1000101 |
Color Harmonies of #FAEF68
Complementary color
Monochromatic Colors of #FAEF68
Black with #FAEF68
Text Example
Text Example
White with #FAEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF68; }
p { color: rgb(250,239,104); }
H1.HeaderClassName
{
color: #FAEF68;
}
.AnyTagClassName
{
color: #FAEF68;
}
</style>
background-color css
<style>
a { background-color: #FAEF68; }
a { background-color: rgb(250,239,104); }
div.DivClassName
{
background-color: #FAEF68;
}
.BgClassName
{
background-color: #FAEF68;
}
</style>
border-color css
<style>
span { border-color: #FAEF68; }
span { border-color: rgb(250,239,104); }
td.TdClassName
{
border-color: #FAEF68;
}
.TagClassName
{
border-color: #FAEF68;
}
</style>