Shades of Witch Haze #FFFA7B
Tints of Witch Haze #FFFA7B
RGB
CMYK
RGB Variations
Color information
#FFFA7B (or 0xFFFA7B) is known color: Witch Haze. HEX triplet: FF, FA and 7B. RGB value is (255,250,123). Sum of RGB (Red+Green+Blue) = 255+250+123=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 123 (48.44% from 255 or 19.59% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA7B is #000584. Grayscale: #EDEDED. Windows color (decimal): -1413 or 8125183. OLE color: 8125183.
HSL color Cylindrical-coordinate representation of color #FFFA7B: hue angle of 57.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFFA7B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 123 | - |
| CMYK | 0 | 0.02 | 0.52 | 0 |
| HSL | 57.73º | 1% | 0.74% | - |
| HSV(B) | 57.73º | 0.52% | 1% | - |
| XYZ | 79 | 91.06 | 32.15 | - |
| YUV | 237.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 123 | 0 | 0.02 | 0.52 | 0 | 57.73 | 1 | 0.74 |
| Hex | FF | FA | 7B | 0 | 2 | 34 | 0 | 3A | 64 | 4A |
| Octal | 377 | 372 | 173 | 0 | 2 | 64 | 0 | 72 | 144 | 112 |
| Binary | 11111111 | 11111010 | 1111011 | 0 | 10 | 110100 | 0 | 111010 | 1100100 | 1001010 |
Color Harmonies of #FFFA7B
Complementary color
Monochromatic Colors of #FFFA7B
Black with #FFFA7B
Text Example
Text Example
White with #FFFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA7B; }
p { color: rgb(255,250,123); }
H1.HeaderClassName
{
color: #FFFA7B;
}
.AnyTagClassName
{
color: #FFFA7B;
}
</style>
background-color css
<style>
a { background-color: #FFFA7B; }
a { background-color: rgb(255,250,123); }
div.DivClassName
{
background-color: #FFFA7B;
}
.BgClassName
{
background-color: #FFFA7B;
}
</style>
border-color css
<style>
span { border-color: #FFFA7B; }
span { border-color: rgb(255,250,123); }
td.TdClassName
{
border-color: #FFFA7B;
}
.TagClassName
{
border-color: #FFFA7B;
}
</style>