Html Css Color HEX #F69371 Dark Salmon

📋 copy color: '#F69371'

red 246 ◦ green 147 ◦ blue 113

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

Shades of Dark Salmon #F69371

Tints of Dark Salmon #F69371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 48.62%
G = 29.05%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F69371 (or 0xF69371) is known color: Dark Salmon. HEX triplet: F6, 93 and 71. RGB value is (246,147,113). Sum of RGB (Red+Green+Blue) = 246+147+113=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F69371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69371 is #096C8E. Grayscale: #ACACAC. Windows color (decimal): -617615 or 7443446. OLE color: 7443446.

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

Color convert

RGB 246 147 113 -
CMYK 0 0.40 0.54 0.04
HSL 15.34º 0.88% 0.7% -
HSV(B) 15.34º 0.54% 0.96% -
XYZ 51.42 41.65 20.95 -
YUV 172.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 246 147 113 0 0.40 0.54 0.04 15.34 0.88 0.7
Hex F6 93 71 0 28 36 4 F 58 46
Octal 366 223 161 0 50 66 4 17 130 106
Binary 11110110 10010011 1110001 0 101000 110110 100 1111 1011000 1000110

Color Harmonies of #F69371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69371

Black with #F69371

Text Example


Text Example

White with #F69371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69371; }

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

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

background-color css

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

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

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

border-color css

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

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

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