Html Css Color HEX #F19477 Dark Salmon

📋 copy color: '#F19477'

red 241 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #F19477

Tints of Dark Salmon #F19477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 47.44%
G = 29.13%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19477 (or 0xF19477) is known color: Dark Salmon. HEX triplet: F1, 94 and 77. RGB value is (241,148,119). Sum of RGB (Red+Green+Blue) = 241+148+119=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F19477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19477 is #0E6B88. Grayscale: #ACACAC. Windows color (decimal): -945033 or 7836913. OLE color: 7836913.

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

Color convert

RGB 241 148 119 -
CMYK 0 0.39 0.51 0.05
HSL 14.26º 0.81% 0.71% -
HSV(B) 14.26º 0.51% 0.95% -
XYZ 50.2 41.21 22.76 -
YUV 172.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 241 148 119 0 0.39 0.51 0.05 14.26 0.81 0.71
Hex F1 94 77 0 27 33 5 E 51 47
Octal 361 224 167 0 47 63 5 16 121 107
Binary 11110001 10010100 1110111 0 100111 110011 101 1110 1010001 1000111

Color Harmonies of #F19477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19477

Black with #F19477

Text Example


Text Example

White with #F19477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19477; }

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

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

background-color css

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

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

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

border-color css

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

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

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