#F17541

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

Shades of Jaffa #F17541

Tints of Jaffa #F17541

Color information

#F17541 (or 0xF17541) is unknown color: approx Jaffa. HEX triplet: F1, 75 and 41. RGB value is (241,117,65). Sum of RGB (Red+Green+Blue) = 241+117+65=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F17541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17541 is #0E8ABE. Grayscale: #949494. Windows color (decimal): -953023 or 4290033. OLE color: 4290033.

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

Color convert

RGB24111765-
CMYK00.510.730.05
HSL17.73º86.27%60%-
HSV(B)17.73º73.03%94.51%-
XYZ43.5931.818.84-
YUV148.1581.08194.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 65 (25.78% from 255) = 15.37%
R=56.97%
G=27.66%
B=15.37%

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
Decimal2411176500.510.730.0517.7386.2760
HexF1754103349512563c
Octal36116510106311152212674
Binary111100011110101100000101100111001001101100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17541; }

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

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

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

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

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

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

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

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