Shades of Witch Haze #FEFB7A
Tints of Witch Haze #FEFB7A
RGB
CMYK
RGB Variations
Color information
#FEFB7A (or 0xFEFB7A) is known color: Witch Haze. HEX triplet: FE, FB and 7A. RGB value is (254,251,122). Sum of RGB (Red+Green+Blue) = 254+251+122=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 122 (48.05% from 255 or 19.46% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB7A is #010485. Grayscale: #EDEDED. Windows color (decimal): -66694 or 8059902. OLE color: 8059902.
HSL color Cylindrical-coordinate representation of color #FEFB7A: hue angle of 58.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEFB7A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 122 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.00 |
| HSL | 58.64º | 0.99% | 0.74% | - |
| HSV(B) | 58.64º | 0.52% | 1% | - |
| XYZ | 78.88 | 91.47 | 31.91 | - |
| YUV | 237.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 122 | 0 | 0.01 | 0.52 | 0.00 | 58.64 | 0.99 | 0.74 |
| Hex | FE | FB | 7A | 0 | 1 | 34 | 0 | 3B | 63 | 4A |
| Octal | 376 | 373 | 172 | 0 | 1 | 64 | 0 | 73 | 143 | 112 |
| Binary | 11111110 | 11111011 | 1111010 | 0 | 1 | 110100 | 0 | 111011 | 1100011 | 1001010 |
Color Harmonies of #FEFB7A
Complementary color
Monochromatic Colors of #FEFB7A
Black with #FEFB7A
Text Example
Text Example
White with #FEFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB7A; }
p { color: rgb(254,251,122); }
H1.HeaderClassName
{
color: #FEFB7A;
}
.AnyTagClassName
{
color: #FEFB7A;
}
</style>
background-color css
<style>
a { background-color: #FEFB7A; }
a { background-color: rgb(254,251,122); }
div.DivClassName
{
background-color: #FEFB7A;
}
.BgClassName
{
background-color: #FEFB7A;
}
</style>
border-color css
<style>
span { border-color: #FEFB7A; }
span { border-color: rgb(254,251,122); }
td.TdClassName
{
border-color: #FEFB7A;
}
.TagClassName
{
border-color: #FEFB7A;
}
</style>