Shades of Witch Haze #FFF374
Tints of Witch Haze #FFF374
RGB
CMYK
RGB Variations
Color information
#FFF374 (or 0xFFF374) is known color: Witch Haze. HEX triplet: FF, F3 and 74. RGB value is (255,243,116). Sum of RGB (Red+Green+Blue) = 255+243+116=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 116 (45.70% from 255 or 18.89% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF374 is #000C8B. Grayscale: #E8E8E8. Windows color (decimal): -3212 or 7664639. OLE color: 7664639.
HSL color Cylindrical-coordinate representation of color #FFF374: hue angle of 54.82º 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 #FFF374 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 116 | - |
| CMYK | 0 | 0.05 | 0.55 | 0 |
| HSL | 54.82º | 1% | 0.73% | - |
| HSV(B) | 54.82º | 0.55% | 1% | - |
| XYZ | 76.44 | 86.62 | 29.21 | - |
| YUV | 232.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 116 | 0 | 0.05 | 0.55 | 0 | 54.82 | 1 | 0.73 |
| Hex | FF | F3 | 74 | 0 | 5 | 37 | 0 | 37 | 64 | 49 |
| Octal | 377 | 363 | 164 | 0 | 5 | 67 | 0 | 67 | 144 | 111 |
| Binary | 11111111 | 11110011 | 1110100 | 0 | 101 | 110111 | 0 | 110111 | 1100100 | 1001001 |
Color Harmonies of #FFF374
Complementary color
Monochromatic Colors of #FFF374
Black with #FFF374
Text Example
Text Example
White with #FFF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF374; }
p { color: rgb(255,243,116); }
H1.HeaderClassName
{
color: #FFF374;
}
.AnyTagClassName
{
color: #FFF374;
}
</style>
background-color css
<style>
a { background-color: #FFF374; }
a { background-color: rgb(255,243,116); }
div.DivClassName
{
background-color: #FFF374;
}
.BgClassName
{
background-color: #FFF374;
}
</style>
border-color css
<style>
span { border-color: #FFF374; }
span { border-color: rgb(255,243,116); }
td.TdClassName
{
border-color: #FFF374;
}
.TagClassName
{
border-color: #FFF374;
}
</style>