Html Css Color HEX #F07744 Jaffa

📋 copy color: '#F07744'

red 240 ◦ green 119 ◦ blue 68

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

Shades of Jaffa #F07744

Tints of Jaffa #F07744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

 BLUE value IS 68 (26.95% from 255) = 15.93%

R = 56.21%
G = 27.87%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07744 (or 0xF07744) is known color: Jaffa. HEX triplet: F0, 77 and 44. RGB value is (240,119,68). Sum of RGB (Red+Green+Blue) = 240+119+68=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F07744 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07744 is #0F88BB. Grayscale: #959595. Windows color (decimal): -1018044 or 4487152. OLE color: 4487152.

HSL color Cylindrical-coordinate representation of color #F07744: hue angle of 17.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F07744 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 68 -
CMYK 0 0.50 0.72 0.06
HSL 17.79º 0.85% 0.6% -
HSV(B) 17.79º 0.72% 0.94% -
XYZ 43.58 32.14 9.38 -
YUV 149.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 240 119 68 0 0.50 0.72 0.06 17.79 0.85 0.6
Hex F0 77 44 0 32 48 6 12 55 3C
Octal 360 167 104 0 62 110 6 22 125 74
Binary 11110000 1110111 1000100 0 110010 1001000 110 10010 1010101 111100

Color Harmonies of #F07744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07744

Black with #F07744

Text Example


Text Example

White with #F07744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07744; }

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

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

background-color css

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

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

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

border-color css

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

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

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