#F17341

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

Shades of Jaffa #F17341

Tints of Jaffa #F17341

Color information

#F17341 (or 0xF17341) is unknown color: approx Jaffa. HEX triplet: F1, 73 and 41. RGB value is (241,115,65). Sum of RGB (Red+Green+Blue) = 241+115+65=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F17341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17341 is #0E8CBE. Grayscale: #939393. Windows color (decimal): -953535 or 4289521. OLE color: 4289521.

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

Color convert

RGB24111565-
CMYK00.520.730.05
HSL17.05º86.27%60%-
HSV(B)17.05º73.03%94.51%-
XYZ43.3631.348.77-
YUV146.9781.74195.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.24%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=57.24%
G=27.32%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411156500.520.730.0517.0586.2760
HexF1734103449511563c
Octal36116310106411152112674
Binary111100011110011100000101101001001001101100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17341; }

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

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

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

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

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

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

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

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