Shades of Pizazz #F0793D
Tints of Pizazz #F0793D
RGB
CMYK
RGB Variations
Color information
#F0793D (or 0xF0793D) is known color: Pizazz. HEX triplet: F0, 79 and 3D. RGB value is (240,121,61). Sum of RGB (Red+Green+Blue) = 240+121+61=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0793D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0793D is #0F86C2. Grayscale: #969696. Windows color (decimal): -1017539 or 4028912. OLE color: 4028912.
HSL color Cylindrical-coordinate representation of color #F0793D: hue angle of 20.11º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0793D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 61 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.06 |
| HSL | 20.11º | 0.86% | 0.59% | - |
| HSV(B) | 20.11º | 0.75% | 0.94% | - |
| XYZ | 43.61 | 32.54 | 8.4 | - |
| YUV | 149.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 61 | 0 | 0.50 | 0.75 | 0.06 | 20.11 | 0.86 | 0.59 |
| Hex | F0 | 79 | 3D | 0 | 32 | 4B | 6 | 14 | 56 | 3B |
| Octal | 360 | 171 | 75 | 0 | 62 | 113 | 6 | 24 | 126 | 73 |
| Binary | 11110000 | 1111001 | 111101 | 0 | 110010 | 1001011 | 110 | 10100 | 1010110 | 111011 |
Color Harmonies of #F0793D
Complementary color
Monochromatic Colors of #F0793D
Black with #F0793D
Text Example
Text Example
White with #F0793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0793D; }
p { color: rgb(240,121,61); }
H1.HeaderClassName
{
color: #F0793D;
}
.AnyTagClassName
{
color: #F0793D;
}
</style>
background-color css
<style>
a { background-color: #F0793D; }
a { background-color: rgb(240,121,61); }
div.DivClassName
{
background-color: #F0793D;
}
.BgClassName
{
background-color: #F0793D;
}
</style>
border-color css
<style>
span { border-color: #F0793D; }
span { border-color: rgb(240,121,61); }
td.TdClassName
{
border-color: #F0793D;
}
.TagClassName
{
border-color: #F0793D;
}
</style>