Shades of Pizazz #F6803A
Tints of Pizazz #F6803A
RGB
CMYK
RGB Variations
Color information
#F6803A (or 0xF6803A) is known color: Pizazz. HEX triplet: F6, 80 and 3A. RGB value is (246,128,58). Sum of RGB (Red+Green+Blue) = 246+128+58=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6803A is #097FC5. Grayscale: #9B9B9B. Windows color (decimal): -622534 or 3834102. OLE color: 3834102.
HSL color Cylindrical-coordinate representation of color #F6803A: hue angle of 22.34º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6803A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 58 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.04 |
| HSL | 22.34º | 0.91% | 0.6% | - |
| HSV(B) | 22.34º | 0.76% | 0.96% | - |
| XYZ | 46.49 | 35.34 | 8.37 | - |
| YUV | 155.3 | 73.09 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 58 | 0 | 0.48 | 0.76 | 0.04 | 22.34 | 0.91 | 0.6 |
| Hex | F6 | 80 | 3A | 0 | 30 | 4C | 4 | 16 | 5B | 3C |
| Octal | 366 | 200 | 72 | 0 | 60 | 114 | 4 | 26 | 133 | 74 |
| Binary | 11110110 | 10000000 | 111010 | 0 | 110000 | 1001100 | 100 | 10110 | 1011011 | 111100 |
Color Harmonies of #F6803A
Complementary color
Monochromatic Colors of #F6803A
Black with #F6803A
Text Example
Text Example
White with #F6803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6803A; }
p { color: rgb(246,128,58); }
H1.HeaderClassName
{
color: #F6803A;
}
.AnyTagClassName
{
color: #F6803A;
}
</style>
background-color css
<style>
a { background-color: #F6803A; }
a { background-color: rgb(246,128,58); }
div.DivClassName
{
background-color: #F6803A;
}
.BgClassName
{
background-color: #F6803A;
}
</style>
border-color css
<style>
span { border-color: #F6803A; }
span { border-color: rgb(246,128,58); }
td.TdClassName
{
border-color: #F6803A;
}
.TagClassName
{
border-color: #F6803A;
}
</style>