Shades of Witch Haze #F5ED7B
Tints of Witch Haze #F5ED7B
RGB
CMYK
RGB Variations
Color information
#F5ED7B (or 0xF5ED7B) is known color: Witch Haze. HEX triplet: F5, ED and 7B. RGB value is (245,237,123). Sum of RGB (Red+Green+Blue) = 245+237+123=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED7B is #0A1284. Grayscale: #E2E2E2. Windows color (decimal): -660101 or 8121845. OLE color: 8121845.
HSL color Cylindrical-coordinate representation of color #F5ED7B: hue angle of 56.07º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5ED7B is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 123 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.04 |
| HSL | 56.07º | 0.86% | 0.72% | - |
| HSV(B) | 56.07º | 0.5% | 0.96% | - |
| XYZ | 71.52 | 81.41 | 30.68 | - |
| YUV | 226.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 123 | 0 | 0.03 | 0.50 | 0.04 | 56.07 | 0.86 | 0.72 |
| Hex | F5 | ED | 7B | 0 | 3 | 32 | 4 | 38 | 56 | 48 |
| Octal | 365 | 355 | 173 | 0 | 3 | 62 | 4 | 70 | 126 | 110 |
| Binary | 11110101 | 11101101 | 1111011 | 0 | 11 | 110010 | 100 | 111000 | 1010110 | 1001000 |
Color Harmonies of #F5ED7B
Complementary color
Monochromatic Colors of #F5ED7B
Black with #F5ED7B
Text Example
Text Example
White with #F5ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED7B; }
p { color: rgb(245,237,123); }
H1.HeaderClassName
{
color: #F5ED7B;
}
.AnyTagClassName
{
color: #F5ED7B;
}
</style>
background-color css
<style>
a { background-color: #F5ED7B; }
a { background-color: rgb(245,237,123); }
div.DivClassName
{
background-color: #F5ED7B;
}
.BgClassName
{
background-color: #F5ED7B;
}
</style>
border-color css
<style>
span { border-color: #F5ED7B; }
span { border-color: rgb(245,237,123); }
td.TdClassName
{
border-color: #F5ED7B;
}
.TagClassName
{
border-color: #F5ED7B;
}
</style>