#F1773C

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

Shades of Pizazz #F1773C

Tints of Pizazz #F1773C

Color information

#F1773C (or 0xF1773C) is unknown color: approx Pizazz. HEX triplet: F1, 77 and 3C. RGB value is (241,119,60). Sum of RGB (Red+Green+Blue) = 241+119+60=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1773C is #0E88C3. Grayscale: #959595. Windows color (decimal): -952516 or 3962865. OLE color: 3962865.

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

Color convert

RGB24111960-
CMYK00.510.750.05
HSL19.56º86.6%59.02%-
HSV(B)19.56º75.1%94.51%-
XYZ43.6932.228.19-
YUV148.7577.92193.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=57.38%
G=28.33%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411196000.510.750.0519.5686.659.02
HexF1773C0334B514573b
Octal3611677406311352412773
Binary11110001111011111110001100111001011101101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1773C; }

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

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

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

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

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

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

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

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