Shades of Witch Haze #FFF275
Tints of Witch Haze #FFF275
RGB
CMYK
RGB Variations
Color information
#FFF275 (or 0xFFF275) is known color: Witch Haze. HEX triplet: FF, F2 and 75. RGB value is (255,242,117). Sum of RGB (Red+Green+Blue) = 255+242+117=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF275 is #000D8A. Grayscale: #E8E8E8. Windows color (decimal): -3467 or 7729919. OLE color: 7729919.
HSL color Cylindrical-coordinate representation of color #FFF275: hue angle of 54.35º 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 #FFF275 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 117 | - |
| CMYK | 0 | 0.05 | 0.54 | 0 |
| HSL | 54.35º | 1% | 0.73% | - |
| HSV(B) | 54.35º | 0.54% | 1% | - |
| XYZ | 76.2 | 86.05 | 29.42 | - |
| YUV | 231.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 117 | 0 | 0.05 | 0.54 | 0 | 54.35 | 1 | 0.73 |
| Hex | FF | F2 | 75 | 0 | 5 | 36 | 0 | 36 | 64 | 49 |
| Octal | 377 | 362 | 165 | 0 | 5 | 66 | 0 | 66 | 144 | 111 |
| Binary | 11111111 | 11110010 | 1110101 | 0 | 101 | 110110 | 0 | 110110 | 1100100 | 1001001 |
Color Harmonies of #FFF275
Complementary color
Monochromatic Colors of #FFF275
Black with #FFF275
Text Example
Text Example
White with #FFF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF275; }
p { color: rgb(255,242,117); }
H1.HeaderClassName
{
color: #FFF275;
}
.AnyTagClassName
{
color: #FFF275;
}
</style>
background-color css
<style>
a { background-color: #FFF275; }
a { background-color: rgb(255,242,117); }
div.DivClassName
{
background-color: #FFF275;
}
.BgClassName
{
background-color: #FFF275;
}
</style>
border-color css
<style>
span { border-color: #FFF275; }
span { border-color: rgb(255,242,117); }
td.TdClassName
{
border-color: #FFF275;
}
.TagClassName
{
border-color: #FFF275;
}
</style>