Html Css Color HEX #F97E68 Salmon

📋 copy color: '#F97E68'

red 249 ◦ green 126 ◦ blue 104

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

Shades of Salmon #F97E68

Tints of Salmon #F97E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 51.98%
G = 26.3%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F97E68 (or 0xF97E68) is known color: Salmon. HEX triplet: F9, 7E and 68. RGB value is (249,126,104). Sum of RGB (Red+Green+Blue) = 249+126+104=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E68 is #068197. Grayscale: #A0A0A0. Windows color (decimal): -426392 or 6848249. OLE color: 6848249.

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

Color convert

RGB 249 126 104 -
CMYK 0 0.49 0.58 0.02
HSL 9.1º 0.92% 0.69% -
HSV(B) 9.1º 0.58% 0.98% -
XYZ 49.03 36.06 17.47 -
YUV 160.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 249 126 104 0 0.49 0.58 0.02 9.1 0.92 0.69
Hex F9 7E 68 0 31 3A 2 9 5C 45
Octal 371 176 150 0 61 72 2 11 134 105
Binary 11111001 1111110 1101000 0 110001 111010 10 1001 1011100 1000101

Color Harmonies of #F97E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97E68

Black with #F97E68

Text Example


Text Example

White with #F97E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97E68; }

 p { color: rgb(249,126,104); }

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

background-color css

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

 a { background-color: rgb(249,126,104); }

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

border-color css

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

 span { border-color: rgb(249,126,104); }

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