Html Css Color HEX #F07440 Jaffa

📋 copy color: '#F07440'

red 240 ◦ green 116 ◦ blue 64

#F07440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #F07440

Tints of Jaffa #F07440

RGB

 RED value IS 240 (94.14% from 255) = 57.14%

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 57.14%
G = 27.62%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07440 (or 0xF07440) is known color: Jaffa. HEX triplet: F0, 74 and 40. RGB value is (240,116,64). Sum of RGB (Red+Green+Blue) = 240+116+64=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F07440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07440 is #0F8BBF. Grayscale: #939393. Windows color (decimal): -1018816 or 4224240. OLE color: 4224240.

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

Color convert

RGB 240 116 64 -
CMYK 0 0.52 0.73 0.06
HSL 17.73º 0.85% 0.6% -
HSV(B) 17.73º 0.73% 0.94% -
XYZ 43.11 31.39 8.64 -
YUV 147.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 240 116 64 0 0.52 0.73 0.06 17.73 0.85 0.6
Hex F0 74 40 0 34 49 6 12 55 3C
Octal 360 164 100 0 64 111 6 22 125 74
Binary 11110000 1110100 1000000 0 110100 1001001 110 10010 1010101 111100

Color Harmonies of #F07440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07440

Black with #F07440

Text Example


Text Example

White with #F07440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07440; }

 p { color: rgb(240,116,64); }

 H1.HeaderClassName
 {
   color: #F07440;
 }
 .AnyTagClassName
 {
   color: #F07440;
 }
</style>

background-color css

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

 a { background-color: rgb(240,116,64); }

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

border-color css

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

 span { border-color: rgb(240,116,64); }

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