Html Css Color HEX #F07341 Jaffa

📋 copy color: '#F07341'

red 240 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #F07341

Tints of Jaffa #F07341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 57.14%
G = 27.38%
B = 15.48%

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

#F07341 (or 0xF07341) is known color: Jaffa. HEX triplet: F0, 73 and 41. RGB value is (240,115,65). Sum of RGB (Red+Green+Blue) = 240+115+65=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F07341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07341 is #0F8CBE. Grayscale: #939393. Windows color (decimal): -1019071 or 4289520. OLE color: 4289520.

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

Color convert

RGB 240 115 65 -
CMYK 0 0.52 0.73 0.06
HSL 17.14º 0.85% 0.6% -
HSV(B) 17.14º 0.73% 0.94% -
XYZ 43.02 31.17 8.75 -
YUV 146.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 240 115 65 0 0.52 0.73 0.06 17.14 0.85 0.6
Hex F0 73 41 0 34 49 6 11 55 3C
Octal 360 163 101 0 64 111 6 21 125 74
Binary 11110000 1110011 1000001 0 110100 1001001 110 10001 1010101 111100

Color Harmonies of #F07341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07341

Black with #F07341

Text Example


Text Example

White with #F07341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07341; }

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

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

background-color css

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

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

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

border-color css

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

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

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