Html Css Color HEX #F19C73 Dark Salmon

📋 copy color: '#F19C73'

red 241 ◦ green 156 ◦ blue 115

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

Shades of Dark Salmon #F19C73

Tints of Dark Salmon #F19C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.47%

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 47.07%
G = 30.47%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19C73 (or 0xF19C73) is known color: Dark Salmon. HEX triplet: F1, 9C and 73. RGB value is (241,156,115). Sum of RGB (Red+Green+Blue) = 241+156+115=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C73 is #0E638C. Grayscale: #B0B0B0. Windows color (decimal): -942989 or 7576817. OLE color: 7576817.

HSL color Cylindrical-coordinate representation of color #F19C73: hue angle of 19.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F19C73 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 156 115 -
CMYK 0 0.35 0.52 0.05
HSL 19.52º 0.82% 0.7% -
HSV(B) 19.52º 0.52% 0.95% -
XYZ 51.26 43.72 21.96 -
YUV 176.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 241 156 115 0 0.35 0.52 0.05 19.52 0.82 0.7
Hex F1 9C 73 0 23 34 5 14 52 46
Octal 361 234 163 0 43 64 5 24 122 106
Binary 11110001 10011100 1110011 0 100011 110100 101 10100 1010010 1000110

Color Harmonies of #F19C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C73

Black with #F19C73

Text Example


Text Example

White with #F19C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C73; }

 p { color: rgb(241,156,115); }

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

background-color css

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

 a { background-color: rgb(241,156,115); }

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

border-color css

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

 span { border-color: rgb(241,156,115); }

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