Shades of Pizazz #F37940
Tints of Pizazz #F37940
RGB
CMYK
RGB Variations
Color information
#F37940 (or 0xF37940) is known color: Pizazz. HEX triplet: F3, 79 and 40. RGB value is (243,121,64). Sum of RGB (Red+Green+Blue) = 243+121+64=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F37940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37940 is #0C86BF. Grayscale: #979797. Windows color (decimal): -820928 or 4225523. OLE color: 4225523.
HSL color Cylindrical-coordinate representation of color #F37940: hue angle of 19.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F37940 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 64 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.05 |
| HSL | 19.11º | 0.88% | 0.6% | - |
| HSV(B) | 19.11º | 0.74% | 0.95% | - |
| XYZ | 44.72 | 33.1 | 8.88 | - |
| YUV | 150.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 64 | 0 | 0.50 | 0.74 | 0.05 | 19.11 | 0.88 | 0.6 |
| Hex | F3 | 79 | 40 | 0 | 32 | 4A | 5 | 13 | 58 | 3C |
| Octal | 363 | 171 | 100 | 0 | 62 | 112 | 5 | 23 | 130 | 74 |
| Binary | 11110011 | 1111001 | 1000000 | 0 | 110010 | 1001010 | 101 | 10011 | 1011000 | 111100 |
Color Harmonies of #F37940
Complementary color
Monochromatic Colors of #F37940
Black with #F37940
Text Example
Text Example
White with #F37940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37940; }
p { color: rgb(243,121,64); }
H1.HeaderClassName
{
color: #F37940;
}
.AnyTagClassName
{
color: #F37940;
}
</style>
background-color css
<style>
a { background-color: #F37940; }
a { background-color: rgb(243,121,64); }
div.DivClassName
{
background-color: #F37940;
}
.BgClassName
{
background-color: #F37940;
}
</style>
border-color css
<style>
span { border-color: #F37940; }
span { border-color: rgb(243,121,64); }
td.TdClassName
{
border-color: #F37940;
}
.TagClassName
{
border-color: #F37940;
}
</style>