Html Css Color HEX #F58968 Salmon

📋 copy color: '#F58968'

red 245 ◦ green 137 ◦ blue 104

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

Shades of Salmon #F58968

Tints of Salmon #F58968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 50.41%
G = 28.19%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58968 (or 0xF58968) is known color: Salmon. HEX triplet: F5, 89 and 68. RGB value is (245,137,104). Sum of RGB (Red+Green+Blue) = 245+137+104=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F58968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58968 is #0A7697. Grayscale: #A5A5A5. Windows color (decimal): -685720 or 6851061. OLE color: 6851061.

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

Color convert

RGB 245 137 104 -
CMYK 0 0.44 0.58 0.04
HSL 14.04º 0.88% 0.68% -
HSV(B) 14.04º 0.58% 0.96% -
XYZ 49.1 38.3 17.9 -
YUV 165.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 245 137 104 0 0.44 0.58 0.04 14.04 0.88 0.68
Hex F5 89 68 0 2C 3A 4 E 58 44
Octal 365 211 150 0 54 72 4 16 130 104
Binary 11110101 10001001 1101000 0 101100 111010 100 1110 1011000 1000100

Color Harmonies of #F58968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58968

Black with #F58968

Text Example


Text Example

White with #F58968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58968; }

 p { color: rgb(245,137,104); }

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

background-color css

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

 a { background-color: rgb(245,137,104); }

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

border-color css

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

 span { border-color: rgb(245,137,104); }

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