Shades of Pizazz #F07538
Tints of Pizazz #F07538
RGB
CMYK
RGB Variations
Color information
#F07538 (or 0xF07538) is known color: Pizazz. HEX triplet: F0, 75 and 38. RGB value is (240,117,56). Sum of RGB (Red+Green+Blue) = 240+117+56=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F07538 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07538 is #0F8AC7. Grayscale: #939393. Windows color (decimal): -1018568 or 3700208. OLE color: 3700208.
HSL color Cylindrical-coordinate representation of color #F07538: hue angle of 19.89º 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 #F07538 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 56 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.06 |
| HSL | 19.89º | 0.86% | 0.58% | - |
| HSV(B) | 19.89º | 0.77% | 0.94% | - |
| XYZ | 43.01 | 31.53 | 7.56 | - |
| YUV | 146.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 56 | 0 | 0.51 | 0.77 | 0.06 | 19.89 | 0.86 | 0.58 |
| Hex | F0 | 75 | 38 | 0 | 33 | 4D | 6 | 14 | 56 | 3A |
| Octal | 360 | 165 | 70 | 0 | 63 | 115 | 6 | 24 | 126 | 72 |
| Binary | 11110000 | 1110101 | 111000 | 0 | 110011 | 1001101 | 110 | 10100 | 1010110 | 111010 |
Color Harmonies of #F07538
Complementary color
Monochromatic Colors of #F07538
Black with #F07538
Text Example
Text Example
White with #F07538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07538; }
p { color: rgb(240,117,56); }
H1.HeaderClassName
{
color: #F07538;
}
.AnyTagClassName
{
color: #F07538;
}
</style>
background-color css
<style>
a { background-color: #F07538; }
a { background-color: rgb(240,117,56); }
div.DivClassName
{
background-color: #F07538;
}
.BgClassName
{
background-color: #F07538;
}
</style>
border-color css
<style>
span { border-color: #F07538; }
span { border-color: rgb(240,117,56); }
td.TdClassName
{
border-color: #F07538;
}
.TagClassName
{
border-color: #F07538;
}
</style>