Html Css Color HEX #F19C7D Dark Salmon

📋 copy color: '#F19C7D'

red 241 ◦ green 156 ◦ blue 125

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

Shades of Dark Salmon #F19C7D

Tints of Dark Salmon #F19C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 46.17%
G = 29.89%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F19C7D (or 0xF19C7D) is known color: Dark Salmon. HEX triplet: F1, 9C and 7D. RGB value is (241,156,125). Sum of RGB (Red+Green+Blue) = 241+156+125=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C7D is #0E6382. Grayscale: #B2B2B2. Windows color (decimal): -942979 or 8232177. OLE color: 8232177.

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

Color convert

RGB 241 156 125 -
CMYK 0 0.35 0.48 0.05
HSL 16.03º 0.81% 0.72% -
HSV(B) 16.03º 0.48% 0.95% -
XYZ 51.87 43.96 25.15 -
YUV 177.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 241 156 125 0 0.35 0.48 0.05 16.03 0.81 0.72
Hex F1 9C 7D 0 23 30 5 10 51 48
Octal 361 234 175 0 43 60 5 20 121 110
Binary 11110001 10011100 1111101 0 100011 110000 101 10000 1010001 1001000

Color Harmonies of #F19C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C7D

Black with #F19C7D

Text Example


Text Example

White with #F19C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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