Html Css Color HEX #F5886B Salmon

📋 copy color: '#F5886B'

red 245 ◦ green 136 ◦ blue 107

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

Shades of Salmon #F5886B

Tints of Salmon #F5886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 50.2%
G = 27.87%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5886B (or 0xF5886B) is known color: Salmon. HEX triplet: F5, 88 and 6B. RGB value is (245,136,107). Sum of RGB (Red+Green+Blue) = 245+136+107=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5886B is #0A7794. Grayscale: #A5A5A5. Windows color (decimal): -685973 or 7047413. OLE color: 7047413.

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

Color convert

RGB 245 136 107 -
CMYK 0 0.44 0.56 0.04
HSL 12.61º 0.87% 0.69% -
HSV(B) 12.61º 0.56% 0.96% -
XYZ 49.11 38.08 18.67 -
YUV 165.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 245 136 107 0 0.44 0.56 0.04 12.61 0.87 0.69
Hex F5 88 6B 0 2C 38 4 D 57 45
Octal 365 210 153 0 54 70 4 15 127 105
Binary 11110101 10001000 1101011 0 101100 111000 100 1101 1010111 1000101

Color Harmonies of #F5886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5886B

Black with #F5886B

Text Example


Text Example

White with #F5886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5886B; }

 p { color: rgb(245,136,107); }

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

background-color css

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

 a { background-color: rgb(245,136,107); }

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

border-color css

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

 span { border-color: rgb(245,136,107); }

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