Shades of Pizazz #F0743C
Tints of Pizazz #F0743C
RGB
CMYK
RGB Variations
Color information
#F0743C (or 0xF0743C) is known color: Pizazz. HEX triplet: F0, 74 and 3C. RGB value is (240,116,60). Sum of RGB (Red+Green+Blue) = 240+116+60=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0743C is #0F8BC3. Grayscale: #939393. Windows color (decimal): -1018820 or 3962096. OLE color: 3962096.
HSL color Cylindrical-coordinate representation of color #F0743C: hue angle of 18.67º 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 #F0743C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 60 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.06 |
| HSL | 18.67º | 0.86% | 0.59% | - |
| HSV(B) | 18.67º | 0.75% | 0.94% | - |
| XYZ | 43 | 31.34 | 8.06 | - |
| YUV | 146.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 60 | 0 | 0.52 | 0.75 | 0.06 | 18.67 | 0.86 | 0.59 |
| Hex | F0 | 74 | 3C | 0 | 34 | 4B | 6 | 13 | 56 | 3B |
| Octal | 360 | 164 | 74 | 0 | 64 | 113 | 6 | 23 | 126 | 73 |
| Binary | 11110000 | 1110100 | 111100 | 0 | 110100 | 1001011 | 110 | 10011 | 1010110 | 111011 |
Color Harmonies of #F0743C
Complementary color
Monochromatic Colors of #F0743C
Black with #F0743C
Text Example
Text Example
White with #F0743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0743C; }
p { color: rgb(240,116,60); }
H1.HeaderClassName
{
color: #F0743C;
}
.AnyTagClassName
{
color: #F0743C;
}
</style>
background-color css
<style>
a { background-color: #F0743C; }
a { background-color: rgb(240,116,60); }
div.DivClassName
{
background-color: #F0743C;
}
.BgClassName
{
background-color: #F0743C;
}
</style>
border-color css
<style>
span { border-color: #F0743C; }
span { border-color: rgb(240,116,60); }
td.TdClassName
{
border-color: #F0743C;
}
.TagClassName
{
border-color: #F0743C;
}
</style>