Shades of Witch Haze #FDFF7B
Tints of Witch Haze #FDFF7B
RGB
CMYK
RGB Variations
Color information
#FDFF7B (or 0xFDFF7B) is known color: Witch Haze. HEX triplet: FD, FF and 7B. RGB value is (253,255,123). Sum of RGB (Red+Green+Blue) = 253+255+123=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 123 (48.44% from 255 or 19.49% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF7B is #020084. Grayscale: #EFEFEF. Windows color (decimal): -131205 or 8126461. OLE color: 8126461.
HSL color Cylindrical-coordinate representation of color #FDFF7B: hue angle of 60.91º 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 #FDFF7B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 123 | - |
CMYK | 0.01 | 0 | 0.52 | 0 |
HSL | 60.91º | 1% | 0.74% | - |
HSV(B) | 60.91º | 0.52% | 1% | - |
XYZ | 79.84 | 93.83 | 32.64 | - |
YUV | 239.35 | 62.34 | 137.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 123 | 0.01 | 0 | 0.52 | 0 | 60.91 | 1 | 0.74 |
Hex | FD | FF | 7B | 1 | 0 | 34 | 0 | 3D | 64 | 4A |
Octal | 375 | 377 | 173 | 1 | 0 | 64 | 0 | 75 | 144 | 112 |
Binary | 11111101 | 11111111 | 1111011 | 1 | 0 | 110100 | 0 | 111101 | 1100100 | 1001010 |
Color Harmonies of #FDFF7B
Complementary color
Monochromatic Colors of #FDFF7B
Black with #FDFF7B
Text Example
Text Example
White with #FDFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF7B; }
p { color: rgb(253,255,123); }
H1.HeaderClassName
{
color: #FDFF7B;
}
.AnyTagClassName
{
color: #FDFF7B;
}
</style>
background-color css
<style>
a { background-color: #FDFF7B; }
a { background-color: rgb(253,255,123); }
div.DivClassName
{
background-color: #FDFF7B;
}
.BgClassName
{
background-color: #FDFF7B;
}
</style>
border-color css
<style>
span { border-color: #FDFF7B; }
span { border-color: rgb(253,255,123); }
td.TdClassName
{
border-color: #FDFF7B;
}
.TagClassName
{
border-color: #FDFF7B;
}
</style>