Html Css Color HEX #F69077 Dark Salmon

📋 copy color: '#F69077'

red 246 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #F69077

Tints of Dark Salmon #F69077

RGB

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

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

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

R = 48.33%
G = 28.29%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69077 (or 0xF69077) is known color: Dark Salmon. HEX triplet: F6, 90 and 77. RGB value is (246,144,119). Sum of RGB (Red+Green+Blue) = 246+144+119=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69077 is #096F88. Grayscale: #ABABAB. Windows color (decimal): -618377 or 7835894. OLE color: 7835894.

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

Color convert

RGB 246 144 119 -
CMYK 0 0.41 0.52 0.04
HSL 11.81º 0.88% 0.72% -
HSV(B) 11.81º 0.52% 0.96% -
XYZ 51.31 40.87 22.64 -
YUV 171.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 246 144 119 0 0.41 0.52 0.04 11.81 0.88 0.72
Hex F6 90 77 0 29 34 4 C 58 48
Octal 366 220 167 0 51 64 4 14 130 110
Binary 11110110 10010000 1110111 0 101001 110100 100 1100 1011000 1001000

Color Harmonies of #F69077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69077

Black with #F69077

Text Example


Text Example

White with #F69077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69077; }

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

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

background-color css

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

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

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

border-color css

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

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

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