#F17A3C

Color #F17A3C Pizazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizazz #F17A3C

Tints of Pizazz #F17A3C

Color information

#F17A3C (or 0xF17A3C) is unknown color: approx Pizazz. HEX triplet: F1, 7A and 3C. RGB value is (241,122,60). Sum of RGB (Red+Green+Blue) = 241+122+60=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17A3C is #0E85C3. Grayscale: #969696. Windows color (decimal): -951748 or 3963633. OLE color: 3963633.

HSL color Cylindrical-coordinate representation of color #F17A3C: hue angle of 20.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 #F17A3C is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24112260-
CMYK00.490.750.05
HSL20.55º86.6%59.02%-
HSV(B)20.55º75.1%94.51%-
XYZ44.0532.958.31-
YUV150.5176.92192.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=56.97%
G=28.84%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411226000.490.750.0520.5586.659.02
HexF17A3C0314B515573b
Octal3611727406111352512773
Binary11110001111101011110001100011001011101101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17A3C; }

 p { color: rgb(241,122,60); }

 H1.HeaderClassName
 {
   color: #F17A3C;
 }
 .AnyTagClassName
 {
   color: #F17A3C;
 }
</style>
background-color css

<style>
 a { background-color: #F17A3C; }

 a { background-color: rgb(241,122,60); }

 div.DivClassName
 {
   background-color: #F17A3C;
 }
 .BgClassName
 {
   background-color: #F17A3C;
 }
</style>
border-color css

<style>
 span { border-color: #F17A3C; }

 span { border-color: rgb(241,122,60); }

 td.TdClassName
 {
   border-color: #F17A3C;
 }
 .TagClassName
 {
   border-color: #F17A3C;
 }
</style>