Shades of Witch Haze #FAF16B
Tints of Witch Haze #FAF16B
RGB
CMYK
RGB Variations
Color information
#FAF16B (or 0xFAF16B) is known color: Witch Haze. HEX triplet: FA, F1 and 6B. RGB value is (250,241,107). Sum of RGB (Red+Green+Blue) = 250+241+107=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 107 (42.19% from 255 or 17.89% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF16B is #050E94. Grayscale: #E4E4E4. Windows color (decimal): -331413 or 7074298. OLE color: 7074298.
HSL color Cylindrical-coordinate representation of color #FAF16B: hue angle of 56.22º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAF16B is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 107 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.02 |
| HSL | 56.22º | 0.93% | 0.7% | - |
| HSV(B) | 56.22º | 0.57% | 0.98% | - |
| XYZ | 73.53 | 84.3 | 26.31 | - |
| YUV | 228.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 107 | 0 | 0.04 | 0.57 | 0.02 | 56.22 | 0.93 | 0.7 |
| Hex | FA | F1 | 6B | 0 | 4 | 39 | 2 | 38 | 5D | 46 |
| Octal | 372 | 361 | 153 | 0 | 4 | 71 | 2 | 70 | 135 | 106 |
| Binary | 11111010 | 11110001 | 1101011 | 0 | 100 | 111001 | 10 | 111000 | 1011101 | 1000110 |
Color Harmonies of #FAF16B
Complementary color
Monochromatic Colors of #FAF16B
Black with #FAF16B
Text Example
Text Example
White with #FAF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF16B; }
p { color: rgb(250,241,107); }
H1.HeaderClassName
{
color: #FAF16B;
}
.AnyTagClassName
{
color: #FAF16B;
}
</style>
background-color css
<style>
a { background-color: #FAF16B; }
a { background-color: rgb(250,241,107); }
div.DivClassName
{
background-color: #FAF16B;
}
.BgClassName
{
background-color: #FAF16B;
}
</style>
border-color css
<style>
span { border-color: #FAF16B; }
span { border-color: rgb(250,241,107); }
td.TdClassName
{
border-color: #FAF16B;
}
.TagClassName
{
border-color: #FAF16B;
}
</style>