Shades of Pizazz #F07C37
Tints of Pizazz #F07C37
RGB
CMYK
RGB Variations
Color information
#F07C37 (or 0xF07C37) is known color: Pizazz. HEX triplet: F0, 7C and 37. RGB value is (240,124,55). Sum of RGB (Red+Green+Blue) = 240+124+55=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C37 is #0F83C8. Grayscale: #979797. Windows color (decimal): -1016777 or 3636464. OLE color: 3636464.
HSL color Cylindrical-coordinate representation of color #F07C37: hue angle of 22.38º 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 #F07C37 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 55 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.06 |
| HSL | 22.38º | 0.86% | 0.58% | - |
| HSV(B) | 22.38º | 0.77% | 0.94% | - |
| XYZ | 43.83 | 33.22 | 7.72 | - |
| YUV | 150.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 55 | 0 | 0.48 | 0.77 | 0.06 | 22.38 | 0.86 | 0.58 |
| Hex | F0 | 7C | 37 | 0 | 30 | 4D | 6 | 16 | 56 | 3A |
| Octal | 360 | 174 | 67 | 0 | 60 | 115 | 6 | 26 | 126 | 72 |
| Binary | 11110000 | 1111100 | 110111 | 0 | 110000 | 1001101 | 110 | 10110 | 1010110 | 111010 |
Color Harmonies of #F07C37
Complementary color
Monochromatic Colors of #F07C37
Black with #F07C37
Text Example
Text Example
White with #F07C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C37; }
p { color: rgb(240,124,55); }
H1.HeaderClassName
{
color: #F07C37;
}
.AnyTagClassName
{
color: #F07C37;
}
</style>
background-color css
<style>
a { background-color: #F07C37; }
a { background-color: rgb(240,124,55); }
div.DivClassName
{
background-color: #F07C37;
}
.BgClassName
{
background-color: #F07C37;
}
</style>
border-color css
<style>
span { border-color: #F07C37; }
span { border-color: rgb(240,124,55); }
td.TdClassName
{
border-color: #F07C37;
}
.TagClassName
{
border-color: #F07C37;
}
</style>