Shades of Witch Haze #FFF274
Tints of Witch Haze #FFF274
RGB
CMYK
RGB Variations
Color information
#FFF274 (or 0xFFF274) is known color: Witch Haze. HEX triplet: FF, F2 and 74. RGB value is (255,242,116). Sum of RGB (Red+Green+Blue) = 255+242+116=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 116 (45.70% from 255 or 18.92% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF274 is #000D8B. Grayscale: #E8E8E8. Windows color (decimal): -3468 or 7664383. OLE color: 7664383.
HSL color Cylindrical-coordinate representation of color #FFF274: hue angle of 54.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFF274 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 116 | - |
| CMYK | 0 | 0.05 | 0.55 | 0 |
| HSL | 54.39º | 1% | 0.73% | - |
| HSV(B) | 54.39º | 0.55% | 1% | - |
| XYZ | 76.14 | 86.03 | 29.11 | - |
| YUV | 231.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 116 | 0 | 0.05 | 0.55 | 0 | 54.39 | 1 | 0.73 |
| Hex | FF | F2 | 74 | 0 | 5 | 37 | 0 | 36 | 64 | 49 |
| Octal | 377 | 362 | 164 | 0 | 5 | 67 | 0 | 66 | 144 | 111 |
| Binary | 11111111 | 11110010 | 1110100 | 0 | 101 | 110111 | 0 | 110110 | 1100100 | 1001001 |
Color Harmonies of #FFF274
Complementary color
Monochromatic Colors of #FFF274
Black with #FFF274
Text Example
Text Example
White with #FFF274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF274; }
p { color: rgb(255,242,116); }
H1.HeaderClassName
{
color: #FFF274;
}
.AnyTagClassName
{
color: #FFF274;
}
</style>
background-color css
<style>
a { background-color: #FFF274; }
a { background-color: rgb(255,242,116); }
div.DivClassName
{
background-color: #FFF274;
}
.BgClassName
{
background-color: #FFF274;
}
</style>
border-color css
<style>
span { border-color: #FFF274; }
span { border-color: rgb(255,242,116); }
td.TdClassName
{
border-color: #FFF274;
}
.TagClassName
{
border-color: #FFF274;
}
</style>