Html Css Color HEX #F57E6C Salmon

📋 copy color: '#F57E6C'

red 245 ◦ green 126 ◦ blue 108

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

Shades of Salmon #F57E6C

Tints of Salmon #F57E6C

RGB

 RED value IS 245 (96.09% from 255) = 51.15%

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 51.15%
G = 26.3%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F57E6C (or 0xF57E6C) is known color: Salmon. HEX triplet: F5, 7E and 6C. RGB value is (245,126,108). Sum of RGB (Red+Green+Blue) = 245+126+108=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E6C is #0A8193. Grayscale: #9F9F9F. Windows color (decimal): -688532 or 7110389. OLE color: 7110389.

HSL color Cylindrical-coordinate representation of color #F57E6C: hue angle of 7.88º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F57E6C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 126 108 -
CMYK 0 0.49 0.56 0.04
HSL 7.88º 0.87% 0.69% -
HSV(B) 7.88º 0.56% 0.96% -
XYZ 47.82 35.42 18.5 -
YUV 159.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 245 126 108 0 0.49 0.56 0.04 7.88 0.87 0.69
Hex F5 7E 6C 0 31 38 4 8 57 45
Octal 365 176 154 0 61 70 4 10 127 105
Binary 11110101 1111110 1101100 0 110001 111000 100 1000 1010111 1000101

Color Harmonies of #F57E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E6C

Black with #F57E6C

Text Example


Text Example

White with #F57E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E6C; }

 p { color: rgb(245,126,108); }

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

background-color css

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

 a { background-color: rgb(245,126,108); }

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

border-color css

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

 span { border-color: rgb(245,126,108); }

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