Shades of Witch Haze #FFF775
Tints of Witch Haze #FFF775
RGB
CMYK
RGB Variations
Color information
#FFF775 (or 0xFFF775) is known color: Witch Haze. HEX triplet: FF, F7 and 75. RGB value is (255,247,117). Sum of RGB (Red+Green+Blue) = 255+247+117=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 117 (46.09% from 255 or 18.90% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF775 is #00088A. Grayscale: #EBEBEB. Windows color (decimal): -2187 or 7731199. OLE color: 7731199.
HSL color Cylindrical-coordinate representation of color #FFF775: hue angle of 56.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFF775 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 117 | - |
| CMYK | 0 | 0.03 | 0.54 | 0 |
| HSL | 56.52º | 1% | 0.73% | - |
| HSV(B) | 56.52º | 0.54% | 1% | - |
| XYZ | 77.71 | 89.07 | 29.93 | - |
| YUV | 234.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 117 | 0 | 0.03 | 0.54 | 0 | 56.52 | 1 | 0.73 |
| Hex | FF | F7 | 75 | 0 | 3 | 36 | 0 | 39 | 64 | 49 |
| Octal | 377 | 367 | 165 | 0 | 3 | 66 | 0 | 71 | 144 | 111 |
| Binary | 11111111 | 11110111 | 1110101 | 0 | 11 | 110110 | 0 | 111001 | 1100100 | 1001001 |
Color Harmonies of #FFF775
Complementary color
Monochromatic Colors of #FFF775
Black with #FFF775
Text Example
Text Example
White with #FFF775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF775; }
p { color: rgb(255,247,117); }
H1.HeaderClassName
{
color: #FFF775;
}
.AnyTagClassName
{
color: #FFF775;
}
</style>
background-color css
<style>
a { background-color: #FFF775; }
a { background-color: rgb(255,247,117); }
div.DivClassName
{
background-color: #FFF775;
}
.BgClassName
{
background-color: #FFF775;
}
</style>
border-color css
<style>
span { border-color: #FFF775; }
span { border-color: rgb(255,247,117); }
td.TdClassName
{
border-color: #FFF775;
}
.TagClassName
{
border-color: #FFF775;
}
</style>