Shades of Pizazz #F37C3C
Tints of Pizazz #F37C3C
RGB
CMYK
RGB Variations
Color information
#F37C3C (or 0xF37C3C) is known color: Pizazz. HEX triplet: F3, 7C and 3C. RGB value is (243,124,60). Sum of RGB (Red+Green+Blue) = 243+124+60=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37C3C is #0C83C3. Grayscale: #989898. Windows color (decimal): -820164 or 3964147. OLE color: 3964147.
HSL color Cylindrical-coordinate representation of color #F37C3C: hue angle of 20.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F37C3C is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 60 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.05 |
| HSL | 20.98º | 0.88% | 0.59% | - |
| HSV(B) | 20.98º | 0.75% | 0.95% | - |
| XYZ | 44.99 | 33.8 | 8.43 | - |
| YUV | 152.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 60 | 0 | 0.49 | 0.75 | 0.05 | 20.98 | 0.88 | 0.59 |
| Hex | F3 | 7C | 3C | 0 | 31 | 4B | 5 | 15 | 58 | 3B |
| Octal | 363 | 174 | 74 | 0 | 61 | 113 | 5 | 25 | 130 | 73 |
| Binary | 11110011 | 1111100 | 111100 | 0 | 110001 | 1001011 | 101 | 10101 | 1011000 | 111011 |
Color Harmonies of #F37C3C
Complementary color
Monochromatic Colors of #F37C3C
Black with #F37C3C
Text Example
Text Example
White with #F37C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C3C; }
p { color: rgb(243,124,60); }
H1.HeaderClassName
{
color: #F37C3C;
}
.AnyTagClassName
{
color: #F37C3C;
}
</style>
background-color css
<style>
a { background-color: #F37C3C; }
a { background-color: rgb(243,124,60); }
div.DivClassName
{
background-color: #F37C3C;
}
.BgClassName
{
background-color: #F37C3C;
}
</style>
border-color css
<style>
span { border-color: #F37C3C; }
span { border-color: rgb(243,124,60); }
td.TdClassName
{
border-color: #F37C3C;
}
.TagClassName
{
border-color: #F37C3C;
}
</style>