Html Css Color HEX #F97A73 Salmon

📋 copy color: '#F97A73'

red 249 ◦ green 122 ◦ blue 115

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

Shades of Salmon #F97A73

Tints of Salmon #F97A73

RGB

 RED value IS 249 (97.66% from 255) = 51.23%

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

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 51.23%
G = 25.1%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F97A73 (or 0xF97A73) is known color: Salmon. HEX triplet: F9, 7A and 73. RGB value is (249,122,115). Sum of RGB (Red+Green+Blue) = 249+122+115=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A73 is #06858C. Grayscale: #9F9F9F. Windows color (decimal): -427405 or 7568121. OLE color: 7568121.

HSL color Cylindrical-coordinate representation of color #F97A73: hue angle of 3.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F97A73 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 122 115 -
CMYK 0 0.51 0.54 0.02
HSL 3.13º 0.92% 0.71% -
HSV(B) 3.13º 0.54% 0.98% -
XYZ 49.12 35.3 20.44 -
YUV 159.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 249 122 115 0 0.51 0.54 0.02 3.13 0.92 0.71
Hex F9 7A 73 0 33 36 2 3 5C 47
Octal 371 172 163 0 63 66 2 3 134 107
Binary 11111001 1111010 1110011 0 110011 110110 10 11 1011100 1000111

Color Harmonies of #F97A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A73

Black with #F97A73

Text Example


Text Example

White with #F97A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A73; }

 p { color: rgb(249,122,115); }

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

background-color css

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

 a { background-color: rgb(249,122,115); }

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

border-color css

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

 span { border-color: rgb(249,122,115); }

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