Shades of Witch Haze #FDEB7F
Tints of Witch Haze #FDEB7F
RGB
CMYK
RGB Variations
Color information
#FDEB7F (or 0xFDEB7F) is known color: Witch Haze. HEX triplet: FD, EB and 7F. RGB value is (253,235,127). Sum of RGB (Red+Green+Blue) = 253+235+127=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB7F is #021480. Grayscale: #E4E4E4. Windows color (decimal): -136321 or 8383485. OLE color: 8383485.
HSL color Cylindrical-coordinate representation of color #FDEB7F: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDEB7F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 127 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.01 |
| HSL | 51.43º | 0.97% | 0.75% | - |
| HSV(B) | 51.43º | 0.5% | 0.99% | - |
| XYZ | 74.05 | 81.83 | 31.97 | - |
| YUV | 228.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 127 | 0 | 0.07 | 0.50 | 0.01 | 51.43 | 0.97 | 0.75 |
| Hex | FD | EB | 7F | 0 | 7 | 32 | 1 | 33 | 61 | 4B |
| Octal | 375 | 353 | 177 | 0 | 7 | 62 | 1 | 63 | 141 | 113 |
| Binary | 11111101 | 11101011 | 1111111 | 0 | 111 | 110010 | 1 | 110011 | 1100001 | 1001011 |
Color Harmonies of #FDEB7F
Complementary color
Monochromatic Colors of #FDEB7F
Black with #FDEB7F
Text Example
Text Example
White with #FDEB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB7F; }
p { color: rgb(253,235,127); }
H1.HeaderClassName
{
color: #FDEB7F;
}
.AnyTagClassName
{
color: #FDEB7F;
}
</style>
background-color css
<style>
a { background-color: #FDEB7F; }
a { background-color: rgb(253,235,127); }
div.DivClassName
{
background-color: #FDEB7F;
}
.BgClassName
{
background-color: #FDEB7F;
}
</style>
border-color css
<style>
span { border-color: #FDEB7F; }
span { border-color: rgb(253,235,127); }
td.TdClassName
{
border-color: #FDEB7F;
}
.TagClassName
{
border-color: #FDEB7F;
}
</style>