#F07641

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

Shades of Jaffa #F07641

Tints of Jaffa #F07641

Color information

#F07641 (or 0xF07641) is unknown color: approx Jaffa. HEX triplet: F0, 76 and 41. RGB value is (240,118,65). Sum of RGB (Red+Green+Blue) = 240+118+65=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07641 is #0F89BE. Grayscale: #949494. Windows color (decimal): -1018303 or 4290288. OLE color: 4290288.

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

Color convert

RGB24011865-
CMYK00.510.730.06
HSL18.17º85.37%59.8%-
HSV(B)18.17º72.92%94.12%-
XYZ43.3731.868.87-
YUV148.4480.92193.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 65 (25.78% from 255) = 15.37%
R=56.74%
G=27.90%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2401186500.510.730.0618.1785.3759.8
HexF0764103349612553c
Octal36016610106311162212574
Binary111100001110110100000101100111001001110100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07641; }

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

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

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

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

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

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

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

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