Shades of Witch Haze #FDEB6A
Tints of Witch Haze #FDEB6A
RGB
CMYK
RGB Variations
Color information
#FDEB6A (or 0xFDEB6A) is known color: Witch Haze. HEX triplet: FD, EB and 6A. RGB value is (253,235,106). Sum of RGB (Red+Green+Blue) = 253+235+106=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6A is #021495. Grayscale: #E2E2E2. Windows color (decimal): -136342 or 7007229. OLE color: 7007229.
HSL color Cylindrical-coordinate representation of color #FDEB6A: hue angle of 52.65º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDEB6A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 106 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.01 |
| HSL | 52.65º | 0.97% | 0.7% | - |
| HSV(B) | 52.65º | 0.58% | 0.99% | - |
| XYZ | 72.82 | 81.34 | 25.5 | - |
| YUV | 225.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 106 | 0 | 0.07 | 0.58 | 0.01 | 52.65 | 0.97 | 0.7 |
| Hex | FD | EB | 6A | 0 | 7 | 3A | 1 | 35 | 61 | 46 |
| Octal | 375 | 353 | 152 | 0 | 7 | 72 | 1 | 65 | 141 | 106 |
| Binary | 11111101 | 11101011 | 1101010 | 0 | 111 | 111010 | 1 | 110101 | 1100001 | 1000110 |
Color Harmonies of #FDEB6A
Complementary color
Monochromatic Colors of #FDEB6A
Black with #FDEB6A
Text Example
Text Example
White with #FDEB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB6A; }
p { color: rgb(253,235,106); }
H1.HeaderClassName
{
color: #FDEB6A;
}
.AnyTagClassName
{
color: #FDEB6A;
}
</style>
background-color css
<style>
a { background-color: #FDEB6A; }
a { background-color: rgb(253,235,106); }
div.DivClassName
{
background-color: #FDEB6A;
}
.BgClassName
{
background-color: #FDEB6A;
}
</style>
border-color css
<style>
span { border-color: #FDEB6A; }
span { border-color: rgb(253,235,106); }
td.TdClassName
{
border-color: #FDEB6A;
}
.TagClassName
{
border-color: #FDEB6A;
}
</style>