Html Css Color HEX #F5987A Dark Salmon

📋 copy color: '#F5987A'

red 245 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #F5987A

Tints of Dark Salmon #F5987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.29%

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

R = 47.21%
G = 29.29%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5987A (or 0xF5987A) is known color: Dark Salmon. HEX triplet: F5, 98 and 7A. RGB value is (245,152,122). Sum of RGB (Red+Green+Blue) = 245+152+122=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5987A is #0A6785. Grayscale: #B0B0B0. Windows color (decimal): -681862 or 8034549. OLE color: 8034549.

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

Color convert

RGB 245 152 122 -
CMYK 0 0.38 0.50 0.04
HSL 14.63º 0.86% 0.72% -
HSV(B) 14.63º 0.5% 0.96% -
XYZ 52.4 43.27 24 -
YUV 176.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 245 152 122 0 0.38 0.50 0.04 14.63 0.86 0.72
Hex F5 98 7A 0 26 32 4 F 56 48
Octal 365 230 172 0 46 62 4 17 126 110
Binary 11110101 10011000 1111010 0 100110 110010 100 1111 1010110 1001000

Color Harmonies of #F5987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5987A

Black with #F5987A

Text Example


Text Example

White with #F5987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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