#F07742

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

Shades of Jaffa #F07742

Tints of Jaffa #F07742

Color information

#F07742 (or 0xF07742) is unknown color: approx Jaffa. HEX triplet: F0, 77 and 42. RGB value is (240,119,66). Sum of RGB (Red+Green+Blue) = 240+119+66=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07742 is #0F88BD. Grayscale: #959595. Windows color (decimal): -1018046 or 4356080. OLE color: 4356080.

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

Color convert

RGB24011966-
CMYK00.500.720.06
HSL18.28º85.29%60%-
HSV(B)18.28º72.5%94.12%-
XYZ43.5232.119.06-
YUV149.1481.09192.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=56.47%
G=28%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401196600.500.720.0618.2885.2960
HexF0774203248612553c
Octal36016710206211062212574
Binary111100001110111100001001100101001000110100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07742; }

 p { color: rgb(240,119,66); }

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

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

 a { background-color: rgb(240,119,66); }

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

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

 span { border-color: rgb(240,119,66); }

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