Html Css Color HEX #F19C74 Dark Salmon

📋 copy color: '#F19C74'

red 241 ◦ green 156 ◦ blue 116

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

Shades of Dark Salmon #F19C74

Tints of Dark Salmon #F19C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 46.98%
G = 30.41%
B = 22.61%

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

#F19C74 (or 0xF19C74) is known color: Dark Salmon. HEX triplet: F1, 9C and 74. RGB value is (241,156,116). Sum of RGB (Red+Green+Blue) = 241+156+116=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C74 is #0E638B. Grayscale: #B1B1B1. Windows color (decimal): -942988 or 7642353. OLE color: 7642353.

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

Color convert

RGB 241 156 116 -
CMYK 0 0.35 0.52 0.05
HSL 19.2º 0.82% 0.7% -
HSV(B) 19.2º 0.52% 0.95% -
XYZ 51.32 43.74 22.26 -
YUV 176.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 241 156 116 0 0.35 0.52 0.05 19.2 0.82 0.7
Hex F1 9C 74 0 23 34 5 13 52 46
Octal 361 234 164 0 43 64 5 23 122 106
Binary 11110001 10011100 1110100 0 100011 110100 101 10011 1010010 1000110

Color Harmonies of #F19C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C74

Black with #F19C74

Text Example


Text Example

White with #F19C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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