Html Css Color HEX #F07741 Jaffa

📋 copy color: '#F07741'

red 240 ◦ green 119 ◦ blue 65

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

Shades of Jaffa #F07741

Tints of Jaffa #F07741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 56.6%
G = 28.07%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07741 (or 0xF07741) is known color: Jaffa. HEX triplet: F0, 77 and 41. RGB value is (240,119,65). Sum of RGB (Red+Green+Blue) = 240+119+65=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F07741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07741 is #0F88BE. Grayscale: #959595. Windows color (decimal): -1018047 or 4290544. OLE color: 4290544.

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

Color convert

RGB 240 119 65 -
CMYK 0 0.50 0.73 0.06
HSL 18.51º 0.85% 0.6% -
HSV(B) 18.51º 0.73% 0.94% -
XYZ 43.49 32.1 8.91 -
YUV 149.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 240 119 65 0 0.50 0.73 0.06 18.51 0.85 0.6
Hex F0 77 41 0 32 49 6 13 55 3C
Octal 360 167 101 0 62 111 6 23 125 74
Binary 11110000 1110111 1000001 0 110010 1001001 110 10011 1010101 111100

Color Harmonies of #F07741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07741

Black with #F07741

Text Example


Text Example

White with #F07741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07741; }

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

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

background-color css

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

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

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

border-color css

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

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

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