#F0713F

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

Shades of Jaffa #F0713F

Tints of Jaffa #F0713F

Color information

#F0713F (or 0xF0713F) is unknown color: approx Jaffa. HEX triplet: F0, 71 and 3F. RGB value is (240,113,63). Sum of RGB (Red+Green+Blue) = 240+113+63=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0713F is #0F8EC0. Grayscale: #919191. Windows color (decimal): -1019585 or 4157936. OLE color: 4157936.

HSL color Cylindrical-coordinate representation of color #F0713F: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0713F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB24011363-
CMYK00.530.740.06
HSL16.95º85.51%59.41%-
HSV(B)16.95º73.75%94.12%-
XYZ42.7430.698.37-
YUV145.2781.58195.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.69%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 63 (25% from 255) = 15.14%
R=57.69%
G=27.16%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401136300.530.740.0616.9585.5159.41
HexF0713F0354A611563b
Octal3601617706511262112673
Binary11110000111000111111101101011001010110100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0713F; }

 p { color: rgb(240,113,63); }

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

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

 a { background-color: rgb(240,113,63); }

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

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

 span { border-color: rgb(240,113,63); }

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