Shades of Witch Haze #FFFE7B
Tints of Witch Haze #FFFE7B
RGB
CMYK
RGB Variations
Color information
#FFFE7B (or 0xFFFE7B) is known color: Witch Haze. HEX triplet: FF, FE and 7B. RGB value is (255,254,123). Sum of RGB (Red+Green+Blue) = 255+254+123=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 123 (48.44% from 255 or 19.46% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE7B is #000184. Grayscale: #EFEFEF. Windows color (decimal): -389 or 8126207. OLE color: 8126207.
HSL color Cylindrical-coordinate representation of color #FFFE7B: hue angle of 59.55º 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 #FFFE7B is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 123 | - |
| CMYK | 0 | 0.00 | 0.52 | 0 |
| HSL | 59.55º | 1% | 0.74% | - |
| HSV(B) | 59.55º | 0.52% | 1% | - |
| XYZ | 80.26 | 93.57 | 32.57 | - |
| YUV | 239.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 123 | 0 | 0.00 | 0.52 | 0 | 59.55 | 1 | 0.74 |
| Hex | FF | FE | 7B | 0 | 0 | 34 | 0 | 3C | 64 | 4A |
| Octal | 377 | 376 | 173 | 0 | 0 | 64 | 0 | 74 | 144 | 112 |
| Binary | 11111111 | 11111110 | 1111011 | 0 | 0 | 110100 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FFFE7B
Complementary color
Monochromatic Colors of #FFFE7B
Black with #FFFE7B
Text Example
Text Example
White with #FFFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE7B; }
p { color: rgb(255,254,123); }
H1.HeaderClassName
{
color: #FFFE7B;
}
.AnyTagClassName
{
color: #FFFE7B;
}
</style>
background-color css
<style>
a { background-color: #FFFE7B; }
a { background-color: rgb(255,254,123); }
div.DivClassName
{
background-color: #FFFE7B;
}
.BgClassName
{
background-color: #FFFE7B;
}
</style>
border-color css
<style>
span { border-color: #FFFE7B; }
span { border-color: rgb(255,254,123); }
td.TdClassName
{
border-color: #FFFE7B;
}
.TagClassName
{
border-color: #FFFE7B;
}
</style>