Html Css Color HEX #F0796A Salmon

📋 copy color: '#F0796A'

red 240 ◦ green 121 ◦ blue 106

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

Shades of Salmon #F0796A

Tints of Salmon #F0796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 51.39%
G = 25.91%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0796A (or 0xF0796A) is known color: Salmon. HEX triplet: F0, 79 and 6A. RGB value is (240,121,106). Sum of RGB (Red+Green+Blue) = 240+121+106=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796A is #0F8695. Grayscale: #9B9B9B. Windows color (decimal): -1017494 or 6978032. OLE color: 6978032.

HSL color Cylindrical-coordinate representation of color #F0796A: hue angle of 6.72º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0796A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 106 -
CMYK 0 0.50 0.56 0.06
HSL 6.72º 0.82% 0.68% -
HSV(B) 6.72º 0.56% 0.94% -
XYZ 45.37 33.24 17.66 -
YUV 154.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 240 121 106 0 0.50 0.56 0.06 6.72 0.82 0.68
Hex F0 79 6A 0 32 38 6 7 52 44
Octal 360 171 152 0 62 70 6 7 122 104
Binary 11110000 1111001 1101010 0 110010 111000 110 111 1010010 1000100

Color Harmonies of #F0796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0796A

Black with #F0796A

Text Example


Text Example

White with #F0796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0796A; }

 p { color: rgb(240,121,106); }

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

background-color css

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

 a { background-color: rgb(240,121,106); }

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

border-color css

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

 span { border-color: rgb(240,121,106); }

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