Shades of Witch Haze #FAF06B
Tints of Witch Haze #FAF06B
RGB
CMYK
RGB Variations
Color information
#FAF06B (or 0xFAF06B) is known color: Witch Haze. HEX triplet: FA, F0 and 6B. RGB value is (250,240,107). Sum of RGB (Red+Green+Blue) = 250+240+107=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 107 (42.19% from 255 or 17.92% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF06B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF06B is #050F94. Grayscale: #E4E4E4. Windows color (decimal): -331669 or 7074042. OLE color: 7074042.
HSL color Cylindrical-coordinate representation of color #FAF06B: hue angle of 55.8º 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 #FAF06B is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 107 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.02 |
| HSL | 55.8º | 0.93% | 0.7% | - |
| HSV(B) | 55.8º | 0.57% | 0.98% | - |
| XYZ | 73.24 | 83.71 | 26.21 | - |
| YUV | 227.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 107 | 0 | 0.04 | 0.57 | 0.02 | 55.8 | 0.93 | 0.7 |
| Hex | FA | F0 | 6B | 0 | 4 | 39 | 2 | 38 | 5D | 46 |
| Octal | 372 | 360 | 153 | 0 | 4 | 71 | 2 | 70 | 135 | 106 |
| Binary | 11111010 | 11110000 | 1101011 | 0 | 100 | 111001 | 10 | 111000 | 1011101 | 1000110 |
Color Harmonies of #FAF06B
Complementary color
Monochromatic Colors of #FAF06B
Black with #FAF06B
Text Example
Text Example
White with #FAF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF06B; }
p { color: rgb(250,240,107); }
H1.HeaderClassName
{
color: #FAF06B;
}
.AnyTagClassName
{
color: #FAF06B;
}
</style>
background-color css
<style>
a { background-color: #FAF06B; }
a { background-color: rgb(250,240,107); }
div.DivClassName
{
background-color: #FAF06B;
}
.BgClassName
{
background-color: #FAF06B;
}
</style>
border-color css
<style>
span { border-color: #FAF06B; }
span { border-color: rgb(250,240,107); }
td.TdClassName
{
border-color: #FAF06B;
}
.TagClassName
{
border-color: #FAF06B;
}
</style>