Shades of Witch Haze #FFF080
Tints of Witch Haze #FFF080
RGB
CMYK
RGB Variations
Color information
#FFF080 (or 0xFFF080) is known color: Witch Haze. HEX triplet: FF, F0 and 80. RGB value is (255,240,128). Sum of RGB (Red+Green+Blue) = 255+240+128=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF080 is #000F7F. Grayscale: #E8E8E8. Windows color (decimal): -3968 or 8450303. OLE color: 8450303.
HSL color Cylindrical-coordinate representation of color #FFF080: hue angle of 52.91º 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 #FFF080 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 240 | 128 | - |
CMYK | 0 | 0.06 | 0.50 | 0 |
HSL | 52.91º | 1% | 0.75% | - |
HSV(B) | 52.91º | 0.5% | 1% | - |
XYZ | 76.3 | 85.14 | 32.83 | - |
YUV | 231.72 | 69.47 | 144.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 240 | 128 | 0 | 0.06 | 0.50 | 0 | 52.91 | 1 | 0.75 |
Hex | FF | F0 | 80 | 0 | 6 | 32 | 0 | 35 | 64 | 4B |
Octal | 377 | 360 | 200 | 0 | 6 | 62 | 0 | 65 | 144 | 113 |
Binary | 11111111 | 11110000 | 10000000 | 0 | 110 | 110010 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF080
Complementary color
Monochromatic Colors of #FFF080
Black with #FFF080
Text Example
Text Example
White with #FFF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF080; }
p { color: rgb(255,240,128); }
H1.HeaderClassName
{
color: #FFF080;
}
.AnyTagClassName
{
color: #FFF080;
}
</style>
background-color css
<style>
a { background-color: #FFF080; }
a { background-color: rgb(255,240,128); }
div.DivClassName
{
background-color: #FFF080;
}
.BgClassName
{
background-color: #FFF080;
}
</style>
border-color css
<style>
span { border-color: #FFF080; }
span { border-color: rgb(255,240,128); }
td.TdClassName
{
border-color: #FFF080;
}
.TagClassName
{
border-color: #FFF080;
}
</style>