Shades of Witch Haze #FDEB75
Tints of Witch Haze #FDEB75
RGB
CMYK
RGB Variations
Color information
#FDEB75 (or 0xFDEB75) is known color: Witch Haze. HEX triplet: FD, EB and 75. RGB value is (253,235,117). Sum of RGB (Red+Green+Blue) = 253+235+117=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB75 is #02148A. Grayscale: #E3E3E3. Windows color (decimal): -136331 or 7728125. OLE color: 7728125.
HSL color Cylindrical-coordinate representation of color #FDEB75: hue angle of 52.06º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDEB75 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 117 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.01 |
| HSL | 52.06º | 0.97% | 0.73% | - |
| HSV(B) | 52.06º | 0.54% | 0.99% | - |
| XYZ | 73.43 | 81.58 | 28.71 | - |
| YUV | 226.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 117 | 0 | 0.07 | 0.54 | 0.01 | 52.06 | 0.97 | 0.73 |
| Hex | FD | EB | 75 | 0 | 7 | 36 | 1 | 34 | 61 | 49 |
| Octal | 375 | 353 | 165 | 0 | 7 | 66 | 1 | 64 | 141 | 111 |
| Binary | 11111101 | 11101011 | 1110101 | 0 | 111 | 110110 | 1 | 110100 | 1100001 | 1001001 |
Color Harmonies of #FDEB75
Complementary color
Monochromatic Colors of #FDEB75
Black with #FDEB75
Text Example
Text Example
White with #FDEB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB75; }
p { color: rgb(253,235,117); }
H1.HeaderClassName
{
color: #FDEB75;
}
.AnyTagClassName
{
color: #FDEB75;
}
</style>
background-color css
<style>
a { background-color: #FDEB75; }
a { background-color: rgb(253,235,117); }
div.DivClassName
{
background-color: #FDEB75;
}
.BgClassName
{
background-color: #FDEB75;
}
</style>
border-color css
<style>
span { border-color: #FDEB75; }
span { border-color: rgb(253,235,117); }
td.TdClassName
{
border-color: #FDEB75;
}
.TagClassName
{
border-color: #FDEB75;
}
</style>