Shades of Pizazz #F2783A
Tints of Pizazz #F2783A
RGB
CMYK
RGB Variations
Color information
#F2783A (or 0xF2783A) is known color: Pizazz. HEX triplet: F2, 78 and 3A. RGB value is (242,120,58). Sum of RGB (Red+Green+Blue) = 242+120+58=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2783A is #0D87C5. Grayscale: #959595. Windows color (decimal): -886726 or 3832050. OLE color: 3832050.
HSL color Cylindrical-coordinate representation of color #F2783A: hue angle of 20.22º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2783A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 58 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.05 |
| HSL | 20.22º | 0.88% | 0.59% | - |
| HSV(B) | 20.22º | 0.76% | 0.95% | - |
| XYZ | 44.1 | 32.62 | 7.97 | - |
| YUV | 149.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 58 | 0 | 0.50 | 0.76 | 0.05 | 20.22 | 0.88 | 0.59 |
| Hex | F2 | 78 | 3A | 0 | 32 | 4C | 5 | 14 | 58 | 3B |
| Octal | 362 | 170 | 72 | 0 | 62 | 114 | 5 | 24 | 130 | 73 |
| Binary | 11110010 | 1111000 | 111010 | 0 | 110010 | 1001100 | 101 | 10100 | 1011000 | 111011 |
Color Harmonies of #F2783A
Complementary color
Monochromatic Colors of #F2783A
Black with #F2783A
Text Example
Text Example
White with #F2783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2783A; }
p { color: rgb(242,120,58); }
H1.HeaderClassName
{
color: #F2783A;
}
.AnyTagClassName
{
color: #F2783A;
}
</style>
background-color css
<style>
a { background-color: #F2783A; }
a { background-color: rgb(242,120,58); }
div.DivClassName
{
background-color: #F2783A;
}
.BgClassName
{
background-color: #F2783A;
}
</style>
border-color css
<style>
span { border-color: #F2783A; }
span { border-color: rgb(242,120,58); }
td.TdClassName
{
border-color: #F2783A;
}
.TagClassName
{
border-color: #F2783A;
}
</style>