Shades of Pizazz #F3783F
Tints of Pizazz #F3783F
RGB
CMYK
RGB Variations
Color information
#F3783F (or 0xF3783F) is known color: Pizazz. HEX triplet: F3, 78 and 3F. RGB value is (243,120,63). Sum of RGB (Red+Green+Blue) = 243+120+63=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3783F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3783F is #0C87C0. Grayscale: #969696. Windows color (decimal): -821185 or 4159731. OLE color: 4159731.
HSL color Cylindrical-coordinate representation of color #F3783F: hue angle of 19º 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 #F3783F is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 63 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.05 |
| HSL | 19º | 0.88% | 0.6% | - |
| HSV(B) | 19º | 0.74% | 0.95% | - |
| XYZ | 44.58 | 32.85 | 8.69 | - |
| YUV | 150.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 63 | 0 | 0.51 | 0.74 | 0.05 | 19 | 0.88 | 0.6 |
| Hex | F3 | 78 | 3F | 0 | 33 | 4A | 5 | 13 | 58 | 3C |
| Octal | 363 | 170 | 77 | 0 | 63 | 112 | 5 | 23 | 130 | 74 |
| Binary | 11110011 | 1111000 | 111111 | 0 | 110011 | 1001010 | 101 | 10011 | 1011000 | 111100 |
Color Harmonies of #F3783F
Complementary color
Monochromatic Colors of #F3783F
Black with #F3783F
Text Example
Text Example
White with #F3783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3783F; }
p { color: rgb(243,120,63); }
H1.HeaderClassName
{
color: #F3783F;
}
.AnyTagClassName
{
color: #F3783F;
}
</style>
background-color css
<style>
a { background-color: #F3783F; }
a { background-color: rgb(243,120,63); }
div.DivClassName
{
background-color: #F3783F;
}
.BgClassName
{
background-color: #F3783F;
}
</style>
border-color css
<style>
span { border-color: #F3783F; }
span { border-color: rgb(243,120,63); }
td.TdClassName
{
border-color: #F3783F;
}
.TagClassName
{
border-color: #F3783F;
}
</style>