Html Css Color HEX #F5816C Salmon

📋 copy color: '#F5816C'

red 245 ◦ green 129 ◦ blue 108

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

Shades of Salmon #F5816C

Tints of Salmon #F5816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 50.83%
G = 26.76%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5816C (or 0xF5816C) is known color: Salmon. HEX triplet: F5, 81 and 6C. RGB value is (245,129,108). Sum of RGB (Red+Green+Blue) = 245+129+108=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5816C is #0A7E93. Grayscale: #A1A1A1. Windows color (decimal): -687764 or 7111157. OLE color: 7111157.

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

Color convert

RGB 245 129 108 -
CMYK 0 0.47 0.56 0.04
HSL 9.2º 0.87% 0.69% -
HSV(B) 9.2º 0.56% 0.96% -
XYZ 48.21 36.2 18.63 -
YUV 161.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 245 129 108 0 0.47 0.56 0.04 9.2 0.87 0.69
Hex F5 81 6C 0 2F 38 4 9 57 45
Octal 365 201 154 0 57 70 4 11 127 105
Binary 11110101 10000001 1101100 0 101111 111000 100 1001 1010111 1000101

Color Harmonies of #F5816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5816C

Black with #F5816C

Text Example


Text Example

White with #F5816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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