Shades of Pizazz #F17F3A
Tints of Pizazz #F17F3A
RGB
CMYK
RGB Variations
Color information
#F17F3A (or 0xF17F3A) is known color: Pizazz. HEX triplet: F1, 7F and 3A. RGB value is (241,127,58). Sum of RGB (Red+Green+Blue) = 241+127+58=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F3A is #0E80C5. Grayscale: #999999. Windows color (decimal): -950470 or 3833841. OLE color: 3833841.
HSL color Cylindrical-coordinate representation of color #F17F3A: hue angle of 22.62º degrees, saturation: 0.87, 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 #F17F3A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 58 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.05 |
| HSL | 22.62º | 0.87% | 0.59% | - |
| HSV(B) | 22.62º | 0.76% | 0.95% | - |
| XYZ | 44.63 | 34.19 | 8.25 | - |
| YUV | 153.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 58 | 0 | 0.47 | 0.76 | 0.05 | 22.62 | 0.87 | 0.59 |
| Hex | F1 | 7F | 3A | 0 | 2F | 4C | 5 | 17 | 57 | 3B |
| Octal | 361 | 177 | 72 | 0 | 57 | 114 | 5 | 27 | 127 | 73 |
| Binary | 11110001 | 1111111 | 111010 | 0 | 101111 | 1001100 | 101 | 10111 | 1010111 | 111011 |
Color Harmonies of #F17F3A
Complementary color
Monochromatic Colors of #F17F3A
Black with #F17F3A
Text Example
Text Example
White with #F17F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F3A; }
p { color: rgb(241,127,58); }
H1.HeaderClassName
{
color: #F17F3A;
}
.AnyTagClassName
{
color: #F17F3A;
}
</style>
background-color css
<style>
a { background-color: #F17F3A; }
a { background-color: rgb(241,127,58); }
div.DivClassName
{
background-color: #F17F3A;
}
.BgClassName
{
background-color: #F17F3A;
}
</style>
border-color css
<style>
span { border-color: #F17F3A; }
span { border-color: rgb(241,127,58); }
td.TdClassName
{
border-color: #F17F3A;
}
.TagClassName
{
border-color: #F17F3A;
}
</style>