Shades of Witch Haze #FAF07B
Tints of Witch Haze #FAF07B
RGB
CMYK
RGB Variations
Color information
#FAF07B (or 0xFAF07B) is known color: Witch Haze. HEX triplet: FA, F0 and 7B. RGB value is (250,240,123). Sum of RGB (Red+Green+Blue) = 250+240+123=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 123 (48.44% from 255 or 20.07% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF07B is #050F84. Grayscale: #E6E6E6. Windows color (decimal): -331653 or 8122618. OLE color: 8122618.
HSL color Cylindrical-coordinate representation of color #FAF07B: hue angle of 55.28º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAF07B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 123 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.02 |
| HSL | 55.28º | 0.93% | 0.73% | - |
| HSV(B) | 55.28º | 0.51% | 0.98% | - |
| XYZ | 74.16 | 84.07 | 31.06 | - |
| YUV | 229.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 123 | 0 | 0.04 | 0.51 | 0.02 | 55.28 | 0.93 | 0.73 |
| Hex | FA | F0 | 7B | 0 | 4 | 33 | 2 | 37 | 5D | 49 |
| Octal | 372 | 360 | 173 | 0 | 4 | 63 | 2 | 67 | 135 | 111 |
| Binary | 11111010 | 11110000 | 1111011 | 0 | 100 | 110011 | 10 | 110111 | 1011101 | 1001001 |
Color Harmonies of #FAF07B
Complementary color
Monochromatic Colors of #FAF07B
Black with #FAF07B
Text Example
Text Example
White with #FAF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF07B; }
p { color: rgb(250,240,123); }
H1.HeaderClassName
{
color: #FAF07B;
}
.AnyTagClassName
{
color: #FAF07B;
}
</style>
background-color css
<style>
a { background-color: #FAF07B; }
a { background-color: rgb(250,240,123); }
div.DivClassName
{
background-color: #FAF07B;
}
.BgClassName
{
background-color: #FAF07B;
}
</style>
border-color css
<style>
span { border-color: #FAF07B; }
span { border-color: rgb(250,240,123); }
td.TdClassName
{
border-color: #FAF07B;
}
.TagClassName
{
border-color: #FAF07B;
}
</style>