Shades of Pizazz #F1773D
Tints of Pizazz #F1773D
RGB
CMYK
RGB Variations
Color information
#F1773D (or 0xF1773D) is known color: Pizazz. HEX triplet: F1, 77 and 3D. RGB value is (241,119,61). Sum of RGB (Red+Green+Blue) = 241+119+61=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1773D is #0E88C2. Grayscale: #959595. Windows color (decimal): -952515 or 4028401. OLE color: 4028401.
HSL color Cylindrical-coordinate representation of color #F1773D: hue angle of 19.33º 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 #F1773D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 61 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.05 |
| HSL | 19.33º | 0.87% | 0.59% | - |
| HSV(B) | 19.33º | 0.75% | 0.95% | - |
| XYZ | 43.71 | 32.23 | 8.33 | - |
| YUV | 148.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 61 | 0 | 0.51 | 0.75 | 0.05 | 19.33 | 0.87 | 0.59 |
| Hex | F1 | 77 | 3D | 0 | 33 | 4B | 5 | 13 | 57 | 3B |
| Octal | 361 | 167 | 75 | 0 | 63 | 113 | 5 | 23 | 127 | 73 |
| Binary | 11110001 | 1110111 | 111101 | 0 | 110011 | 1001011 | 101 | 10011 | 1010111 | 111011 |
Color Harmonies of #F1773D
Complementary color
Monochromatic Colors of #F1773D
Black with #F1773D
Text Example
Text Example
White with #F1773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1773D; }
p { color: rgb(241,119,61); }
H1.HeaderClassName
{
color: #F1773D;
}
.AnyTagClassName
{
color: #F1773D;
}
</style>
background-color css
<style>
a { background-color: #F1773D; }
a { background-color: rgb(241,119,61); }
div.DivClassName
{
background-color: #F1773D;
}
.BgClassName
{
background-color: #F1773D;
}
</style>
border-color css
<style>
span { border-color: #F1773D; }
span { border-color: rgb(241,119,61); }
td.TdClassName
{
border-color: #F1773D;
}
.TagClassName
{
border-color: #F1773D;
}
</style>