Shades of Witch Haze #FDF77B
Tints of Witch Haze #FDF77B
RGB
CMYK
RGB Variations
Color information
#FDF77B (or 0xFDF77B) is known color: Witch Haze. HEX triplet: FD, F7 and 7B. RGB value is (253,247,123). Sum of RGB (Red+Green+Blue) = 253+247+123=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 123 (48.44% from 255 or 19.74% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF77B is #020884. Grayscale: #EBEBEB. Windows color (decimal): -133253 or 8124413. OLE color: 8124413.
HSL color Cylindrical-coordinate representation of color #FDF77B: hue angle of 57.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDF77B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.01 |
| HSL | 57.23º | 0.97% | 0.74% | - |
| HSV(B) | 57.23º | 0.51% | 0.99% | - |
| XYZ | 77.34 | 88.83 | 31.81 | - |
| YUV | 234.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 123 | 0 | 0.02 | 0.51 | 0.01 | 57.23 | 0.97 | 0.74 |
| Hex | FD | F7 | 7B | 0 | 2 | 33 | 1 | 39 | 61 | 4A |
| Octal | 375 | 367 | 173 | 0 | 2 | 63 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110111 | 1111011 | 0 | 10 | 110011 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF77B
Complementary color
Monochromatic Colors of #FDF77B
Black with #FDF77B
Text Example
Text Example
White with #FDF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF77B; }
p { color: rgb(253,247,123); }
H1.HeaderClassName
{
color: #FDF77B;
}
.AnyTagClassName
{
color: #FDF77B;
}
</style>
background-color css
<style>
a { background-color: #FDF77B; }
a { background-color: rgb(253,247,123); }
div.DivClassName
{
background-color: #FDF77B;
}
.BgClassName
{
background-color: #FDF77B;
}
</style>
border-color css
<style>
span { border-color: #FDF77B; }
span { border-color: rgb(253,247,123); }
td.TdClassName
{
border-color: #FDF77B;
}
.TagClassName
{
border-color: #FDF77B;
}
</style>