Shades of Witch Haze #FFF480
Tints of Witch Haze #FFF480
RGB
CMYK
RGB Variations
Color information
#FFF480 (or 0xFFF480) is known color: Witch Haze. HEX triplet: FF, F4 and 80. RGB value is (255,244,128). Sum of RGB (Red+Green+Blue) = 255+244+128=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF480 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF480 is #000B7F. Grayscale: #EAEAEA. Windows color (decimal): -2944 or 8451327. OLE color: 8451327.
HSL color Cylindrical-coordinate representation of color #FFF480: hue angle of 54.8º 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 #FFF480 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 128 | - |
| CMYK | 0 | 0.04 | 0.50 | 0 |
| HSL | 54.8º | 1% | 0.75% | - |
| HSV(B) | 54.8º | 0.5% | 1% | - |
| XYZ | 77.49 | 87.52 | 33.23 | - |
| YUV | 234.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 128 | 0 | 0.04 | 0.50 | 0 | 54.8 | 1 | 0.75 |
| Hex | FF | F4 | 80 | 0 | 4 | 32 | 0 | 37 | 64 | 4B |
| Octal | 377 | 364 | 200 | 0 | 4 | 62 | 0 | 67 | 144 | 113 |
| Binary | 11111111 | 11110100 | 10000000 | 0 | 100 | 110010 | 0 | 110111 | 1100100 | 1001011 |
Color Harmonies of #FFF480
Complementary color
Monochromatic Colors of #FFF480
Black with #FFF480
Text Example
Text Example
White with #FFF480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF480; }
p { color: rgb(255,244,128); }
H1.HeaderClassName
{
color: #FFF480;
}
.AnyTagClassName
{
color: #FFF480;
}
</style>
background-color css
<style>
a { background-color: #FFF480; }
a { background-color: rgb(255,244,128); }
div.DivClassName
{
background-color: #FFF480;
}
.BgClassName
{
background-color: #FFF480;
}
</style>
border-color css
<style>
span { border-color: #FFF480; }
span { border-color: rgb(255,244,128); }
td.TdClassName
{
border-color: #FFF480;
}
.TagClassName
{
border-color: #FFF480;
}
</style>