#F0703F

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

Shades of Jaffa #F0703F

Tints of Jaffa #F0703F

Color information

#F0703F (or 0xF0703F) is unknown color: approx Jaffa. HEX triplet: F0, 70 and 3F. RGB value is (240,112,63). Sum of RGB (Red+Green+Blue) = 240+112+63=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0703F is #0F8FC0. Grayscale: #919191. Windows color (decimal): -1019841 or 4157680. OLE color: 4157680.

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

Color convert

RGB24011263-
CMYK00.530.740.06
HSL16.61º85.51%59.41%-
HSV(B)16.61º73.75%94.12%-
XYZ42.6330.478.34-
YUV144.6981.91195.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.83%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 63 (25% from 255) = 15.18%
R=57.83%
G=26.99%
B=15.18%

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
Decimal2401126300.530.740.0616.6185.5159.41
HexF0703F0354A611563b
Octal3601607706511262112673
Binary11110000111000011111101101011001010110100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0703F; }

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

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

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

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

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

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

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

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