Html Css Color HEX #F19377 Dark Salmon

📋 copy color: '#F19377'

red 241 ◦ green 147 ◦ blue 119

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

Shades of Dark Salmon #F19377

Tints of Dark Salmon #F19377

RGB

 RED value IS 241 (94.53% from 255) = 47.53%

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 47.53%
G = 28.99%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19377 (or 0xF19377) is known color: Dark Salmon. HEX triplet: F1, 93 and 77. RGB value is (241,147,119). Sum of RGB (Red+Green+Blue) = 241+147+119=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19377 is #0E6C88. Grayscale: #ACACAC. Windows color (decimal): -945289 or 7836657. OLE color: 7836657.

HSL color Cylindrical-coordinate representation of color #F19377: hue angle of 13.77º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19377 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 119 -
CMYK 0 0.39 0.51 0.05
HSL 13.77º 0.81% 0.71% -
HSV(B) 13.77º 0.51% 0.95% -
XYZ 50.04 40.9 22.71 -
YUV 171.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 241 147 119 0 0.39 0.51 0.05 13.77 0.81 0.71
Hex F1 93 77 0 27 33 5 E 51 47
Octal 361 223 167 0 47 63 5 16 121 107
Binary 11110001 10010011 1110111 0 100111 110011 101 1110 1010001 1000111

Color Harmonies of #F19377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19377

Black with #F19377

Text Example


Text Example

White with #F19377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19377; }

 p { color: rgb(241,147,119); }

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

background-color css

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

 a { background-color: rgb(241,147,119); }

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

border-color css

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

 span { border-color: rgb(241,147,119); }

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