#F17641

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

Shades of Jaffa #F17641

Tints of Jaffa #F17641

Color information

#F17641 (or 0xF17641) is unknown color: approx Jaffa. HEX triplet: F1, 76 and 41. RGB value is (241,118,65). Sum of RGB (Red+Green+Blue) = 241+118+65=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F17641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17641 is #0E89BE. Grayscale: #959595. Windows color (decimal): -952767 or 4290289. OLE color: 4290289.

HSL color Cylindrical-coordinate representation of color #F17641: hue angle of 18.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F17641 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24111865-
CMYK00.510.730.05
HSL18.07º86.27%60%-
HSV(B)18.07º73.03%94.51%-
XYZ43.7132.048.88-
YUV148.7380.75193.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.84%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 65 (25.78% from 255) = 15.33%
R=56.84%
G=27.83%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411186500.510.730.0518.0786.2760
HexF1764103349512563c
Octal36116610106311152212674
Binary111100011110110100000101100111001001101100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17641; }

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

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

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

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

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

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

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

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