Html Css Color HEX #F5877A Salmon

📋 copy color: '#F5877A'

red 245 ◦ green 135 ◦ blue 122

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

Shades of Salmon #F5877A

Tints of Salmon #F5877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.89%

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 48.8%
G = 26.89%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5877A (or 0xF5877A) is known color: Salmon. HEX triplet: F5, 87 and 7A. RGB value is (245,135,122). Sum of RGB (Red+Green+Blue) = 245+135+122=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5877A is #0A7885. Grayscale: #A6A6A6. Windows color (decimal): -686214 or 8030197. OLE color: 8030197.

HSL color Cylindrical-coordinate representation of color #F5877A: hue angle of 6.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5877A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 135 122 -
CMYK 0 0.45 0.50 0.04
HSL 6.34º 0.86% 0.72% -
HSV(B) 6.34º 0.5% 0.96% -
XYZ 49.83 38.15 23.15 -
YUV 166.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 245 135 122 0 0.45 0.50 0.04 6.34 0.86 0.72
Hex F5 87 7A 0 2D 32 4 6 56 48
Octal 365 207 172 0 55 62 4 6 126 110
Binary 11110101 10000111 1111010 0 101101 110010 100 110 1010110 1001000

Color Harmonies of #F5877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5877A

Black with #F5877A

Text Example


Text Example

White with #F5877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5877A; }

 p { color: rgb(245,135,122); }

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

background-color css

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

 a { background-color: rgb(245,135,122); }

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

border-color css

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

 span { border-color: rgb(245,135,122); }

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