#F1763C

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

Shades of Pizazz #F1763C

Tints of Pizazz #F1763C

Color information

#F1763C (or 0xF1763C) is unknown color: approx Pizazz. HEX triplet: F1, 76 and 3C. RGB value is (241,118,60). Sum of RGB (Red+Green+Blue) = 241+118+60=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1763C is #0E89C3. Grayscale: #949494. Windows color (decimal): -952772 or 3962609. OLE color: 3962609.

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

Color convert

RGB24111860-
CMYK00.510.750.05
HSL19.23º86.6%59.02%-
HSV(B)19.23º75.1%94.51%-
XYZ43.5731.988.15-
YUV148.1678.25194.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=57.52%
G=28.16%
B=14.32%

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
Decimal2411186000.510.750.0519.2386.659.02
HexF1763C0334B513573b
Octal3611667406311352312773
Binary11110001111011011110001100111001011101100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1763C; }

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

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

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

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

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

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

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

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