Shades of Pizazz #F1773C
Tints of Pizazz #F1773C
RGB
CMYK
RGB Variations
Color information
#F1773C (or 0xF1773C) is known color: Pizazz. HEX triplet: F1, 77 and 3C. RGB value is (241,119,60). Sum of RGB (Red+Green+Blue) = 241+119+60=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1773C is #0E88C3. Grayscale: #959595. Windows color (decimal): -952516 or 3962865. OLE color: 3962865.
HSL color Cylindrical-coordinate representation of color #F1773C: 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 #F1773C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 60 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.05 |
| HSL | 19.56º | 0.87% | 0.59% | - |
| HSV(B) | 19.56º | 0.75% | 0.95% | - |
| XYZ | 43.69 | 32.22 | 8.19 | - |
| YUV | 148.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 60 | 0 | 0.51 | 0.75 | 0.05 | 19.56 | 0.87 | 0.59 |
| Hex | F1 | 77 | 3C | 0 | 33 | 4B | 5 | 14 | 57 | 3B |
| Octal | 361 | 167 | 74 | 0 | 63 | 113 | 5 | 24 | 127 | 73 |
| Binary | 11110001 | 1110111 | 111100 | 0 | 110011 | 1001011 | 101 | 10100 | 1010111 | 111011 |
Color Harmonies of #F1773C
Complementary color
Monochromatic Colors of #F1773C
Black with #F1773C
Text Example
Text Example
White with #F1773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1773C; }
p { color: rgb(241,119,60); }
H1.HeaderClassName
{
color: #F1773C;
}
.AnyTagClassName
{
color: #F1773C;
}
</style>
background-color css
<style>
a { background-color: #F1773C; }
a { background-color: rgb(241,119,60); }
div.DivClassName
{
background-color: #F1773C;
}
.BgClassName
{
background-color: #F1773C;
}
</style>
border-color css
<style>
span { border-color: #F1773C; }
span { border-color: rgb(241,119,60); }
td.TdClassName
{
border-color: #F1773C;
}
.TagClassName
{
border-color: #F1773C;
}
</style>