Html Css Color HEX #F57769 Salmon

📋 copy color: '#F57769'

red 245 ◦ green 119 ◦ blue 105

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

Shades of Salmon #F57769

Tints of Salmon #F57769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 52.24%
G = 25.37%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F57769 (or 0xF57769) is known color: Salmon. HEX triplet: F5, 77 and 69. RGB value is (245,119,105). Sum of RGB (Red+Green+Blue) = 245+119+105=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F57769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57769 is #0A8896. Grayscale: #9B9B9B. Windows color (decimal): -690327 or 6911989. OLE color: 6911989.

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

Color convert

RGB 245 119 105 -
CMYK 0 0.51 0.57 0.04
HSL 0.88% 0.69% -
HSV(B) 0.57% 0.96% -
XYZ 46.8 33.63 17.39 -
YUV 155.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 245 119 105 0 0.51 0.57 0.04 6 0.88 0.69
Hex F5 77 69 0 33 39 4 6 58 45
Octal 365 167 151 0 63 71 4 6 130 105
Binary 11110101 1110111 1101001 0 110011 111001 100 110 1011000 1000101

Color Harmonies of #F57769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57769

Black with #F57769

Text Example


Text Example

White with #F57769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57769; }

 p { color: rgb(245,119,105); }

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

background-color css

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

 a { background-color: rgb(245,119,105); }

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

border-color css

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

 span { border-color: rgb(245,119,105); }

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