Shades of Witch Haze #FFFB7A
Tints of Witch Haze #FFFB7A
RGB
CMYK
RGB Variations
Color information
#FFFB7A (or 0xFFFB7A) is known color: Witch Haze. HEX triplet: FF, FB and 7A. RGB value is (255,251,122). Sum of RGB (Red+Green+Blue) = 255+251+122=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 122 (48.05% from 255 or 19.43% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB7A is #000485. Grayscale: #EEEEEE. Windows color (decimal): -1158 or 8059903. OLE color: 8059903.
HSL color Cylindrical-coordinate representation of color #FFFB7A: hue angle of 58.2º 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 #FFFB7A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0 |
| HSL | 58.2º | 1% | 0.74% | - |
| HSV(B) | 58.2º | 0.52% | 1% | - |
| XYZ | 79.25 | 91.66 | 31.93 | - |
| YUV | 237.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 122 | 0 | 0.02 | 0.52 | 0 | 58.2 | 1 | 0.74 |
| Hex | FF | FB | 7A | 0 | 2 | 34 | 0 | 3A | 64 | 4A |
| Octal | 377 | 373 | 172 | 0 | 2 | 64 | 0 | 72 | 144 | 112 |
| Binary | 11111111 | 11111011 | 1111010 | 0 | 10 | 110100 | 0 | 111010 | 1100100 | 1001010 |
Color Harmonies of #FFFB7A
Complementary color
Monochromatic Colors of #FFFB7A
Black with #FFFB7A
Text Example
Text Example
White with #FFFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB7A; }
p { color: rgb(255,251,122); }
H1.HeaderClassName
{
color: #FFFB7A;
}
.AnyTagClassName
{
color: #FFFB7A;
}
</style>
background-color css
<style>
a { background-color: #FFFB7A; }
a { background-color: rgb(255,251,122); }
div.DivClassName
{
background-color: #FFFB7A;
}
.BgClassName
{
background-color: #FFFB7A;
}
</style>
border-color css
<style>
span { border-color: #FFFB7A; }
span { border-color: rgb(255,251,122); }
td.TdClassName
{
border-color: #FFFB7A;
}
.TagClassName
{
border-color: #FFFB7A;
}
</style>