Html Css Color HEX #F5917A Dark Salmon

📋 copy color: '#F5917A'

red 245 ◦ green 145 ◦ blue 122

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

Shades of Dark Salmon #F5917A

Tints of Dark Salmon #F5917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.32%

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 47.85%
G = 28.32%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5917A (or 0xF5917A) is known color: Dark Salmon. HEX triplet: F5, 91 and 7A. RGB value is (245,145,122). Sum of RGB (Red+Green+Blue) = 245+145+122=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5917A is #0A6E85. Grayscale: #ACACAC. Windows color (decimal): -683654 or 8032757. OLE color: 8032757.

HSL color Cylindrical-coordinate representation of color #F5917A: hue angle of 11.22º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5917A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 145 122 -
CMYK 0 0.41 0.50 0.04
HSL 11.22º 0.86% 0.72% -
HSV(B) 11.22º 0.5% 0.96% -
XYZ 51.29 41.07 23.64 -
YUV 172.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 245 145 122 0 0.41 0.50 0.04 11.22 0.86 0.72
Hex F5 91 7A 0 29 32 4 B 56 48
Octal 365 221 172 0 51 62 4 13 126 110
Binary 11110101 10010001 1111010 0 101001 110010 100 1011 1010110 1001000

Color Harmonies of #F5917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5917A

Black with #F5917A

Text Example


Text Example

White with #F5917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5917A; }

 p { color: rgb(245,145,122); }

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

background-color css

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

 a { background-color: rgb(245,145,122); }

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

border-color css

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

 span { border-color: rgb(245,145,122); }

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