Html Css Color HEX #F97672 Salmon

📋 copy color: '#F97672'

red 249 ◦ green 118 ◦ blue 114

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

Shades of Salmon #F97672

Tints of Salmon #F97672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 51.77%
G = 24.53%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F97672 (or 0xF97672) is known color: Salmon. HEX triplet: F9, 76 and 72. RGB value is (249,118,114). Sum of RGB (Red+Green+Blue) = 249+118+114=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F97672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97672 is #06898D. Grayscale: #9C9C9C. Windows color (decimal): -428430 or 7501561. OLE color: 7501561.

HSL color Cylindrical-coordinate representation of color #F97672: hue angle of 1.78º 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 #F97672 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 114 -
CMYK 0 0.53 0.54 0.02
HSL 1.78º 0.92% 0.71% -
HSV(B) 1.78º 0.54% 0.98% -
XYZ 48.58 34.31 19.98 -
YUV 156.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 249 118 114 0 0.53 0.54 0.02 1.78 0.92 0.71
Hex F9 76 72 0 35 36 2 2 5C 47
Octal 371 166 162 0 65 66 2 2 134 107
Binary 11111001 1110110 1110010 0 110101 110110 10 10 1011100 1000111

Color Harmonies of #F97672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97672

Black with #F97672

Text Example


Text Example

White with #F97672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97672; }

 p { color: rgb(249,118,114); }

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

background-color css

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

 a { background-color: rgb(249,118,114); }

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

border-color css

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

 span { border-color: rgb(249,118,114); }

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