Shades of Witch Haze #FAF27B
Tints of Witch Haze #FAF27B
RGB
CMYK
RGB Variations
Color information
#FAF27B (or 0xFAF27B) is known color: Witch Haze. HEX triplet: FA, F2 and 7B. RGB value is (250,242,123). Sum of RGB (Red+Green+Blue) = 250+242+123=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 123 (48.44% from 255 or 20% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF27B is #050D84. Grayscale: #E7E7E7. Windows color (decimal): -331141 or 8123130. OLE color: 8123130.
HSL color Cylindrical-coordinate representation of color #FAF27B: hue angle of 56.22º 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 #FAF27B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 123 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.02 |
| HSL | 56.22º | 0.93% | 0.73% | - |
| HSV(B) | 56.22º | 0.51% | 0.98% | - |
| XYZ | 74.75 | 85.26 | 31.26 | - |
| YUV | 230.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 123 | 0 | 0.03 | 0.51 | 0.02 | 56.22 | 0.93 | 0.73 |
| Hex | FA | F2 | 7B | 0 | 3 | 33 | 2 | 38 | 5D | 49 |
| Octal | 372 | 362 | 173 | 0 | 3 | 63 | 2 | 70 | 135 | 111 |
| Binary | 11111010 | 11110010 | 1111011 | 0 | 11 | 110011 | 10 | 111000 | 1011101 | 1001001 |
Color Harmonies of #FAF27B
Complementary color
Monochromatic Colors of #FAF27B
Black with #FAF27B
Text Example
Text Example
White with #FAF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF27B; }
p { color: rgb(250,242,123); }
H1.HeaderClassName
{
color: #FAF27B;
}
.AnyTagClassName
{
color: #FAF27B;
}
</style>
background-color css
<style>
a { background-color: #FAF27B; }
a { background-color: rgb(250,242,123); }
div.DivClassName
{
background-color: #FAF27B;
}
.BgClassName
{
background-color: #FAF27B;
}
</style>
border-color css
<style>
span { border-color: #FAF27B; }
span { border-color: rgb(250,242,123); }
td.TdClassName
{
border-color: #FAF27B;
}
.TagClassName
{
border-color: #FAF27B;
}
</style>