Shades of Pizazz #F07937
Tints of Pizazz #F07937
RGB
CMYK
RGB Variations
Color information
#F07937 (or 0xF07937) is known color: Pizazz. HEX triplet: F0, 79 and 37. RGB value is (240,121,55). Sum of RGB (Red+Green+Blue) = 240+121+55=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F07937 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07937 is #0F86C8. Grayscale: #959595. Windows color (decimal): -1017545 or 3635696. OLE color: 3635696.
HSL color Cylindrical-coordinate representation of color #F07937: hue angle of 21.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F07937 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 55 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.06 |
| HSL | 21.41º | 0.86% | 0.58% | - |
| HSV(B) | 21.41º | 0.77% | 0.94% | - |
| XYZ | 43.46 | 32.48 | 7.59 | - |
| YUV | 149.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 55 | 0 | 0.50 | 0.77 | 0.06 | 21.41 | 0.86 | 0.58 |
| Hex | F0 | 79 | 37 | 0 | 32 | 4D | 6 | 15 | 56 | 3A |
| Octal | 360 | 171 | 67 | 0 | 62 | 115 | 6 | 25 | 126 | 72 |
| Binary | 11110000 | 1111001 | 110111 | 0 | 110010 | 1001101 | 110 | 10101 | 1010110 | 111010 |
Color Harmonies of #F07937
Complementary color
Monochromatic Colors of #F07937
Black with #F07937
Text Example
Text Example
White with #F07937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07937; }
p { color: rgb(240,121,55); }
H1.HeaderClassName
{
color: #F07937;
}
.AnyTagClassName
{
color: #F07937;
}
</style>
background-color css
<style>
a { background-color: #F07937; }
a { background-color: rgb(240,121,55); }
div.DivClassName
{
background-color: #F07937;
}
.BgClassName
{
background-color: #F07937;
}
</style>
border-color css
<style>
span { border-color: #F07937; }
span { border-color: rgb(240,121,55); }
td.TdClassName
{
border-color: #F07937;
}
.TagClassName
{
border-color: #F07937;
}
</style>