Shades of Pizazz #F37C3F
Tints of Pizazz #F37C3F
RGB
CMYK
RGB Variations
Color information
#F37C3F (or 0xF37C3F) is known color: Pizazz. HEX triplet: F3, 7C and 3F. RGB value is (243,124,63). Sum of RGB (Red+Green+Blue) = 243+124+63=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37C3F is #0C83C0. Grayscale: #989898. Windows color (decimal): -820161 or 4160755. OLE color: 4160755.
HSL color Cylindrical-coordinate representation of color #F37C3F: hue angle of 20.33º 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 #F37C3F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 63 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.05 |
| HSL | 20.33º | 0.88% | 0.6% | - |
| HSV(B) | 20.33º | 0.74% | 0.95% | - |
| XYZ | 45.07 | 33.83 | 8.86 | - |
| YUV | 152.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 63 | 0 | 0.49 | 0.74 | 0.05 | 20.33 | 0.88 | 0.6 |
| Hex | F3 | 7C | 3F | 0 | 31 | 4A | 5 | 14 | 58 | 3C |
| Octal | 363 | 174 | 77 | 0 | 61 | 112 | 5 | 24 | 130 | 74 |
| Binary | 11110011 | 1111100 | 111111 | 0 | 110001 | 1001010 | 101 | 10100 | 1011000 | 111100 |
Color Harmonies of #F37C3F
Complementary color
Monochromatic Colors of #F37C3F
Black with #F37C3F
Text Example
Text Example
White with #F37C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C3F; }
p { color: rgb(243,124,63); }
H1.HeaderClassName
{
color: #F37C3F;
}
.AnyTagClassName
{
color: #F37C3F;
}
</style>
background-color css
<style>
a { background-color: #F37C3F; }
a { background-color: rgb(243,124,63); }
div.DivClassName
{
background-color: #F37C3F;
}
.BgClassName
{
background-color: #F37C3F;
}
</style>
border-color css
<style>
span { border-color: #F37C3F; }
span { border-color: rgb(243,124,63); }
td.TdClassName
{
border-color: #F37C3F;
}
.TagClassName
{
border-color: #F37C3F;
}
</style>