Shades of Pizazz #F07934
Tints of Pizazz #F07934
RGB
CMYK
RGB Variations
Color information
#F07934 (or 0xF07934) is known color: Pizazz. HEX triplet: F0, 79 and 34. RGB value is (240,121,52). Sum of RGB (Red+Green+Blue) = 240+121+52=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F07934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07934 is #0F86CB. Grayscale: #959595. Windows color (decimal): -1017548 or 3439088. OLE color: 3439088.
HSL color Cylindrical-coordinate representation of color #F07934: hue angle of 22.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07934 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 52 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.06 |
| HSL | 22.02º | 0.86% | 0.57% | - |
| HSV(B) | 22.02º | 0.78% | 0.94% | - |
| XYZ | 43.39 | 32.45 | 7.22 | - |
| YUV | 148.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 52 | 0 | 0.50 | 0.78 | 0.06 | 22.02 | 0.86 | 0.57 |
| Hex | F0 | 79 | 34 | 0 | 32 | 4E | 6 | 16 | 56 | 39 |
| Octal | 360 | 171 | 64 | 0 | 62 | 116 | 6 | 26 | 126 | 71 |
| Binary | 11110000 | 1111001 | 110100 | 0 | 110010 | 1001110 | 110 | 10110 | 1010110 | 111001 |
Color Harmonies of #F07934
Complementary color
Monochromatic Colors of #F07934
Black with #F07934
Text Example
Text Example
White with #F07934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07934; }
p { color: rgb(240,121,52); }
H1.HeaderClassName
{
color: #F07934;
}
.AnyTagClassName
{
color: #F07934;
}
</style>
background-color css
<style>
a { background-color: #F07934; }
a { background-color: rgb(240,121,52); }
div.DivClassName
{
background-color: #F07934;
}
.BgClassName
{
background-color: #F07934;
}
</style>
border-color css
<style>
span { border-color: #F07934; }
span { border-color: rgb(240,121,52); }
td.TdClassName
{
border-color: #F07934;
}
.TagClassName
{
border-color: #F07934;
}
</style>