Shades of Witch Haze #FAF37C
Tints of Witch Haze #FAF37C
RGB
CMYK
RGB Variations
Color information
#FAF37C (or 0xFAF37C) is known color: Witch Haze. HEX triplet: FA, F3 and 7C. RGB value is (250,243,124). Sum of RGB (Red+Green+Blue) = 250+243+124=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 124 (48.83% from 255 or 20.10% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF37C is #050C83. Grayscale: #E8E8E8. Windows color (decimal): -330884 or 8188922. OLE color: 8188922.
HSL color Cylindrical-coordinate representation of color #FAF37C: hue angle of 56.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAF37C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 124 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.02 |
| HSL | 56.67º | 0.93% | 0.73% | - |
| HSV(B) | 56.67º | 0.5% | 0.98% | - |
| XYZ | 75.11 | 85.88 | 31.69 | - |
| YUV | 231.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 124 | 0 | 0.03 | 0.50 | 0.02 | 56.67 | 0.93 | 0.73 |
| Hex | FA | F3 | 7C | 0 | 3 | 32 | 2 | 39 | 5D | 49 |
| Octal | 372 | 363 | 174 | 0 | 3 | 62 | 2 | 71 | 135 | 111 |
| Binary | 11111010 | 11110011 | 1111100 | 0 | 11 | 110010 | 10 | 111001 | 1011101 | 1001001 |
Color Harmonies of #FAF37C
Complementary color
Monochromatic Colors of #FAF37C
Black with #FAF37C
Text Example
Text Example
White with #FAF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF37C; }
p { color: rgb(250,243,124); }
H1.HeaderClassName
{
color: #FAF37C;
}
.AnyTagClassName
{
color: #FAF37C;
}
</style>
background-color css
<style>
a { background-color: #FAF37C; }
a { background-color: rgb(250,243,124); }
div.DivClassName
{
background-color: #FAF37C;
}
.BgClassName
{
background-color: #FAF37C;
}
</style>
border-color css
<style>
span { border-color: #FAF37C; }
span { border-color: rgb(250,243,124); }
td.TdClassName
{
border-color: #FAF37C;
}
.TagClassName
{
border-color: #FAF37C;
}
</style>