Html Css Color HEX #F5866C Salmon

📋 copy color: '#F5866C'

red 245 ◦ green 134 ◦ blue 108

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

Shades of Salmon #F5866C

Tints of Salmon #F5866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.52%

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

R = 50.31%
G = 27.52%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5866C (or 0xF5866C) is known color: Salmon. HEX triplet: F5, 86 and 6C. RGB value is (245,134,108). Sum of RGB (Red+Green+Blue) = 245+134+108=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5866C is #0A7993. Grayscale: #A4A4A4. Windows color (decimal): -686484 or 7112437. OLE color: 7112437.

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

Color convert

RGB 245 134 108 -
CMYK 0 0.45 0.56 0.04
HSL 11.39º 0.87% 0.69% -
HSV(B) 11.39º 0.56% 0.96% -
XYZ 48.89 37.55 18.86 -
YUV 164.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 245 134 108 0 0.45 0.56 0.04 11.39 0.87 0.69
Hex F5 86 6C 0 2D 38 4 B 57 45
Octal 365 206 154 0 55 70 4 13 127 105
Binary 11110101 10000110 1101100 0 101101 111000 100 1011 1010111 1000101

Color Harmonies of #F5866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5866C

Black with #F5866C

Text Example


Text Example

White with #F5866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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