Html Css Color HEX #F5886C Salmon

📋 copy color: '#F5886C'

red 245 ◦ green 136 ◦ blue 108

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

Shades of Salmon #F5886C

Tints of Salmon #F5886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 50.1%
G = 27.81%
B = 22.09%

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

#F5886C (or 0xF5886C) is known color: Salmon. HEX triplet: F5, 88 and 6C. RGB value is (245,136,108). Sum of RGB (Red+Green+Blue) = 245+136+108=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5886C is #0A7793. Grayscale: #A5A5A5. Windows color (decimal): -685972 or 7112949. OLE color: 7112949.

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

Color convert

RGB 245 136 108 -
CMYK 0 0.44 0.56 0.04
HSL 12.26º 0.87% 0.69% -
HSV(B) 12.26º 0.56% 0.96% -
XYZ 49.17 38.1 18.95 -
YUV 165.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 245 136 108 0 0.44 0.56 0.04 12.26 0.87 0.69
Hex F5 88 6C 0 2C 38 4 C 57 45
Octal 365 210 154 0 54 70 4 14 127 105
Binary 11110101 10001000 1101100 0 101100 111000 100 1100 1010111 1000101

Color Harmonies of #F5886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5886C

Black with #F5886C

Text Example


Text Example

White with #F5886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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