Html Css Color HEX #F5866F Salmon

📋 copy color: '#F5866F'

red 245 ◦ green 134 ◦ blue 111

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

Shades of Salmon #F5866F

Tints of Salmon #F5866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 50%
G = 27.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5866F (or 0xF5866F) is known color: Salmon. HEX triplet: F5, 86 and 6F. RGB value is (245,134,111). Sum of RGB (Red+Green+Blue) = 245+134+111=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5866F is #0A7990. Grayscale: #A4A4A4. Windows color (decimal): -686481 or 7309045. OLE color: 7309045.

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

Color convert

RGB 245 134 111 -
CMYK 0 0.45 0.55 0.04
HSL 10.3º 0.87% 0.7% -
HSV(B) 10.3º 0.55% 0.96% -
XYZ 49.05 37.61 19.71 -
YUV 164.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 245 134 111 0 0.45 0.55 0.04 10.3 0.87 0.7
Hex F5 86 6F 0 2D 37 4 A 57 46
Octal 365 206 157 0 55 67 4 12 127 106
Binary 11110101 10000110 1101111 0 101101 110111 100 1010 1010111 1000110

Color Harmonies of #F5866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5866F

Black with #F5866F

Text Example


Text Example

White with #F5866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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