Shades of Witch Haze #FFF282
Tints of Witch Haze #FFF282
RGB
CMYK
RGB Variations
Color information
#FFF282 (or 0xFFF282) is known color: Witch Haze. HEX triplet: FF, F2 and 82. RGB value is (255,242,130). Sum of RGB (Red+Green+Blue) = 255+242+130=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 130 (51.17% from 255 or 20.73% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF282 is #000D7D. Grayscale: #E9E9E9. Windows color (decimal): -3454 or 8581887. OLE color: 8581887.
HSL color Cylindrical-coordinate representation of color #FFF282: hue angle of 53.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFF282 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 130 | - |
| CMYK | 0 | 0.05 | 0.49 | 0 |
| HSL | 53.76º | 1% | 0.75% | - |
| HSV(B) | 53.76º | 0.49% | 1% | - |
| XYZ | 77.02 | 86.38 | 33.73 | - |
| YUV | 233.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 130 | 0 | 0.05 | 0.49 | 0 | 53.76 | 1 | 0.75 |
| Hex | FF | F2 | 82 | 0 | 5 | 31 | 0 | 36 | 64 | 4B |
| Octal | 377 | 362 | 202 | 0 | 5 | 61 | 0 | 66 | 144 | 113 |
| Binary | 11111111 | 11110010 | 10000010 | 0 | 101 | 110001 | 0 | 110110 | 1100100 | 1001011 |
Color Harmonies of #FFF282
Complementary color
Monochromatic Colors of #FFF282
Black with #FFF282
Text Example
Text Example
White with #FFF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF282; }
p { color: rgb(255,242,130); }
H1.HeaderClassName
{
color: #FFF282;
}
.AnyTagClassName
{
color: #FFF282;
}
</style>
background-color css
<style>
a { background-color: #FFF282; }
a { background-color: rgb(255,242,130); }
div.DivClassName
{
background-color: #FFF282;
}
.BgClassName
{
background-color: #FFF282;
}
</style>
border-color css
<style>
span { border-color: #FFF282; }
span { border-color: rgb(255,242,130); }
td.TdClassName
{
border-color: #FFF282;
}
.TagClassName
{
border-color: #FFF282;
}
</style>