Shades of Witch Haze #FDEB6C
Tints of Witch Haze #FDEB6C
RGB
CMYK
RGB Variations
Color information
#FDEB6C (or 0xFDEB6C) is known color: Witch Haze. HEX triplet: FD, EB and 6C. RGB value is (253,235,108). Sum of RGB (Red+Green+Blue) = 253+235+108=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6C is #021493. Grayscale: #E2E2E2. Windows color (decimal): -136340 or 7138301. OLE color: 7138301.
HSL color Cylindrical-coordinate representation of color #FDEB6C: hue angle of 52.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDEB6C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 108 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.01 |
| HSL | 52.55º | 0.97% | 0.71% | - |
| HSV(B) | 52.55º | 0.57% | 0.99% | - |
| XYZ | 72.92 | 81.38 | 26.05 | - |
| YUV | 225.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 108 | 0 | 0.07 | 0.57 | 0.01 | 52.55 | 0.97 | 0.71 |
| Hex | FD | EB | 6C | 0 | 7 | 39 | 1 | 35 | 61 | 47 |
| Octal | 375 | 353 | 154 | 0 | 7 | 71 | 1 | 65 | 141 | 107 |
| Binary | 11111101 | 11101011 | 1101100 | 0 | 111 | 111001 | 1 | 110101 | 1100001 | 1000111 |
Color Harmonies of #FDEB6C
Complementary color
Monochromatic Colors of #FDEB6C
Black with #FDEB6C
Text Example
Text Example
White with #FDEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB6C; }
p { color: rgb(253,235,108); }
H1.HeaderClassName
{
color: #FDEB6C;
}
.AnyTagClassName
{
color: #FDEB6C;
}
</style>
background-color css
<style>
a { background-color: #FDEB6C; }
a { background-color: rgb(253,235,108); }
div.DivClassName
{
background-color: #FDEB6C;
}
.BgClassName
{
background-color: #FDEB6C;
}
</style>
border-color css
<style>
span { border-color: #FDEB6C; }
span { border-color: rgb(253,235,108); }
td.TdClassName
{
border-color: #FDEB6C;
}
.TagClassName
{
border-color: #FDEB6C;
}
</style>