Html Css Color HEX #F07641 Jaffa

📋 copy color: '#F07641'

red 240 ◦ green 118 ◦ blue 65

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

Shades of Jaffa #F07641

Tints of Jaffa #F07641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 56.74%
G = 27.9%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07641 (or 0xF07641) is known color: Jaffa. HEX triplet: F0, 76 and 41. RGB value is (240,118,65). Sum of RGB (Red+Green+Blue) = 240+118+65=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07641 is #0F89BE. Grayscale: #949494. Windows color (decimal): -1018303 or 4290288. OLE color: 4290288.

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

Color convert

RGB 240 118 65 -
CMYK 0 0.51 0.73 0.06
HSL 18.17º 0.85% 0.6% -
HSV(B) 18.17º 0.73% 0.94% -
XYZ 43.37 31.86 8.87 -
YUV 148.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 240 118 65 0 0.51 0.73 0.06 18.17 0.85 0.6
Hex F0 76 41 0 33 49 6 12 55 3C
Octal 360 166 101 0 63 111 6 22 125 74
Binary 11110000 1110110 1000001 0 110011 1001001 110 10010 1010101 111100

Color Harmonies of #F07641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07641

Black with #F07641

Text Example


Text Example

White with #F07641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07641; }

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

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

background-color css

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

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

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

border-color css

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

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

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