Html Css Color HEX #F97C6D Salmon

📋 copy color: '#F97C6D'

red 249 ◦ green 124 ◦ blue 109

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

Shades of Salmon #F97C6D

Tints of Salmon #F97C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 51.66%
G = 25.73%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F97C6D (or 0xF97C6D) is known color: Salmon. HEX triplet: F9, 7C and 6D. RGB value is (249,124,109). Sum of RGB (Red+Green+Blue) = 249+124+109=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C6D is #068392. Grayscale: #9F9F9F. Windows color (decimal): -426899 or 7175417. OLE color: 7175417.

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

Color convert

RGB 249 124 109 -
CMYK 0 0.50 0.56 0.02
HSL 6.43º 0.92% 0.7% -
HSV(B) 6.43º 0.56% 0.98% -
XYZ 49.03 35.66 18.77 -
YUV 159.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 249 124 109 0 0.50 0.56 0.02 6.43 0.92 0.7
Hex F9 7C 6D 0 32 38 2 6 5C 46
Octal 371 174 155 0 62 70 2 6 134 106
Binary 11111001 1111100 1101101 0 110010 111000 10 110 1011100 1000110

Color Harmonies of #F97C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C6D

Black with #F97C6D

Text Example


Text Example

White with #F97C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C6D; }

 p { color: rgb(249,124,109); }

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

background-color css

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

 a { background-color: rgb(249,124,109); }

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

border-color css

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

 span { border-color: rgb(249,124,109); }

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