Shades of Witch Haze #FEFB7B
Tints of Witch Haze #FEFB7B
RGB
CMYK
RGB Variations
Color information
#FEFB7B (or 0xFEFB7B) is known color: Witch Haze. HEX triplet: FE, FB and 7B. RGB value is (254,251,123). Sum of RGB (Red+Green+Blue) = 254+251+123=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 123 (48.44% from 255 or 19.59% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB7B is #010484. Grayscale: #EDEDED. Windows color (decimal): -66693 or 8125438. OLE color: 8125438.
HSL color Cylindrical-coordinate representation of color #FEFB7B: hue angle of 58.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEFB7B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 123 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.00 |
| HSL | 58.63º | 0.98% | 0.74% | - |
| HSV(B) | 58.63º | 0.52% | 1% | - |
| XYZ | 78.95 | 91.5 | 32.24 | - |
| YUV | 237.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 123 | 0 | 0.01 | 0.52 | 0.00 | 58.63 | 0.98 | 0.74 |
| Hex | FE | FB | 7B | 0 | 1 | 34 | 0 | 3B | 62 | 4A |
| Octal | 376 | 373 | 173 | 0 | 1 | 64 | 0 | 73 | 142 | 112 |
| Binary | 11111110 | 11111011 | 1111011 | 0 | 1 | 110100 | 0 | 111011 | 1100010 | 1001010 |
Color Harmonies of #FEFB7B
Complementary color
Monochromatic Colors of #FEFB7B
Black with #FEFB7B
Text Example
Text Example
White with #FEFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB7B; }
p { color: rgb(254,251,123); }
H1.HeaderClassName
{
color: #FEFB7B;
}
.AnyTagClassName
{
color: #FEFB7B;
}
</style>
background-color css
<style>
a { background-color: #FEFB7B; }
a { background-color: rgb(254,251,123); }
div.DivClassName
{
background-color: #FEFB7B;
}
.BgClassName
{
background-color: #FEFB7B;
}
</style>
border-color css
<style>
span { border-color: #FEFB7B; }
span { border-color: rgb(254,251,123); }
td.TdClassName
{
border-color: #FEFB7B;
}
.TagClassName
{
border-color: #FEFB7B;
}
</style>