Html Css Color HEX #F07A65 Salmon

📋 copy color: '#F07A65'

red 240 ◦ green 122 ◦ blue 101

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

Shades of Salmon #F07A65

Tints of Salmon #F07A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 51.84%
G = 26.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07A65 (or 0xF07A65) is known color: Salmon. HEX triplet: F0, 7A and 65. RGB value is (240,122,101). Sum of RGB (Red+Green+Blue) = 240+122+101=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A65 is #0F859A. Grayscale: #9B9B9B. Windows color (decimal): -1017243 or 6650608. OLE color: 6650608.

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

Color convert

RGB 240 122 101 -
CMYK 0 0.49 0.58 0.06
HSL 9.06º 0.82% 0.67% -
HSV(B) 9.06º 0.58% 0.94% -
XYZ 45.24 33.38 16.37 -
YUV 154.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 240 122 101 0 0.49 0.58 0.06 9.06 0.82 0.67
Hex F0 7A 65 0 31 3A 6 9 52 43
Octal 360 172 145 0 61 72 6 11 122 103
Binary 11110000 1111010 1100101 0 110001 111010 110 1001 1010010 1000011

Color Harmonies of #F07A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A65

Black with #F07A65

Text Example


Text Example

White with #F07A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A65; }

 p { color: rgb(240,122,101); }

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

background-color css

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

 a { background-color: rgb(240,122,101); }

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

border-color css

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

 span { border-color: rgb(240,122,101); }

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