Shades of Witch Haze #FFFD7A
Tints of Witch Haze #FFFD7A
RGB
CMYK
RGB Variations
Color information
#FFFD7A (or 0xFFFD7A) is known color: Witch Haze. HEX triplet: FF, FD and 7A. RGB value is (255,253,122). Sum of RGB (Red+Green+Blue) = 255+253+122=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 122 (48.05% from 255 or 19.37% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD7A is #000285. Grayscale: #EFEFEF. Windows color (decimal): -646 or 8060415. OLE color: 8060415.
HSL color Cylindrical-coordinate representation of color #FFFD7A: hue angle of 59.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFFD7A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 122 | - |
| CMYK | 0 | 0.01 | 0.52 | 0 |
| HSL | 59.1º | 1% | 0.74% | - |
| HSV(B) | 59.1º | 0.52% | 1% | - |
| XYZ | 79.88 | 92.92 | 32.14 | - |
| YUV | 238.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 122 | 0 | 0.01 | 0.52 | 0 | 59.1 | 1 | 0.74 |
| Hex | FF | FD | 7A | 0 | 1 | 34 | 0 | 3B | 64 | 4A |
| Octal | 377 | 375 | 172 | 0 | 1 | 64 | 0 | 73 | 144 | 112 |
| Binary | 11111111 | 11111101 | 1111010 | 0 | 1 | 110100 | 0 | 111011 | 1100100 | 1001010 |
Color Harmonies of #FFFD7A
Complementary color
Monochromatic Colors of #FFFD7A
Black with #FFFD7A
Text Example
Text Example
White with #FFFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD7A; }
p { color: rgb(255,253,122); }
H1.HeaderClassName
{
color: #FFFD7A;
}
.AnyTagClassName
{
color: #FFFD7A;
}
</style>
background-color css
<style>
a { background-color: #FFFD7A; }
a { background-color: rgb(255,253,122); }
div.DivClassName
{
background-color: #FFFD7A;
}
.BgClassName
{
background-color: #FFFD7A;
}
</style>
border-color css
<style>
span { border-color: #FFFD7A; }
span { border-color: rgb(255,253,122); }
td.TdClassName
{
border-color: #FFFD7A;
}
.TagClassName
{
border-color: #FFFD7A;
}
</style>