Html Css Color HEX #F19C7F Dark Salmon

📋 copy color: '#F19C7F'

red 241 ◦ green 156 ◦ blue 127

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

Shades of Dark Salmon #F19C7F

Tints of Dark Salmon #F19C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.24%

R = 45.99%
G = 29.77%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19C7F (or 0xF19C7F) is known color: Dark Salmon. HEX triplet: F1, 9C and 7F. RGB value is (241,156,127). Sum of RGB (Red+Green+Blue) = 241+156+127=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C7F is #0E6380. Grayscale: #B2B2B2. Windows color (decimal): -942977 or 8363249. OLE color: 8363249.

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

Color convert

RGB 241 156 127 -
CMYK 0 0.35 0.47 0.05
HSL 15.26º 0.8% 0.72% -
HSV(B) 15.26º 0.47% 0.95% -
XYZ 51.99 44.01 25.83 -
YUV 178.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 241 156 127 0 0.35 0.47 0.05 15.26 0.8 0.72
Hex F1 9C 7F 0 23 2F 5 F 50 48
Octal 361 234 177 0 43 57 5 17 120 110
Binary 11110001 10011100 1111111 0 100011 101111 101 1111 1010000 1001000

Color Harmonies of #F19C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C7F

Black with #F19C7F

Text Example


Text Example

White with #F19C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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