Shades of Witch Haze #FAF27C
Tints of Witch Haze #FAF27C
RGB
CMYK
RGB Variations
Color information
#FAF27C (or 0xFAF27C) is known color: Witch Haze. HEX triplet: FA, F2 and 7C. RGB value is (250,242,124). Sum of RGB (Red+Green+Blue) = 250+242+124=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF27C is #050D83. Grayscale: #E7E7E7. Windows color (decimal): -331140 or 8188666. OLE color: 8188666.
HSL color Cylindrical-coordinate representation of color #FAF27C: hue angle of 56.19º 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 #FAF27C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 124 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.02 |
| HSL | 56.19º | 0.93% | 0.73% | - |
| HSV(B) | 56.19º | 0.5% | 0.98% | - |
| XYZ | 74.81 | 85.28 | 31.59 | - |
| YUV | 230.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 124 | 0 | 0.03 | 0.50 | 0.02 | 56.19 | 0.93 | 0.73 |
| Hex | FA | F2 | 7C | 0 | 3 | 32 | 2 | 38 | 5D | 49 |
| Octal | 372 | 362 | 174 | 0 | 3 | 62 | 2 | 70 | 135 | 111 |
| Binary | 11111010 | 11110010 | 1111100 | 0 | 11 | 110010 | 10 | 111000 | 1011101 | 1001001 |
Color Harmonies of #FAF27C
Complementary color
Monochromatic Colors of #FAF27C
Black with #FAF27C
Text Example
Text Example
White with #FAF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF27C; }
p { color: rgb(250,242,124); }
H1.HeaderClassName
{
color: #FAF27C;
}
.AnyTagClassName
{
color: #FAF27C;
}
</style>
background-color css
<style>
a { background-color: #FAF27C; }
a { background-color: rgb(250,242,124); }
div.DivClassName
{
background-color: #FAF27C;
}
.BgClassName
{
background-color: #FAF27C;
}
</style>
border-color css
<style>
span { border-color: #FAF27C; }
span { border-color: rgb(250,242,124); }
td.TdClassName
{
border-color: #FAF27C;
}
.TagClassName
{
border-color: #FAF27C;
}
</style>