Shades of Witch Haze #FFF380
Tints of Witch Haze #FFF380
RGB
CMYK
RGB Variations
Color information
#FFF380 (or 0xFFF380) is known color: Witch Haze. HEX triplet: FF, F3 and 80. RGB value is (255,243,128). Sum of RGB (Red+Green+Blue) = 255+243+128=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 128 (50.39% from 255 or 20.45% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF380 is #000C7F. Grayscale: #E9E9E9. Windows color (decimal): -3200 or 8451071. OLE color: 8451071.
HSL color Cylindrical-coordinate representation of color #FFF380: hue angle of 54.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFF380 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 128 | - |
| CMYK | 0 | 0.05 | 0.50 | 0 |
| HSL | 54.33º | 1% | 0.75% | - |
| HSV(B) | 54.33º | 0.5% | 1% | - |
| XYZ | 77.19 | 86.92 | 33.13 | - |
| YUV | 233.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 128 | 0 | 0.05 | 0.50 | 0 | 54.33 | 1 | 0.75 |
| Hex | FF | F3 | 80 | 0 | 5 | 32 | 0 | 36 | 64 | 4B |
| Octal | 377 | 363 | 200 | 0 | 5 | 62 | 0 | 66 | 144 | 113 |
| Binary | 11111111 | 11110011 | 10000000 | 0 | 101 | 110010 | 0 | 110110 | 1100100 | 1001011 |
Color Harmonies of #FFF380
Complementary color
Monochromatic Colors of #FFF380
Black with #FFF380
Text Example
Text Example
White with #FFF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF380; }
p { color: rgb(255,243,128); }
H1.HeaderClassName
{
color: #FFF380;
}
.AnyTagClassName
{
color: #FFF380;
}
</style>
background-color css
<style>
a { background-color: #FFF380; }
a { background-color: rgb(255,243,128); }
div.DivClassName
{
background-color: #FFF380;
}
.BgClassName
{
background-color: #FFF380;
}
</style>
border-color css
<style>
span { border-color: #FFF380; }
span { border-color: rgb(255,243,128); }
td.TdClassName
{
border-color: #FFF380;
}
.TagClassName
{
border-color: #FFF380;
}
</style>