Html Css Color HEX #F57C65 Salmon

📋 copy color: '#F57C65'

red 245 ◦ green 124 ◦ blue 101

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

Shades of Salmon #F57C65

Tints of Salmon #F57C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 52.13%
G = 26.38%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F57C65 (or 0xF57C65) is known color: Salmon. HEX triplet: F5, 7C and 65. RGB value is (245,124,101). Sum of RGB (Red+Green+Blue) = 245+124+101=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C65 is #0A839A. Grayscale: #9D9D9D. Windows color (decimal): -689051 or 6651125. OLE color: 6651125.

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

Color convert

RGB 245 124 101 -
CMYK 0 0.49 0.59 0.04
HSL 9.58º 0.88% 0.68% -
HSV(B) 9.58º 0.59% 0.96% -
XYZ 47.21 34.77 16.53 -
YUV 157.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 245 124 101 0 0.49 0.59 0.04 9.58 0.88 0.68
Hex F5 7C 65 0 31 3B 4 A 58 44
Octal 365 174 145 0 61 73 4 12 130 104
Binary 11110101 1111100 1100101 0 110001 111011 100 1010 1011000 1000100

Color Harmonies of #F57C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C65

Black with #F57C65

Text Example


Text Example

White with #F57C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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