#F17441

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

Shades of Jaffa #F17441

Tints of Jaffa #F17441

Color information

#F17441 (or 0xF17441) is unknown color: approx Jaffa. HEX triplet: F1, 74 and 41. RGB value is (241,116,65). Sum of RGB (Red+Green+Blue) = 241+116+65=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F17441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17441 is #0E8BBE. Grayscale: #939393. Windows color (decimal): -953279 or 4289777. OLE color: 4289777.

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

Color convert

RGB24111665-
CMYK00.520.730.05
HSL17.39º86.27%60%-
HSV(B)17.39º73.03%94.51%-
XYZ43.4831.578.8-
YUV147.5681.41194.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=57.11%
G=27.49%
B=15.40%

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
Decimal2411166500.520.730.0517.3986.2760
HexF1744103449511563c
Octal36116410106411152112674
Binary111100011110100100000101101001001001101100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17441; }

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

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

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

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

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

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

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

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