Shades of Pizazz #F1763C
Tints of Pizazz #F1763C
RGB
CMYK
RGB Variations
Color information
#F1763C (or 0xF1763C) is known color: Pizazz. HEX triplet: F1, 76 and 3C. RGB value is (241,118,60). Sum of RGB (Red+Green+Blue) = 241+118+60=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1763C is #0E89C3. Grayscale: #949494. Windows color (decimal): -952772 or 3962609. OLE color: 3962609.
HSL color Cylindrical-coordinate representation of color #F1763C: hue angle of 19.23º 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 #F1763C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 60 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.05 |
| HSL | 19.23º | 0.87% | 0.59% | - |
| HSV(B) | 19.23º | 0.75% | 0.95% | - |
| XYZ | 43.57 | 31.98 | 8.15 | - |
| YUV | 148.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 60 | 0 | 0.51 | 0.75 | 0.05 | 19.23 | 0.87 | 0.59 |
| Hex | F1 | 76 | 3C | 0 | 33 | 4B | 5 | 13 | 57 | 3B |
| Octal | 361 | 166 | 74 | 0 | 63 | 113 | 5 | 23 | 127 | 73 |
| Binary | 11110001 | 1110110 | 111100 | 0 | 110011 | 1001011 | 101 | 10011 | 1010111 | 111011 |
Color Harmonies of #F1763C
Complementary color
Monochromatic Colors of #F1763C
Black with #F1763C
Text Example
Text Example
White with #F1763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1763C; }
p { color: rgb(241,118,60); }
H1.HeaderClassName
{
color: #F1763C;
}
.AnyTagClassName
{
color: #F1763C;
}
</style>
background-color css
<style>
a { background-color: #F1763C; }
a { background-color: rgb(241,118,60); }
div.DivClassName
{
background-color: #F1763C;
}
.BgClassName
{
background-color: #F1763C;
}
</style>
border-color css
<style>
span { border-color: #F1763C; }
span { border-color: rgb(241,118,60); }
td.TdClassName
{
border-color: #F1763C;
}
.TagClassName
{
border-color: #F1763C;
}
</style>