Shades of Pizazz #F2783D
Tints of Pizazz #F2783D
RGB
CMYK
RGB Variations
Color information
#F2783D (or 0xF2783D) is known color: Pizazz. HEX triplet: F2, 78 and 3D. RGB value is (242,120,61). Sum of RGB (Red+Green+Blue) = 242+120+61=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2783D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2783D is #0D87C2. Grayscale: #969696. Windows color (decimal): -886723 or 4028658. OLE color: 4028658.
HSL color Cylindrical-coordinate representation of color #F2783D: hue angle of 19.56º degrees, saturation: 0.87, 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 #F2783D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 61 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.05 |
| HSL | 19.56º | 0.87% | 0.59% | - |
| HSV(B) | 19.56º | 0.75% | 0.95% | - |
| XYZ | 44.18 | 32.65 | 8.39 | - |
| YUV | 149.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 61 | 0 | 0.50 | 0.75 | 0.05 | 19.56 | 0.87 | 0.59 |
| Hex | F2 | 78 | 3D | 0 | 32 | 4B | 5 | 14 | 57 | 3B |
| Octal | 362 | 170 | 75 | 0 | 62 | 113 | 5 | 24 | 127 | 73 |
| Binary | 11110010 | 1111000 | 111101 | 0 | 110010 | 1001011 | 101 | 10100 | 1010111 | 111011 |
Color Harmonies of #F2783D
Complementary color
Monochromatic Colors of #F2783D
Black with #F2783D
Text Example
Text Example
White with #F2783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2783D; }
p { color: rgb(242,120,61); }
H1.HeaderClassName
{
color: #F2783D;
}
.AnyTagClassName
{
color: #F2783D;
}
</style>
background-color css
<style>
a { background-color: #F2783D; }
a { background-color: rgb(242,120,61); }
div.DivClassName
{
background-color: #F2783D;
}
.BgClassName
{
background-color: #F2783D;
}
</style>
border-color css
<style>
span { border-color: #F2783D; }
span { border-color: rgb(242,120,61); }
td.TdClassName
{
border-color: #F2783D;
}
.TagClassName
{
border-color: #F2783D;
}
</style>