Shades of Pizazz #F0743B
Tints of Pizazz #F0743B
RGB
CMYK
RGB Variations
Color information
#F0743B (or 0xF0743B) is known color: Pizazz. HEX triplet: F0, 74 and 3B. RGB value is (240,116,59). Sum of RGB (Red+Green+Blue) = 240+116+59=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0743B is #0F8BC4. Grayscale: #929292. Windows color (decimal): -1018821 or 3896560. OLE color: 3896560.
HSL color Cylindrical-coordinate representation of color #F0743B: hue angle of 18.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0743B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 59 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.06 |
| HSL | 18.9º | 0.86% | 0.59% | - |
| HSV(B) | 18.9º | 0.75% | 0.94% | - |
| XYZ | 42.97 | 31.33 | 7.92 | - |
| YUV | 146.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 59 | 0 | 0.52 | 0.75 | 0.06 | 18.9 | 0.86 | 0.59 |
| Hex | F0 | 74 | 3B | 0 | 34 | 4B | 6 | 13 | 56 | 3B |
| Octal | 360 | 164 | 73 | 0 | 64 | 113 | 6 | 23 | 126 | 73 |
| Binary | 11110000 | 1110100 | 111011 | 0 | 110100 | 1001011 | 110 | 10011 | 1010110 | 111011 |
Color Harmonies of #F0743B
Complementary color
Monochromatic Colors of #F0743B
Black with #F0743B
Text Example
Text Example
White with #F0743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0743B; }
p { color: rgb(240,116,59); }
H1.HeaderClassName
{
color: #F0743B;
}
.AnyTagClassName
{
color: #F0743B;
}
</style>
background-color css
<style>
a { background-color: #F0743B; }
a { background-color: rgb(240,116,59); }
div.DivClassName
{
background-color: #F0743B;
}
.BgClassName
{
background-color: #F0743B;
}
</style>
border-color css
<style>
span { border-color: #F0743B; }
span { border-color: rgb(240,116,59); }
td.TdClassName
{
border-color: #F0743B;
}
.TagClassName
{
border-color: #F0743B;
}
</style>