Shades of Witch Haze #FAF37B
Tints of Witch Haze #FAF37B
RGB
CMYK
RGB Variations
Color information
#FAF37B (or 0xFAF37B) is known color: Witch Haze. HEX triplet: FA, F3 and 7B. RGB value is (250,243,123). Sum of RGB (Red+Green+Blue) = 250+243+123=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF37B is #050C84. Grayscale: #E7E7E7. Windows color (decimal): -330885 or 8123386. OLE color: 8123386.
HSL color Cylindrical-coordinate representation of color #FAF37B: hue angle of 56.69º 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 #FAF37B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 123 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.02 |
| HSL | 56.69º | 0.93% | 0.73% | - |
| HSV(B) | 56.69º | 0.51% | 0.98% | - |
| XYZ | 75.05 | 85.86 | 31.36 | - |
| YUV | 231.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 123 | 0 | 0.03 | 0.51 | 0.02 | 56.69 | 0.93 | 0.73 |
| Hex | FA | F3 | 7B | 0 | 3 | 33 | 2 | 39 | 5D | 49 |
| Octal | 372 | 363 | 173 | 0 | 3 | 63 | 2 | 71 | 135 | 111 |
| Binary | 11111010 | 11110011 | 1111011 | 0 | 11 | 110011 | 10 | 111001 | 1011101 | 1001001 |
Color Harmonies of #FAF37B
Complementary color
Monochromatic Colors of #FAF37B
Black with #FAF37B
Text Example
Text Example
White with #FAF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF37B; }
p { color: rgb(250,243,123); }
H1.HeaderClassName
{
color: #FAF37B;
}
.AnyTagClassName
{
color: #FAF37B;
}
</style>
background-color css
<style>
a { background-color: #FAF37B; }
a { background-color: rgb(250,243,123); }
div.DivClassName
{
background-color: #FAF37B;
}
.BgClassName
{
background-color: #FAF37B;
}
</style>
border-color css
<style>
span { border-color: #FAF37B; }
span { border-color: rgb(250,243,123); }
td.TdClassName
{
border-color: #FAF37B;
}
.TagClassName
{
border-color: #FAF37B;
}
</style>