Shades of Pizazz #F0793A
Tints of Pizazz #F0793A
RGB
CMYK
RGB Variations
Color information
#F0793A (or 0xF0793A) is known color: Pizazz. HEX triplet: F0, 79 and 3A. RGB value is (240,121,58). Sum of RGB (Red+Green+Blue) = 240+121+58=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0793A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0793A is #0F86C5. Grayscale: #959595. Windows color (decimal): -1017542 or 3832304. OLE color: 3832304.
HSL color Cylindrical-coordinate representation of color #F0793A: hue angle of 20.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0793A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 58 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.06 |
| HSL | 20.77º | 0.86% | 0.58% | - |
| HSV(B) | 20.77º | 0.76% | 0.94% | - |
| XYZ | 43.54 | 32.51 | 7.98 | - |
| YUV | 149.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 58 | 0 | 0.50 | 0.76 | 0.06 | 20.77 | 0.86 | 0.58 |
| Hex | F0 | 79 | 3A | 0 | 32 | 4C | 6 | 15 | 56 | 3A |
| Octal | 360 | 171 | 72 | 0 | 62 | 114 | 6 | 25 | 126 | 72 |
| Binary | 11110000 | 1111001 | 111010 | 0 | 110010 | 1001100 | 110 | 10101 | 1010110 | 111010 |
Color Harmonies of #F0793A
Complementary color
Monochromatic Colors of #F0793A
Black with #F0793A
Text Example
Text Example
White with #F0793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0793A; }
p { color: rgb(240,121,58); }
H1.HeaderClassName
{
color: #F0793A;
}
.AnyTagClassName
{
color: #F0793A;
}
</style>
background-color css
<style>
a { background-color: #F0793A; }
a { background-color: rgb(240,121,58); }
div.DivClassName
{
background-color: #F0793A;
}
.BgClassName
{
background-color: #F0793A;
}
</style>
border-color css
<style>
span { border-color: #F0793A; }
span { border-color: rgb(240,121,58); }
td.TdClassName
{
border-color: #F0793A;
}
.TagClassName
{
border-color: #F0793A;
}
</style>