Html Css Color HEX #F0743D Jaffa

📋 copy color: '#F0743D'

red 240 ◦ green 116 ◦ blue 61

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

Shades of Jaffa #F0743D

Tints of Jaffa #F0743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 57.55%
G = 27.82%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0743D (or 0xF0743D) is known color: Jaffa. HEX triplet: F0, 74 and 3D. RGB value is (240,116,61). Sum of RGB (Red+Green+Blue) = 240+116+61=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0743D is #0F8BC2. Grayscale: #939393. Windows color (decimal): -1018819 or 4027632. OLE color: 4027632.

HSL color Cylindrical-coordinate representation of color #F0743D: hue angle of 18.44º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0743D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 61 -
CMYK 0 0.52 0.75 0.06
HSL 18.44º 0.86% 0.59% -
HSV(B) 18.44º 0.75% 0.94% -
XYZ 43.02 31.35 8.2 -
YUV 146.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 240 116 61 0 0.52 0.75 0.06 18.44 0.86 0.59
Hex F0 74 3D 0 34 4B 6 12 56 3B
Octal 360 164 75 0 64 113 6 22 126 73
Binary 11110000 1110100 111101 0 110100 1001011 110 10010 1010110 111011

Color Harmonies of #F0743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0743D

Black with #F0743D

Text Example


Text Example

White with #F0743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0743D; }

 p { color: rgb(240,116,61); }

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

background-color css

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

 a { background-color: rgb(240,116,61); }

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

border-color css

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

 span { border-color: rgb(240,116,61); }

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