Shades of Witch Haze #FFFD7F
Tints of Witch Haze #FFFD7F
RGB
CMYK
RGB Variations
Color information
#FFFD7F (or 0xFFFD7F) is known color: Witch Haze. HEX triplet: FF, FD and 7F. RGB value is (255,253,127). Sum of RGB (Red+Green+Blue) = 255+253+127=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 127 (50% from 255 or 20% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD7F is #000280. Grayscale: #EFEFEF. Windows color (decimal): -641 or 8388095. OLE color: 8388095.
HSL color Cylindrical-coordinate representation of color #FFFD7F: hue angle of 59.06º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFD7F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 127 | - |
| CMYK | 0 | 0.01 | 0.50 | 0 |
| HSL | 59.06º | 1% | 0.75% | - |
| HSV(B) | 59.06º | 0.5% | 1% | - |
| XYZ | 80.2 | 93.04 | 33.81 | - |
| YUV | 239.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 127 | 0 | 0.01 | 0.50 | 0 | 59.06 | 1 | 0.75 |
| Hex | FF | FD | 7F | 0 | 1 | 32 | 0 | 3B | 64 | 4B |
| Octal | 377 | 375 | 177 | 0 | 1 | 62 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111101 | 1111111 | 0 | 1 | 110010 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFD7F
Complementary color
Monochromatic Colors of #FFFD7F
Black with #FFFD7F
Text Example
Text Example
White with #FFFD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD7F; }
p { color: rgb(255,253,127); }
H1.HeaderClassName
{
color: #FFFD7F;
}
.AnyTagClassName
{
color: #FFFD7F;
}
</style>
background-color css
<style>
a { background-color: #FFFD7F; }
a { background-color: rgb(255,253,127); }
div.DivClassName
{
background-color: #FFFD7F;
}
.BgClassName
{
background-color: #FFFD7F;
}
</style>
border-color css
<style>
span { border-color: #FFFD7F; }
span { border-color: rgb(255,253,127); }
td.TdClassName
{
border-color: #FFFD7F;
}
.TagClassName
{
border-color: #FFFD7F;
}
</style>