Html Css Color HEX #F07342 Jaffa

📋 copy color: '#F07342'

red 240 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #F07342

Tints of Jaffa #F07342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 57.01%
G = 27.32%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07342 (or 0xF07342) is known color: Jaffa. HEX triplet: F0, 73 and 42. RGB value is (240,115,66). Sum of RGB (Red+Green+Blue) = 240+115+66=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F07342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07342 is #0F8CBD. Grayscale: #939393. Windows color (decimal): -1019070 or 4355056. OLE color: 4355056.

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

Color convert

RGB 240 115 66 -
CMYK 0 0.52 0.72 0.06
HSL 16.9º 0.85% 0.6% -
HSV(B) 16.9º 0.73% 0.94% -
XYZ 43.05 31.18 8.9 -
YUV 146.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 240 115 66 0 0.52 0.72 0.06 16.9 0.85 0.6
Hex F0 73 42 0 34 48 6 11 55 3C
Octal 360 163 102 0 64 110 6 21 125 74
Binary 11110000 1110011 1000010 0 110100 1001000 110 10001 1010101 111100

Color Harmonies of #F07342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07342

Black with #F07342

Text Example


Text Example

White with #F07342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07342; }

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

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

background-color css

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

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

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

border-color css

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

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

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