Html Css Color HEX #F19077 Dark Salmon

📋 copy color: '#F19077'

red 241 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #F19077

Tints of Dark Salmon #F19077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

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

R = 47.82%
G = 28.57%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19077 (or 0xF19077) is known color: Dark Salmon. HEX triplet: F1, 90 and 77. RGB value is (241,144,119). Sum of RGB (Red+Green+Blue) = 241+144+119=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F19077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19077 is #0E6F88. Grayscale: #AAAAAA. Windows color (decimal): -946057 or 7835889. OLE color: 7835889.

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

Color convert

RGB 241 144 119 -
CMYK 0 0.40 0.51 0.05
HSL 12.3º 0.81% 0.71% -
HSV(B) 12.3º 0.51% 0.95% -
XYZ 49.58 39.98 22.56 -
YUV 170.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 241 144 119 0 0.40 0.51 0.05 12.3 0.81 0.71
Hex F1 90 77 0 28 33 5 C 51 47
Octal 361 220 167 0 50 63 5 14 121 107
Binary 11110001 10010000 1110111 0 101000 110011 101 1100 1010001 1000111

Color Harmonies of #F19077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19077

Black with #F19077

Text Example


Text Example

White with #F19077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19077; }

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

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

background-color css

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

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

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

border-color css

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

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

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