Html Css Color HEX #F19677 Dark Salmon

📋 copy color: '#F19677'

red 241 ◦ green 150 ◦ blue 119

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

Shades of Dark Salmon #F19677

Tints of Dark Salmon #F19677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 47.25%
G = 29.41%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19677 (or 0xF19677) is known color: Dark Salmon. HEX triplet: F1, 96 and 77. RGB value is (241,150,119). Sum of RGB (Red+Green+Blue) = 241+150+119=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F19677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19677 is #0E6988. Grayscale: #ADADAD. Windows color (decimal): -944521 or 7837425. OLE color: 7837425.

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

Color convert

RGB 241 150 119 -
CMYK 0 0.38 0.51 0.05
HSL 15.25º 0.81% 0.71% -
HSV(B) 15.25º 0.51% 0.95% -
XYZ 50.51 41.85 22.87 -
YUV 173.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 241 150 119 0 0.38 0.51 0.05 15.25 0.81 0.71
Hex F1 96 77 0 26 33 5 F 51 47
Octal 361 226 167 0 46 63 5 17 121 107
Binary 11110001 10010110 1110111 0 100110 110011 101 1111 1010001 1000111

Color Harmonies of #F19677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19677

Black with #F19677

Text Example


Text Example

White with #F19677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19677; }

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

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

background-color css

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

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

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

border-color css

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

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

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