Html Css Color HEX #F69377 Dark Salmon

📋 copy color: '#F69377'

red 246 ◦ green 147 ◦ blue 119

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

Shades of Dark Salmon #F69377

Tints of Dark Salmon #F69377

RGB

 RED value IS 246 (96.48% from 255) = 48.05%

 GREEN value IS 147 (57.81% from 255) = 28.71%

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

R = 48.05%
G = 28.71%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69377 (or 0xF69377) is known color: Dark Salmon. HEX triplet: F6, 93 and 77. RGB value is (246,147,119). Sum of RGB (Red+Green+Blue) = 246+147+119=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F69377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69377 is #096C88. Grayscale: #ADADAD. Windows color (decimal): -617609 or 7836662. OLE color: 7836662.

HSL color Cylindrical-coordinate representation of color #F69377: hue angle of 13.23º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69377 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 147 119 -
CMYK 0 0.40 0.52 0.04
HSL 13.23º 0.88% 0.72% -
HSV(B) 13.23º 0.52% 0.96% -
XYZ 51.77 41.79 22.79 -
YUV 173.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 246 147 119 0 0.40 0.52 0.04 13.23 0.88 0.72
Hex F6 93 77 0 28 34 4 D 58 48
Octal 366 223 167 0 50 64 4 15 130 110
Binary 11110110 10010011 1110111 0 101000 110100 100 1101 1011000 1001000

Color Harmonies of #F69377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69377

Black with #F69377

Text Example


Text Example

White with #F69377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69377; }

 p { color: rgb(246,147,119); }

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

background-color css

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

 a { background-color: rgb(246,147,119); }

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

border-color css

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

 span { border-color: rgb(246,147,119); }

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