Shades of Witch Haze #FFF378
Tints of Witch Haze #FFF378
RGB
CMYK
RGB Variations
Color information
#FFF378 (or 0xFFF378) is known color: Witch Haze. HEX triplet: FF, F3 and 78. RGB value is (255,243,120). Sum of RGB (Red+Green+Blue) = 255+243+120=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 120 (47.27% from 255 or 19.42% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF378 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF378 is #000C87. Grayscale: #E9E9E9. Windows color (decimal): -3208 or 7926783. OLE color: 7926783.
HSL color Cylindrical-coordinate representation of color #FFF378: hue angle of 54.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFF378 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 120 | - |
| CMYK | 0 | 0.05 | 0.53 | 0 |
| HSL | 54.67º | 1% | 0.74% | - |
| HSV(B) | 54.67º | 0.53% | 1% | - |
| XYZ | 76.68 | 86.72 | 30.47 | - |
| YUV | 232.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 120 | 0 | 0.05 | 0.53 | 0 | 54.67 | 1 | 0.74 |
| Hex | FF | F3 | 78 | 0 | 5 | 35 | 0 | 37 | 64 | 4A |
| Octal | 377 | 363 | 170 | 0 | 5 | 65 | 0 | 67 | 144 | 112 |
| Binary | 11111111 | 11110011 | 1111000 | 0 | 101 | 110101 | 0 | 110111 | 1100100 | 1001010 |
Color Harmonies of #FFF378
Complementary color
Monochromatic Colors of #FFF378
Black with #FFF378
Text Example
Text Example
White with #FFF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF378; }
p { color: rgb(255,243,120); }
H1.HeaderClassName
{
color: #FFF378;
}
.AnyTagClassName
{
color: #FFF378;
}
</style>
background-color css
<style>
a { background-color: #FFF378; }
a { background-color: rgb(255,243,120); }
div.DivClassName
{
background-color: #FFF378;
}
.BgClassName
{
background-color: #FFF378;
}
</style>
border-color css
<style>
span { border-color: #FFF378; }
span { border-color: rgb(255,243,120); }
td.TdClassName
{
border-color: #FFF378;
}
.TagClassName
{
border-color: #FFF378;
}
</style>