Shades of Pizazz #F17E3A
Tints of Pizazz #F17E3A
RGB
CMYK
RGB Variations
Color information
#F17E3A (or 0xF17E3A) is known color: Pizazz. HEX triplet: F1, 7E and 3A. RGB value is (241,126,58). Sum of RGB (Red+Green+Blue) = 241+126+58=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17E3A is #0E81C5. Grayscale: #999999. Windows color (decimal): -950726 or 3833585. OLE color: 3833585.
HSL color Cylindrical-coordinate representation of color #F17E3A: hue angle of 22.3º 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 #F17E3A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 58 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.05 |
| HSL | 22.3º | 0.87% | 0.59% | - |
| HSV(B) | 22.3º | 0.76% | 0.95% | - |
| XYZ | 44.5 | 33.93 | 8.21 | - |
| YUV | 152.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 58 | 0 | 0.48 | 0.76 | 0.05 | 22.3 | 0.87 | 0.59 |
| Hex | F1 | 7E | 3A | 0 | 30 | 4C | 5 | 16 | 57 | 3B |
| Octal | 361 | 176 | 72 | 0 | 60 | 114 | 5 | 26 | 127 | 73 |
| Binary | 11110001 | 1111110 | 111010 | 0 | 110000 | 1001100 | 101 | 10110 | 1010111 | 111011 |
Color Harmonies of #F17E3A
Complementary color
Monochromatic Colors of #F17E3A
Black with #F17E3A
Text Example
Text Example
White with #F17E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E3A; }
p { color: rgb(241,126,58); }
H1.HeaderClassName
{
color: #F17E3A;
}
.AnyTagClassName
{
color: #F17E3A;
}
</style>
background-color css
<style>
a { background-color: #F17E3A; }
a { background-color: rgb(241,126,58); }
div.DivClassName
{
background-color: #F17E3A;
}
.BgClassName
{
background-color: #F17E3A;
}
</style>
border-color css
<style>
span { border-color: #F17E3A; }
span { border-color: rgb(241,126,58); }
td.TdClassName
{
border-color: #F17E3A;
}
.TagClassName
{
border-color: #F17E3A;
}
</style>