Shades of Witch Haze #FFFF7B
Tints of Witch Haze #FFFF7B
RGB
CMYK
RGB Variations
Color information
#FFFF7B (or 0xFFFF7B) is known color: Witch Haze. HEX triplet: FF, FF and 7B. RGB value is (255,255,123). Sum of RGB (Red+Green+Blue) = 255+255+123=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 123 (48.44% from 255 or 19.43% from 633); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7B is #000084. Grayscale: #F0F0F0. Windows color (decimal): -133 or 8126463. OLE color: 8126463.
HSL color Cylindrical-coordinate representation of color #FFFF7B: hue angle of 60º 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 #FFFF7B is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 123 | - |
| CMYK | 0 | 0 | 0.52 | 0 |
| HSL | 60º | 1% | 0.74% | - |
| HSV(B) | 60º | 0.52% | 1% | - |
| XYZ | 80.58 | 94.21 | 32.68 | - |
| YUV | 239.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 123 | 0 | 0 | 0.52 | 0 | 60 | 1 | 0.74 |
| Hex | FF | FF | 7B | 0 | 0 | 34 | 0 | 3C | 64 | 4A |
| Octal | 377 | 377 | 173 | 0 | 0 | 64 | 0 | 74 | 144 | 112 |
| Binary | 11111111 | 11111111 | 1111011 | 0 | 0 | 110100 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FFFF7B
Complementary color
Monochromatic Colors of #FFFF7B
Black with #FFFF7B
Text Example
Text Example
White with #FFFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF7B; }
p { color: rgb(255,255,123); }
H1.HeaderClassName
{
color: #FFFF7B;
}
.AnyTagClassName
{
color: #FFFF7B;
}
</style>
background-color css
<style>
a { background-color: #FFFF7B; }
a { background-color: rgb(255,255,123); }
div.DivClassName
{
background-color: #FFFF7B;
}
.BgClassName
{
background-color: #FFFF7B;
}
</style>
border-color css
<style>
span { border-color: #FFFF7B; }
span { border-color: rgb(255,255,123); }
td.TdClassName
{
border-color: #FFFF7B;
}
.TagClassName
{
border-color: #FFFF7B;
}
</style>