Html Css Color HEX #F57C66 Salmon

📋 copy color: '#F57C66'

red 245 ◦ green 124 ◦ blue 102

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

Shades of Salmon #F57C66

Tints of Salmon #F57C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 52.02%
G = 26.33%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F57C66 (or 0xF57C66) is known color: Salmon. HEX triplet: F5, 7C and 66. RGB value is (245,124,102). Sum of RGB (Red+Green+Blue) = 245+124+102=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C66 is #0A8399. Grayscale: #9D9D9D. Windows color (decimal): -689050 or 6716661. OLE color: 6716661.

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

Color convert

RGB 245 124 102 -
CMYK 0 0.49 0.58 0.04
HSL 9.23º 0.88% 0.68% -
HSV(B) 9.23º 0.58% 0.96% -
XYZ 47.26 34.79 16.79 -
YUV 157.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 245 124 102 0 0.49 0.58 0.04 9.23 0.88 0.68
Hex F5 7C 66 0 31 3A 4 9 58 44
Octal 365 174 146 0 61 72 4 11 130 104
Binary 11110101 1111100 1100110 0 110001 111010 100 1001 1011000 1000100

Color Harmonies of #F57C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C66

Black with #F57C66

Text Example


Text Example

White with #F57C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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