Html Css Color HEX #F57C6B Salmon

📋 copy color: '#F57C6B'

red 245 ◦ green 124 ◦ blue 107

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

Shades of Salmon #F57C6B

Tints of Salmon #F57C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 51.47%
G = 26.05%
B = 22.48%

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

#F57C6B (or 0xF57C6B) is known color: Salmon. HEX triplet: F5, 7C and 6B. RGB value is (245,124,107). Sum of RGB (Red+Green+Blue) = 245+124+107=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C6B is #0A8394. Grayscale: #9E9E9E. Windows color (decimal): -689045 or 7044341. OLE color: 7044341.

HSL color Cylindrical-coordinate representation of color #F57C6B: hue angle of 7.39º 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 #F57C6B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 124 107 -
CMYK 0 0.49 0.56 0.04
HSL 7.39º 0.87% 0.69% -
HSV(B) 7.39º 0.56% 0.96% -
XYZ 47.52 34.89 18.14 -
YUV 158.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 245 124 107 0 0.49 0.56 0.04 7.39 0.87 0.69
Hex F5 7C 6B 0 31 38 4 7 57 45
Octal 365 174 153 0 61 70 4 7 127 105
Binary 11110101 1111100 1101011 0 110001 111000 100 111 1010111 1000101

Color Harmonies of #F57C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C6B

Black with #F57C6B

Text Example


Text Example

White with #F57C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C6B; }

 p { color: rgb(245,124,107); }

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

background-color css

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

 a { background-color: rgb(245,124,107); }

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

border-color css

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

 span { border-color: rgb(245,124,107); }

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