#F07841

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

Shades of Jaffa #F07841

Tints of Jaffa #F07841

Color information

#F07841 (or 0xF07841) is unknown color: approx Jaffa. HEX triplet: F0, 78 and 41. RGB value is (240,120,65). Sum of RGB (Red+Green+Blue) = 240+120+65=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07841 is #0F87BE. Grayscale: #959595. Windows color (decimal): -1017791 or 4290800. OLE color: 4290800.

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

Color convert

RGB24012065-
CMYK00.50.730.06
HSL18.86º85.37%59.8%-
HSV(B)18.86º72.92%94.12%-
XYZ43.6132.348.94-
YUV149.6180.26192.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=56.47%
G=28.24%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401206500.50.730.0618.8685.3759.8
HexF0784103249613553c
Octal36017010106211162312574
Binary111100001111000100000101100101001001110100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07841; }

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

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

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

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

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

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

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

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