Shades of Pizazz #F17D3C
Tints of Pizazz #F17D3C
RGB
CMYK
RGB Variations
Color information
#F17D3C (or 0xF17D3C) is known color: Pizazz. HEX triplet: F1, 7D and 3C. RGB value is (241,125,60). Sum of RGB (Red+Green+Blue) = 241+125+60=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D3C is #0E82C3. Grayscale: #989898. Windows color (decimal): -950980 or 3964401. OLE color: 3964401.
HSL color Cylindrical-coordinate representation of color #F17D3C: hue angle of 21.55º 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 #F17D3C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 60 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.05 |
| HSL | 21.55º | 0.87% | 0.59% | - |
| HSV(B) | 21.55º | 0.75% | 0.95% | - |
| XYZ | 44.42 | 33.69 | 8.44 | - |
| YUV | 152.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 60 | 0 | 0.48 | 0.75 | 0.05 | 21.55 | 0.87 | 0.59 |
| Hex | F1 | 7D | 3C | 0 | 30 | 4B | 5 | 16 | 57 | 3B |
| Octal | 361 | 175 | 74 | 0 | 60 | 113 | 5 | 26 | 127 | 73 |
| Binary | 11110001 | 1111101 | 111100 | 0 | 110000 | 1001011 | 101 | 10110 | 1010111 | 111011 |
Color Harmonies of #F17D3C
Complementary color
Monochromatic Colors of #F17D3C
Black with #F17D3C
Text Example
Text Example
White with #F17D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D3C; }
p { color: rgb(241,125,60); }
H1.HeaderClassName
{
color: #F17D3C;
}
.AnyTagClassName
{
color: #F17D3C;
}
</style>
background-color css
<style>
a { background-color: #F17D3C; }
a { background-color: rgb(241,125,60); }
div.DivClassName
{
background-color: #F17D3C;
}
.BgClassName
{
background-color: #F17D3C;
}
</style>
border-color css
<style>
span { border-color: #F17D3C; }
span { border-color: rgb(241,125,60); }
td.TdClassName
{
border-color: #F17D3C;
}
.TagClassName
{
border-color: #F17D3C;
}
</style>