Html Css Color HEX #F58A6A Salmon

📋 copy color: '#F58A6A'

red 245 ◦ green 138 ◦ blue 106

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

Shades of Salmon #F58A6A

Tints of Salmon #F58A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 50.1%
G = 28.22%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F58A6A (or 0xF58A6A) is known color: Salmon. HEX triplet: F5, 8A and 6A. RGB value is (245,138,106). Sum of RGB (Red+Green+Blue) = 245+138+106=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A6A is #0A7595. Grayscale: #A6A6A6. Windows color (decimal): -685462 or 6982389. OLE color: 6982389.

HSL color Cylindrical-coordinate representation of color #F58A6A: hue angle of 13.81º degrees, saturation: 0.87, 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 #F58A6A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 106 -
CMYK 0 0.44 0.57 0.04
HSL 13.81º 0.87% 0.69% -
HSV(B) 13.81º 0.57% 0.96% -
XYZ 49.35 38.63 18.49 -
YUV 166.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 245 138 106 0 0.44 0.57 0.04 13.81 0.87 0.69
Hex F5 8A 6A 0 2C 39 4 E 57 45
Octal 365 212 152 0 54 71 4 16 127 105
Binary 11110101 10001010 1101010 0 101100 111001 100 1110 1010111 1000101

Color Harmonies of #F58A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58A6A

Black with #F58A6A

Text Example


Text Example

White with #F58A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58A6A; }

 p { color: rgb(245,138,106); }

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

background-color css

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

 a { background-color: rgb(245,138,106); }

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

border-color css

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

 span { border-color: rgb(245,138,106); }

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