Shades of Pizazz #F07936
Tints of Pizazz #F07936
RGB
CMYK
RGB Variations
Color information
#F07936 (or 0xF07936) is known color: Pizazz. HEX triplet: F0, 79 and 36. RGB value is (240,121,54). Sum of RGB (Red+Green+Blue) = 240+121+54=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F07936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07936 is #0F86C9. Grayscale: #959595. Windows color (decimal): -1017546 or 3570160. OLE color: 3570160.
HSL color Cylindrical-coordinate representation of color #F07936: hue angle of 21.61º 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 #F07936 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 54 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.06 |
| HSL | 21.61º | 0.86% | 0.58% | - |
| HSV(B) | 21.61º | 0.78% | 0.94% | - |
| XYZ | 43.44 | 32.47 | 7.47 | - |
| YUV | 148.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 54 | 0 | 0.50 | 0.78 | 0.06 | 21.61 | 0.86 | 0.58 |
| Hex | F0 | 79 | 36 | 0 | 32 | 4E | 6 | 16 | 56 | 3A |
| Octal | 360 | 171 | 66 | 0 | 62 | 116 | 6 | 26 | 126 | 72 |
| Binary | 11110000 | 1111001 | 110110 | 0 | 110010 | 1001110 | 110 | 10110 | 1010110 | 111010 |
Color Harmonies of #F07936
Complementary color
Monochromatic Colors of #F07936
Black with #F07936
Text Example
Text Example
White with #F07936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07936; }
p { color: rgb(240,121,54); }
H1.HeaderClassName
{
color: #F07936;
}
.AnyTagClassName
{
color: #F07936;
}
</style>
background-color css
<style>
a { background-color: #F07936; }
a { background-color: rgb(240,121,54); }
div.DivClassName
{
background-color: #F07936;
}
.BgClassName
{
background-color: #F07936;
}
</style>
border-color css
<style>
span { border-color: #F07936; }
span { border-color: rgb(240,121,54); }
td.TdClassName
{
border-color: #F07936;
}
.TagClassName
{
border-color: #F07936;
}
</style>