Shades of Witch Haze #FAF16F
Tints of Witch Haze #FAF16F
RGB
CMYK
RGB Variations
Color information
#FAF16F (or 0xFAF16F) is known color: Witch Haze. HEX triplet: FA, F1 and 6F. RGB value is (250,241,111). Sum of RGB (Red+Green+Blue) = 250+241+111=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 111 (43.75% from 255 or 18.44% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF16F is #050E90. Grayscale: #E5E5E5. Windows color (decimal): -331409 or 7336442. OLE color: 7336442.
HSL color Cylindrical-coordinate representation of color #FAF16F: hue angle of 56.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAF16F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 111 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.02 |
| HSL | 56.12º | 0.93% | 0.71% | - |
| HSV(B) | 56.12º | 0.56% | 0.98% | - |
| XYZ | 73.75 | 84.38 | 27.44 | - |
| YUV | 228.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 111 | 0 | 0.04 | 0.56 | 0.02 | 56.12 | 0.93 | 0.71 |
| Hex | FA | F1 | 6F | 0 | 4 | 38 | 2 | 38 | 5D | 47 |
| Octal | 372 | 361 | 157 | 0 | 4 | 70 | 2 | 70 | 135 | 107 |
| Binary | 11111010 | 11110001 | 1101111 | 0 | 100 | 111000 | 10 | 111000 | 1011101 | 1000111 |
Color Harmonies of #FAF16F
Complementary color
Monochromatic Colors of #FAF16F
Black with #FAF16F
Text Example
Text Example
White with #FAF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF16F; }
p { color: rgb(250,241,111); }
H1.HeaderClassName
{
color: #FAF16F;
}
.AnyTagClassName
{
color: #FAF16F;
}
</style>
background-color css
<style>
a { background-color: #FAF16F; }
a { background-color: rgb(250,241,111); }
div.DivClassName
{
background-color: #FAF16F;
}
.BgClassName
{
background-color: #FAF16F;
}
</style>
border-color css
<style>
span { border-color: #FAF16F; }
span { border-color: rgb(250,241,111); }
td.TdClassName
{
border-color: #FAF16F;
}
.TagClassName
{
border-color: #FAF16F;
}
</style>